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:paragraphes:modifier_l_interligne2 [2018/05/25 21:22] – joseph.wright | 2_composition:texte:paragraphes:modifier_l_interligne2 [2021/03/14 23:08] (Version actuelle) – Correction de lien interne pour suivre un déplacement de page. jejust | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Comment obtenir un interligne double? ====== |
- | title: Double-spaced documents in LaTeX | + | |
- | category: formatting | + | |
- | permalink: / | + | |
- | date: 2014-06-10 | + | |
- | --- | + | |
- | # Double-spaced documents in LaTeX | + | Le double interligne sert souvent à mettre à disposition un document que vos relecteurs peuvent utiliser pour faire une correction d' |
- | A quick and easy way of getting inter-line space for copy-editing is | + | ===== Avec les commandes de base ===== |
- | to change `\baselinestretch`& | + | |
- | equivalently `\renewcommand{`\baselinestretch`}{1.2}`) may | + | |
- | be adequate. | + | |
- | effect until you select a new font, so make the change in the preamble | + | |
- | before any font is selected. | + | |
- | its value is reset at any size-changing command so that results will | + | |
- | be inconsistent. | + | |
- | For preference (and certainly for a production document, such as a | + | La méthode la plus simple est de changer la définition de la commande gérant l' |
- | dissertation or an article submission), use a line-spacing package. | + | <code latex> |
- | The only one currently supported is [`setspace`](https:// | + | \linespread{1.2} |
- | [`Setspace`](https:// | + | </code> |
- | the most die-hard official would doubt its utility (footnotes, figure | + | ou, de manière équivalente : |
- | captions, and so on); it's very difficult to do this consistently if | + | |
- | you're manipulating `\baselinestretch` yourself. | + | |
- | (Note: do _not_ be tempted by [`doublespace`](https:// | + | <code latex> |
- | performance under current LaTeX is at best problematical.) | + | \renewcommand{\baselinestretch}{1.2} |
+ | </code> | ||
- | Of course, the real solution (other than for private copy editing) is | + | Notez que les modifications de '' |
- | _not_ to use double-spacing at all. | + | |
- | have no excuse for specifying double-spacing in submitted | + | |
- | dissertations: | + | |
- | typewriter-substitute, | + | |
- | even more easily readable than double-spaced typewritten text. If you | + | |
- | have any influence on your university' | + | |
- | your dissertation supervisor), | + | |
- | rules changed (at least to permit a '' | + | |
- | Double-spaced submissions are also commonly required when submitting | + | ===== Avec l'extension “setspace” ===== |
- | papers to conferences or journals. | + | |
- | questions from users in this author's department), | + | |
- | becoming less common. | + | |
- | Documentation of [`setspace`](https:// | + | Pour tout document conséquent, |
- | package file itself. | + | Par défaut, elle désactive le double interligne dans les notes de bas de page, les légendes de figure, etc. |
+ | [[texdoc> | ||
+ | |||
+ | ===== Avec l' | ||
+ | |||
+ | :!: // | ||
+ | |||
+ | L' | ||
+ | |||
+ | ----- | ||
+ | //Source:// [[faquk> | ||
+ | |||
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} | ||