Comment obtenir un symbole «fin de paragraphe»?
Le pied-de-mouche, « ¶ », marque souvent une fin de paragraphe.
Il s'obtient avec la commande \P
ou la commande \textparagraph
.
\documentclass{article} \begin{document} \P{} Auparavant, le pied-de-mouche, << \textparagraph{} >>, marquait le début d'un paragraphe. \end{document}
![LaTeX
\documentclass{article}
\pagestyle{empty}
\begin{document}
\P{} Auparavant, le pied-de-mouche, << \textparagraph{} >>, marquait le début d'un paragraphe.
\end{document}](/lib/exe/fetch.php?media=wiki:latex:/imgb1b0ecd3b2d901d3268542de2a6b6686.png)