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
.
% !TEX noedit
\documentclass{article}
\begin{document}
\P{} Auparavant, le pied-de-mouche, << \textparagraph{} >>, marquait le début d'un paragraphe.
\end{document}
\documentclass{article}
\pagestyle{empty}
\begin{document}
\P{} Auparavant, le pied-de-mouche, << \textparagraph{} >>, marquait le début d'un paragraphe.
\end{document}