minor style improvements
This commit is contained in:
parent
2b63e4044a
commit
8fae549bdc
@ -6,8 +6,8 @@
|
||||
\newpage
|
||||
|
||||
%bibliography
|
||||
\bibliographystyle{plain}
|
||||
\bibliography{Bibliography}
|
||||
\bibliographystyle{plainnat}
|
||||
\bibliography{Bibliography.bib}
|
||||
|
||||
\newpage
|
||||
|
||||
|
@ -30,4 +30,6 @@ rightsub = \grq%
|
||||
%header and footer
|
||||
\usepackage{fancyhdr}
|
||||
%custom font sizes
|
||||
\usepackage{anyfontsize}
|
||||
\usepackage{anyfontsize}
|
||||
%bibliography
|
||||
\usepackage[square, numbers]{natbib}
|
@ -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}
|
@ -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}
|
||||
|
||||
|
@ -8,9 +8,11 @@
|
||||
\vspace{5mm}
|
||||
\Huge
|
||||
\textbf{\SUBTITLE}\\
|
||||
\vspace{40mm}
|
||||
\vspace{20mm}
|
||||
\Large
|
||||
\AUTHOR\\
|
||||
\vspace{20mm}
|
||||
\textbf{\MODULE}\\
|
||||
\vspace{20mm}
|
||||
\DATE
|
||||
\end{center}
|
Loading…
x
Reference in New Issue
Block a user