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/06/03 13:21] – samcarter | 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? ====== |
- | title: Why is the inside margin so narrow? | + | |
- | category: usage | + | |
- | permalink: / | + | |
- | date: 2014-06-10 | + | |
- | --- | + | |
- | If you give the standard | + | Si vous donnez aux classes |
- | class sets the margins narrow on the left of odd-numbered | + | |
- | on the right of even-numbered | + | |
- | odd, but it is quite right. | + | |
- | The idea is that the typographic urge for symmetry should also apply | + | 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. |
- | 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) | + | Les extensions recommandées dans la question « [[3_composition: |
- | production it only works " | + | |
- | If your booklet is produced on double-width paper and stapled, the | + | Si vous faites le travail à la main (comme détaillé en question « [[3_composition: |
- | effect will be good; if your book(let) is produced using a so-called | + | * calculer vos dimensions de page et de marge comme d' |
- | " | + | * soustraire le décalage de reliure de '' |
+ | * et ajouter le décalage de reliure à '' | ||
- | However, almost any " | + | En remplaçant ci-dessous // |
- | paper to grab hold of, and a book bound in such a way won't exhibit | + | |
- | the treasured symmetry unless you've done something about the margin | + | |
- | settings. | + | |
- | The packages recommended in | + | <code latex> |
- | " | + | \addtolength{\evensidemargin}{-décalage} |
- | a " | + | \addtolength{\oddsidemargin}{décalage} |
- | " | + | </code> |
- | If you're doing the job by hand (see | + | Bien entendu, ce qui précède n'est qu'une des manières de procéder |
- | [manual margin setup](FAQ-marginmanual)), the trick is to | + | |
- | calculate your page and margin dimensions as normal, and then: | + | |
- | | + | |
- | - | + | ----- |
- | - add the binding offset to `\oddsidemargin`. | + | |
- | which can be achieved by: | + | //Source:// [[faquk> |
- | ```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: | ||
+ | }} | ||