From 8fae549bdc5101b3ef60380a2d076d92dd742a46 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Fri, 15 Jan 2021 13:48:51 +0100 Subject: [PATCH] minor style improvements --- Addendum.tex | 4 ++-- Packages.tex | 4 +++- Style.tex | 8 ++++---- Template_Document.tex | 2 ++ TitlePage.tex | 4 +++- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/Addendum.tex b/Addendum.tex index 142f9a9..0d64038 100644 --- a/Addendum.tex +++ b/Addendum.tex @@ -6,8 +6,8 @@ \newpage %bibliography -\bibliographystyle{plain} -\bibliography{Bibliography} +\bibliographystyle{plainnat} +\bibliography{Bibliography.bib} \newpage diff --git a/Packages.tex b/Packages.tex index 00fdae2..d0a907e 100644 --- a/Packages.tex +++ b/Packages.tex @@ -30,4 +30,6 @@ rightsub = \grq% %header and footer \usepackage{fancyhdr} %custom font sizes -\usepackage{anyfontsize} \ No newline at end of file +\usepackage{anyfontsize} +%bibliography +\usepackage[square, numbers]{natbib} \ No newline at end of file diff --git a/Style.tex b/Style.tex index 004b5cb..2cdbd7e 100644 --- a/Style.tex +++ b/Style.tex @@ -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} \ No newline at end of file diff --git a/Template_Document.tex b/Template_Document.tex index be1b325..9f8eb69 100644 --- a/Template_Document.tex +++ b/Template_Document.tex @@ -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} diff --git a/TitlePage.tex b/TitlePage.tex index e3d9240..31d2fd3 100644 --- a/TitlePage.tex +++ b/TitlePage.tex @@ -8,9 +8,11 @@ \vspace{5mm} \Huge \textbf{\SUBTITLE}\\ - \vspace{40mm} + \vspace{20mm} \Large \AUTHOR\\ \vspace{20mm} + \textbf{\MODULE}\\ + \vspace{20mm} \DATE \end{center} \ No newline at end of file