% Detect and warn about obsolete latex commands.
% NAG will check for many common mistakes, and give some hints on
% what to use instead. However, you should always refer to l2tabu for a
% more detailed explanation of the whats and whys: it gives more
% information than can be possibly pressed into two lines of error
% message. Orthodox checks for pitfalls that are not technically
% incorrect. If you know what you’re doing, omit orthodox.
\RequirePackage[l2tabu, orthodox]{nag}
\documentclass[british,a4paper,11pt,twoside]{StyleThese}
\makeatletter
\title{Lorem Ipsum}\let\thetitle\@title
\author{Foo von Bar}\let\theauthor\@author
\makeatother
\include{FormatAndDefsBasic}
% Do we want a draft note? Uncomment if not
\newcommand{\draftnote}{\textcolor[gray]{0.5}{\textbf{DRAFT -- \today}}}
\include{FormatAndDefsThesisExtra}
\begin{document}
\frontmatter
\include{TitlePage}
\dominitoc
\copyrightpage{\the\year}{\theauthor}
\declarationpage{\theauthor}
\cleardoublepage
\chapter{Abstract}
\input{Abstract}
\cleardoublepage
\chapter{Impact statement}
An impact statement is often required.
\cleardoublepage
\chapter{Acknowledgments}
\input{Acknowledgments}
\cleardoublepage
\tableofcontents
% UCL wants a list of tables and figures
\clearpage
\listoftables
\clearpage
\listoffigures
\mainmatter
\include{Introduction}
\include{Methods}
\include{Conclusion}
\backmatter
\bibliography{JNFull,ThesisBibliography}
\end{document}
PDF Preview
Create an account to compile and preview