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/06/03 13:34] – samcarter | 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 | + | |
- | --- | + | |
- | In an ideal world, marginal | + | Dans un monde idéal, les notes marginales devraient être dans des positions similaires sur chaque |
- | 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. | + | |
- | `\marginpar` command therefore takes two arguments | + | |
- | `twoside` | + | |
- | `\marginpar[left text]{right text}`. LaTeX uses the | + | |
- | " | + | |
- | get the `\marginpar`s in the correct margin, but a booby-trap arises | + | |
- | because TeX runs its page maker asynchronously. | + | |
- | `\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 to the problem is for LaTeX to " | + | < |
- | of the page each `\marginpar` _should_ be on. The | + | |
- | [`mparhack`](https:// | + | |
- | the `aux` file; the [`memoir`](https:// | + | |
+ | La solution à ce problème est d' | ||
+ | |||
+ | ----- | ||
+ | //Source:// [[faquk> | ||
+ | |||
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} | ||