How to change a thickness of a hrule?
The latex syntax is \rule
not \hrule
but if you want to use \hrule
then
\hrule height 2cm
should work. The latex syntax would be
\begin{center}
\rule{\textwidth}{2cm}
\end{center}
The latex syntax is \rule
not \hrule
but if you want to use \hrule
then
\hrule height 2cm
should work. The latex syntax would be
\begin{center}
\rule{\textwidth}{2cm}
\end{center}