aboutsummaryrefslogtreecommitdiff
path: root/model_3/resources/header_footer.tex
blob: 5a97a152effbaefd239a6bc6482846b9d2e1cb23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\RequirePackage{fancyhdr}

\fancyhf{}
\pagestyle{fancy}

\renewcommand{\headrule}{
	\hspace{- 0.9cm}
	\color{sidecolor}\rule{\paperwidth + 1cm}{0.5 cm}
}

\renewcommand{\footrule}{
	\hspace{- 0.9cm}
	\color{sidecolor}\rule{\paperwidth + 1cm}{0.5 cm}
}