Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
composition:texte:pages:pourquoi_la_marge_interieure_est_si_etroite [2018/05/24 17:11] – joseph.wright | 3_composition:texte:pages:pourquoi_la_marge_interieure_est_si_etroite [2022/10/04 11:31] (Version actuelle) – Syntaxe des listes corrigée dbitouze | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Pourquoi la marge intérieure est-elle si étroite? ====== |
- | section: Common misunderstandings | + | |
- | permalink: / | + | |
- | date: 2014-06-10 | + | |
- | --- | + | |
- | # Why is the inside margin so narrow? | + | Si vous donnez aux classes standard l' |
- | If you give the standard classes the `twoside` option, the | + | Voilà pour la théorie. Dans la pratique, cela ne fonctionne pas toujours car la reliure joue ici un rôle important. Presque toutes les reliures de qualité vont accaparaer et masquer une part de vos marges intérieures. Un livre ainsi relié ne présentera donc pas la symétrie précieuse... à moins que vous n'ayez agi sur les paramètres de marge. |
- | class sets the margins narrow on the left of odd-numbered pages, and | + | |
- | on the right of even-numbered pages. This is often thought to look | + | |
- | odd, but it is quite right. | + | |
- | The idea is that the typographic urge for symmetry should also apply | + | Les extensions recommandées dans la question « [[3_composition:texte: |
- | to margins: if you lay an even numbered page to the left of an | + | |
- | odd-numbered one, you will see that you've three equal chunks of | + | |
- | un-printed paper: the left margin of the even page, the right margin | + | |
- | of the odd page, and the two abutting margins together. | + | |
- | This is all very fine in the abstract, but in practical book(let) | + | Si vous faites le travail à la main (comme détaillé en question « [[3_composition: |
- | production it only works '' | + | * calculer vos dimensions de page et de marge comme d' |
+ | * soustraire le décalage de reliure de '' | ||
+ | * et ajouter le décalage de reliure à '' | ||
- | If your booklet is produced on double-width paper and stapled, the | + | En remplaçant ci-dessous // |
- | effect will be good; if your book(let) is produced using a so-called | + | |
- | '' | + | |
- | However, almost any '' | + | <code latex> |
- | paper to grab hold of, and a book bound in such a way won't exhibit | + | \addtolength{\evensidemargin}{-décalage} |
- | the treasured symmetry unless you've done something about the margin | + | \addtolength{\oddsidemargin}{décalage} |
- | settings. | + | </ |
- | The packages recommended in | + | Bien entendu, ce qui précède n'est qu'une des manières de procéder |
- | '' | + | |
- | a '' | + | |
- | '' | + | |
- | If you're doing the job by hand (see | + | ----- |
- | [manual margin setup](FAQ-marginmanual.md)), | + | |
- | calculate your page and margin dimensions as normal, and then: | + | |
- | | + | |
- | - subtract the binding offset from `\evensidemargin`, | + | //Source:// [[faquk> |
- | - add the binding offset to `\oddsidemargin`. | + | |
- | + | ||
- | which can be achieved by: | + | |
- | ```latex | + | |
- | \addtolength{\evensidemargin}{-offset} | + | |
- | \addtolength{\oddsidemargin}{offset} | + | |
- | ``` | + | |
- | (substituting something sensible like `5mm` for | + | |
- | `offset`, above). | + | |
- | + | ||
- | The above may not be the best you can do: you may well choose to | + | |
- | change the `\textwidth` in the presence of the binding offset; but | + | |
- | the changes do work for constant `\textwidth`. | + | |
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} | ||