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