minor style improvements

This commit is contained in:
paul-loedige 2021-01-15 13:48:51 +01:00
parent 2b63e4044a
commit 8fae549bdc
5 changed files with 14 additions and 8 deletions

View File

@ -6,8 +6,8 @@
\newpage
%bibliography
\bibliographystyle{plain}
\bibliography{Bibliography}
\bibliographystyle{plainnat}
\bibliography{Bibliography.bib}
\newpage

View File

@ -30,4 +30,6 @@ rightsub = \grq%
%header and footer
\usepackage{fancyhdr}
%custom font sizes
\usepackage{anyfontsize}
\usepackage{anyfontsize}
%bibliography
\usepackage[square, numbers]{natbib}

View File

@ -7,8 +7,8 @@
%header content
\pagestyle{fancy}
\fancyhf{}
\lhead{\TITLE\\\SUBTITLE}
\chead{\large\textbf{\leftmark}}
\rhead{\includesvg[width=20mm]{./images/TH_OWL_Logo_small}}
\lfoot{\AUTHORCOMPACT}
\rhead{\textbf{\TITLE\\\SUBTITLE}}
\lhead{\large\leftmark}
\chead{\includesvg[width=20mm]{./images/TH_OWL_Logo_small}}
\lfoot{\AUTHORCOMPACT~|~\MODULECOMPACT~|~\DATE}
\rfoot{\thepage}

View File

@ -6,6 +6,8 @@
\def \TITLE{Example Title}
\def \SUBTITLE{Example Subtitle}
\def \AUTHOR{Example Author\\author@example.com}
\def \MODULE{ExampleModule}
\def \MODULECOMPACT{EM}
\def \AUTHORCOMPACT{Example Author}
\def \DATE{Example Date}

View File

@ -8,9 +8,11 @@
\vspace{5mm}
\Huge
\textbf{\SUBTITLE}\\
\vspace{40mm}
\vspace{20mm}
\Large
\AUTHOR\\
\vspace{20mm}
\textbf{\MODULE}\\
\vspace{20mm}
\DATE
\end{center}