Drawing a small line to separate paragraphs in LaTeX

How to draw a small line in LaTeX, for example to separate two paragraphs?
Use this:

Some text.

\begin{center}
\rule{1cm}{1pt}
\end{center}

Some text after the line.

You will obtain something like this:

Some text.

Some text after the line.

2 thoughts on “Drawing a small line to separate paragraphs in LaTeX”

Leave a Reply

Your email address will not be published. Required fields are marked *