%input macros (i.e. write your own macros file called MacroFile1.tex)
%\include{Macros/MacroFile1}
\documentclass[oneside,12pt]{Classes/CUEDthesisPSnPDF}
\usepackage{tabularx}
\usepackage{rotating}
\usepackage{tikz}
\usepackage{listings}
\usepackage[acronym]{glossaries}
\ifpdf
% \pdfinfo { /Title (LIT Masters Thesis)
% /Creator (TeX)
% /Producer (pdfTeX)
% /Author (Firstname Lastname K12345678@student.lit.ie)
% /CreationDate (D:20120601000000) %format D:YYYYMMDDhhmmss
% /ModDate (D:20120615213532)
% /Subject (LIT Masters Thesis)
% /Keywords (PhD, Thesis)}
\pdfcatalog { /PageMode (/UseOutlines)
/OpenAction (fitbh) }
\fi
\title{LIT Masters Thesis Title}
\stitle{Subtitle of Thesis}
\supervisor{Supervisor}
\formalsupervisor{Dr. Super Visor}
\cosupervisor{Co-Supervisor}
\formalcosupervisor{Dr. Co Supervisor}
\formalauthor{Ms. Anne E. Mal}
\ifpdf
\author{\href{mailto:k12345678@student.lit.ie}{Student Name}}
\collegeordept{\href{https://lit.ie/aset/built-environment}{Department of the Built Environment}}
\university{\href{http://www.lit.ie}{Limerick Institute of Technology}}
% insert below the file name that contains the crest in-place of 'UnivShield'
\crest{\includegraphics[width=90mm]{LITBuiltLogo.png}}
\else
\author{Student Name}
\collegeordept{Department of the Built Environment}
\university{Limerick Institute of Technology}
% insert below the file name that contains the crest in-place of 'UnivShield'
\crest{\includegraphics[bb = 0 0 292 336, width=90mm]{LITBuiltLogo.jpg}}
\fi
%
% insert below the file name that contains the crest in-place of 'UnivShield'
% \crest{\IncludeGraphicsW{UnivShield}{40mm}{14 14 73 81}}
%
%\renewcommand{\submittedtext}{change the default text here if needed}
\degree{Master of Science}
\degreedate{Yet to be decided}
% turn of those nasty overfull and underfull hboxes
\hbadness=10000
\hfuzz=50pt
% Put all the style files you want in the directory StyleFiles and usepackage like this:
%\usepackage{StyleFiles/watermark}
%\usepackage{watermark}
% Comment out the next line to get single spacing
\onehalfspacing
\begin{document}
%\language{english}
% A page with the abstract on including title and author etc may be
% required to be handed in separately. If this is not so, then comment
% the below 3 lines (between '\begin{abstractseparte}' and
% 'end{abstractseparate}'), normally like a declaration ... needs some more
% work, mind as environment abstracts creates a new page!
% \begin{abstractseparate}
% \input{Abstract/abstract}
% \end{abstractseparate}
% Using the watermark package which is in StyleFiles/
% and to remove DRAFT COPY ONLY appearing on the top of all pages comment out below line
%\watermark{DRAFT COPY ONLY}
\maketitle
%set the number of sectioning levels that get number and appear in the contents
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\frontmatter % book mode only
\pagenumbering{roman}
\include{Declaration/declaration}
\include{Dedication/dedication}
\include{Acknowledgement/acknowledgement}
\include{Abstract/abstract}
\tableofcontents
\listoffigures
\printnomenclature %% Print the nomenclature
\addcontentsline{toc}{chapter}{Nomenclature}
\mainmatter % book mode only
\include{Introduction/introduction}
\include{Chapter1/chapter1}
\include{Chapter2/chapter2}
\include{Chapter3/chapter3}
\include{Conclusions/conclusions}
\backmatter % book mode only
\bibliographystyle{agsm}
%\bibliographystyle{plainnat}
%\bibliographystyle{Classes/CUEDbiblio}
%\bibliographystyle{Classes/jmb}
%\bibliographystyle{Classes/jmb} % bibliography style
\renewcommand{\bibname}{References} % changes default name Bibliography to References
\bibliography{References/references} % References file
\appendix
%\setcounter{page}{1}
\include{Appendix1/appendix1}
\include{Appendix2/appendix2}
\end{document}

PDF Preview
Create an account to compile and preview