minor style improvements
This commit is contained in:
parent
2b63e4044a
commit
8fae549bdc
@ -6,8 +6,8 @@
|
|||||||
\newpage
|
\newpage
|
||||||
|
|
||||||
%bibliography
|
%bibliography
|
||||||
\bibliographystyle{plain}
|
\bibliographystyle{plainnat}
|
||||||
\bibliography{Bibliography}
|
\bibliography{Bibliography.bib}
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
|
|
||||||
|
@ -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}
|
@ -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}
|
@ -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}
|
||||||
|
|
||||||
|
@ -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}
|
Loading…
x
Reference in New Issue
Block a user