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/05/25 21:22] – 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: / | + | |
- | date: 2014-06-10 | + | |
- | --- | + | |
- | # Zero paragraph indent | + | 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'y a aucune mise en retrait de la première ligne des paragraphes : ce style s' |
- | The conventional way of typesetting running text has no separation | + | En l' |
- | 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 | + | ===== Avec des rédéfinitions de longueur ===== |
- | 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' | + | Une approche pour obtenir ce format est de redéfinir certains paramètres de < |
- | 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: | + | < |
- | ```latex | + | \setlength{\parindent}{0pt} |
- | \setlength{\parindent}{0pt} | + | \setlength{\parskip}{\baselineskip} |
- | \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, | + | ===== Avec l' |
- | and the result looks pretty awful. | + | |
- | patches things up to look reasonable; it's not perfect, but it deals | + | |
- | with most problems. | + | |
- | The Netherlands Users' | + | Dans les cas simples, la solution ci-dessus est utile. Cependant, la commande |
- | [`article`](https:// | + | |
- | equivalent ([`rapport3`](https:// | + | |
- | indent and non-zero paragraph skip. | + | |
+ | ===== 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: | ||
+ | }} | ||