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:supprimer_l_indentation_en_debut_de_paragraphe [2018/06/03 13:20] – joseph.wright | composition:texte:paragraphes:supprimer_l_indentation_en_debut_de_paragraphe [2021/01/17 14:11] (Version actuelle) – Traduction de la page et correction de la mise en forme. yannick.tanguy | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Comment obtenir des paragraphes sans indentation? |
- | title: Zero paragraph indent | + | |
- | category: formatting | + | |
- | permalink: / | + | |
- | --- | + | |
- | The conventional way of typesetting running text has no separation | + | Par convention, le texte courant se compose sans séparation entre les paragraphes et la première ligne de chaque paragraphe est en retrait. Cependant, il n'est pas rare de trouver une convention alternative dans laquelle il n' |
- | between paragraphs, and the first line of each paragraph in a block of | + | |
- | text indented. | + | |
- | In contrast, one common convention for typewritten text was to have no | + | En l' |
- | indentation of paragraphs; such a style is often required for | + | |
- | " | + | |
- | that hanker after typewritten manuscripts, | + | |
- | officially-specified dissertation formats. | + | |
- | Anyone can see, after no more than a moment' | + | ===== Avec des rédéfinitions de longueur ===== |
- | paragraph indent is zero, the paragraphs must be separated by blank | + | |
- | space: otherwise it is sometimes going to be impossible to see the | + | |
- | breaks between paragraphs. | + | |
- | The simple-minded approach to zero paragraph indentation is thus: | + | Une approche pour obtenir ce format est de redéfinir certains paramètres de <latex>\LaTeX</ |
- | ```latex | + | |
- | \setlength{\parindent}{0pt} | + | |
- | \setlength{\parskip}{\baselineskip} | + | |
- | ``` | + | |
- | and in the very simplest text, it's a fine solution. | + | |
- | However, the non-zero `\parskip` interferes with lists and the like, | + | <code latex> |
- | and the result looks pretty awful. | + | \setlength{\parindent}{0pt} |
- | patches things up to look reasonable; it's not perfect, but it deals | + | \setlength{\parskip}{\baselineskip} |
- | with most problems. | + | </ |
- | The Netherlands Users' | + | ===== Avec l'extension parskip ===== |
- | [`article`](https:// | + | |
- | equivalent ([`rapport3`](https:// | + | |
- | indent and non-zero paragraph skip. | + | |
+ | Dans les cas simples, la solution ci-dessus est utile. Cependant, la commande '' | ||
+ | |||
+ | ===== Avec les classes artikel3 et rapport3 ===== | ||
+ | |||
+ | Les classes définies par le [[http:// | ||
+ | * un équivalent de la classe [[ctanpkg> | ||
+ | * un équivalent de la classe [[ctanpkg> | ||
+ | |||
+ | ----- | ||
+ | |||
+ | //Source:// [[faquk> | ||
+ | |||
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} | ||