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/06/03 13:19] – 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: / | + | |
- | --- | + | |
- | A quick and easy way of getting inter-line space for copy-editing is | + | Le double interligne sert souvent à mettre à disposition un document que vos relecteurs peuvent utiliser pour faire une correction d' |
- | to change `\baselinestretch`& | + | |
- | equivalently `\renewcommand{\baselinestretch}{1.2}`) may | + | |
- | be adequate. Note that `\baselinestretch` changes don't take | + | |
- | 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 | + | ===== Avec les commandes de base ===== |
- | dissertation or an article submission), | + | |
- | The only one currently supported is [`setspace`](https:// | + | |
- | [`Setspace`](https:// | + | |
- | the most die-hard official would doubt its utility (footnotes, figure | + | |
- | 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:// | + | La méthode la plus simple est de changer la définition de la commande gérant l' |
- | performance under current LaTeX is at best problematical.) | + | <code latex> |
+ | \linespread{1.2} | ||
+ | </code> | ||
+ | ou, de manière équivalente : | ||
- | Of course, the real solution (other than for private copy editing) is | + | <code latex> |
- | _not_ to use double-spacing at all. | + | \renewcommand{\baselinestretch}{1.2} |
- | 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 | + | Notez que les modifications de '' |
- | papers to conferences or journals. | + | |
- | questions from users in this author's department), this demand is | + | |
- | becoming less common. | + | |
- | Documentation of [`setspace`](https:// | + | ===== Avec l' |
- | package file itself. | + | |
+ | Pour tout document conséquent, | ||
+ | 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: | ||
+ | }} | ||