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:footnotes:mettre_des_notes_marginales_a_droite [2018/05/25 21:21] – joseph.wright | 2_composition:texte:footnotes:mettre_des_notes_marginales_a_droite [2020/11/22 09:01] (Version actuelle) – Renommage des sections de base: correction des liens internes. yannick.tanguy | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Comment mettre une note marginale du bon côté? ====== |
- | title: Getting `\marginpar` on the right side | + | |
- | category: usage | + | |
- | permalink: / | + | |
- | date: 2014-06-10 | + | |
- | --- | + | |
- | # Getting `\marginpar` on the right side | + | Dans un monde idéal, les notes marginales devraient être dans des positions similaires sur chaque page : traditionnellement, |
- | In an ideal world, marginal notes would be in '' | + | < |
- | every page: notes on an even-side page would be in the left margin, | + | |
- | while those on an odd-side page would be in the right margin. A | + | |
- | moment' | + | |
- | typeset differently from a marginal note on the right. The LaTeX | + | |
- | `\marginpar` command therefore takes two arguments in a | + | |
- | `twoside` documents: | + | |
- | `\marginpar[left text]{right text}`. LaTeX uses the | + | |
- | '' | + | |
- | get the `\marginpar`s in the correct margin, but a booby-trap arises | + | |
- | because | + | |
- | `\marginpar` is processed while page n is being built, but | + | |
- | doesn't get used until page n+1, then the `\marginpar` will turn | + | |
- | up on the wrong side of the page. This is an instance of a general | + | |
- | problem: see | + | |
- | '' | + | |
- | The solution | + | La solution |
- | of the page each `\marginpar` _should_ be on. The | + | |
- | [`mparhack`](https: | + | |
- | the `aux` file; the [`memoir`](https:// | + | |
+ | ----- | ||
+ | //Source:// [[faquk> | ||
+ | |||
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} | ||