I'm trying to make a multiple Horizontal Rule, with one of the rules "fatter" than the other.
Code: Select all
\documentclass[12pt,a4paper]{report}
\usepackage{graphicx} % to insert PostScript figures
\usepackage[strict]{changepage}
\setlength\parskip{0cm}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\newcommand{\HRulegrossa}{\rule{\linewidth}{1.2mm}}
\begin{document}
\begin{titlepage}
\begin{center}
\HRulegrossa \\
\HRule \\[0.3cm]
{\huge \bfseries Lager brewing techniques}\\[0.4cm]
\HRule \\[1.5cm]
\end{center}
\end{titlepage}
\end{document}
Thanks a lot in advance,
Tiago