Template_Document/Style.tex
2020-11-01 00:05:47 +01:00

14 lines
325 B
TeX

%page format
\usepackage[
a4paper,
top=35mm,right=20mm,bottom=30mm,left=20mm,
headheight=25mm
]{geometry}
%header content
\pagestyle{fancy}
\fancyhf{}
\lhead{\TITLE\\\SUBTITLE}
\chead{\large\textbf{\leftmark}}
\rhead{\includesvg[width=20mm]{./images/TH_OWL_Logo_small}}
\lfoot{\AUTHORCOMPACT}
\rfoot{\thepage}