master
Icedream 2018-03-01 10:03:24 +01:00
parent cddda6908a
commit c263827b09
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,8 @@ template: template.tex
toc: true toc: true
header-includes: header-includes:
# For \pageref{LastPage}
- \usepackage{lastpage}
# For \textcolor # For \textcolor
- \usepackage{xcolor} - \usepackage{xcolor}
@ -45,7 +47,7 @@ header-includes:
- \fancyhead[L]{\large{\textit{\textbf{ITS} \\ IP und ICMP}}} - \fancyhead[L]{\large{\textit{\textbf{ITS} \\ IP und ICMP}}}
- \fancyhead[R]{\raisebox{-0.1\height}{\includegraphics[height=32pt]{img/steinbeis.png}}} - \fancyhead[R]{\raisebox{-0.1\height}{\includegraphics[height=32pt]{img/steinbeis.png}}}
- \fancyfoot[L]{\textcolor{gray}{Carl Kittelberger}} - \fancyfoot[L]{\textcolor{gray}{Carl Kittelberger}}
- \fancyfoot[R]{\textcolor{gray}{\bfseries{Seite \thepage}}} - \fancyfoot[R]{\textcolor{gray}{\bfseries{Seite \thepage{}/\pageref*{LastPage}}}}
- \renewcommand{\headrulewidth}{0.4pt} - \renewcommand{\headrulewidth}{0.4pt}
- \renewcommand{\footrulewidth}{0.4pt} - \renewcommand{\footrulewidth}{0.4pt}
- \setlength\headheight{36pt} - \setlength\headheight{36pt}