Here is the .tex file. This is the main page and many chapters are called by this main document.
Code: Select all
Code, edit and compile here:
% ----------------------------------------------------------------------% LATEX TEMPLATE FOR PhD THESIS% ----------------------------------------------------------------------% based on Harish Bhanderi's PhD/MPhil template, then Uni Cambridge% http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ThesisStyle/% corrected and extended in 2007 by Jakob Suckale, then MPI-CBG PhD programme% and made available through OpenWetWare.org - the free biology wiki%: Style file for Latex% Most style definitions are in the external file PhDthesisPSnPDF.% In this template package, it can be found in ./Latex/Classes/\documentclass[twoside,11pt]{Latex/Classes/PhDthesisPSnPDF}%: Macro file for Latex% Macros help you summarise frequently repeated Latex commands.% Here, they are placed in an external file /Latex/Macros/MacroFile1.tex% An macro that you may use frequently is the figuremacro (see introduction.tex)\input{Latex/Macros/MacroFile1}%: ----------------------------------------------------------------------%: TITLE PAGE: name, degree,..% ----------------------------------------------------------------------% below is to generate the title page with crest and author name%if output to PDF then put the following in PDF header\ifpdf\pdfinfo { /Title (PhD and MPhil Thesis Classes)/Creator (TeX)/Producer (pdfTeX)/Author (YourName your@email.net)/CreationDate (D:YYYYMMDDhhmmss) %format D:YYYYMMDDhhmmss/ModDate (D:YYYYMMDDhhmm)/Subject (xyz)/Keywords (add, your, keywords, here) }\pdfcatalog { /PageMode (/UseOutlines)/OpenAction (fitbh) }