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 \newpage
%bibliography %bibliography
\bibliographystyle{plain} \bibliographystyle{plainnat}
\bibliography{Bibliography} \bibliography{Bibliography.bib}
\newpage \newpage

View File

@ -31,3 +31,5 @@ rightsub = \grq%
\usepackage{fancyhdr} \usepackage{fancyhdr}
%custom font sizes %custom font sizes
\usepackage{anyfontsize} \usepackage{anyfontsize}
%bibliography
\usepackage[square, numbers]{natbib}

View File

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

View File

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

View File

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