Skip to content
Snippets Groups Projects
QEmain.tex 1.14 KiB
Newer Older
Stig Elkjær Rasmussen's avatar
Stig Elkjær Rasmussen committed
\input{preamble}

%% Defines thesistitle, authorname, studentnumber, supervisor, and all other personal stuff
\newcommand{\thesistitle}{Progress Report for Qualifying Exam}
\renewcommand{\author}{Stig Elkjær Rasmussen}
\newcommand{\studentNo}{201303692 -- au475570}
\newcommand{\supervisor}{Nikolaj Thomas Zinner}
\newcommand{\email}{\url{stig@phys.au.dk}}
\newcommand{\afldate}{30\textsuperscript{rd} of July, }
\newcommand{\aflyear}{2020}
  

\begin{document}
	%% Coverpage, titlepage, colophon
	\frontmatter
		\input{titlePage} 
		\restoregeometry	
	
	%% Outline, table of contents, acknowledgements and preface
		\pagestyle{fancy}
		\tableofcontents 
		\clearpage
	
	%% The actual thesis
	\mainmatter
		%\pagestyle{headings}
		\input{mainmatter/introduction}
		\input{mainmatter/aim}
		
		If you have nothing else to cite this is a good start: \cite{Rasmussen2017,Rasmussen2019,Barfknecht2019,Christensen2020,Rasmussen2020a,Rasmussen2020b}.
		
		\input{mainmatter/projectPart1}
		\input{mainmatter/remainingPlan}
		
	\backmatter
	%% Bibliography
	\printbibliography
	\renewcommand*{\bibfont}{\raggedright}


\end{document}