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.
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.