Go to file
2013-11-16 23:11:34 +00:00
Abstract initial commit 2013-11-14 18:51:42 +00:00
Acknowledgement initial commit 2013-11-14 18:51:42 +00:00
Appendix1 initial commit 2013-11-14 18:51:42 +00:00
Appendix2 initial commit 2013-11-14 18:51:42 +00:00
Chapter1 Removed a warning 2013-11-16 22:57:26 +00:00
Chapter2 Fixed OneColumn error 2013-11-16 21:02:19 +00:00
Chapter3 Testing dvi and PS support :) 2013-11-16 18:30:39 +00:00
Classes Fixed headheight warning 2013-11-16 23:11:34 +00:00
Declaration initial commit 2013-11-14 18:51:42 +00:00
Dedication initial commit 2013-11-14 18:51:42 +00:00
Figs Testing dvi and PS support :) 2013-11-16 18:30:39 +00:00
References URL style in referencing plainnat 2013-11-16 10:46:13 +00:00
.gitignore Testing dvi and PS support :) 2013-11-16 18:30:39 +00:00
compile-thesis.sh Make Index Working 2013-11-16 17:13:31 +00:00
LICENSE initial commit 2013-11-14 18:51:42 +00:00
Makefile Shell script and Makefile 2013-11-16 00:45:21 +00:00
Makefile_CUED Shell script and Makefile 2013-11-16 00:45:21 +00:00
README.md Testing dvi and PS support :) 2013-11-16 18:30:39 +00:00
thesis.pdf Fixed headheight warning 2013-11-16 23:11:34 +00:00
thesis.tex removed PDFEncoding warning 2013-11-16 23:06:50 +00:00

phd-thesis-template

A PhD thesis LaTeX template for Cambridge University, based on Krishna Kumar's King's latex course and CUED V1.1 Template

Build your thesis

The template supports PDF, DVI and PS formats. All three formats can be generated with the provided Makefile.

To build the PDF version of your thesis, run:

make

or

./makepdf

This build procedure uses pdflatex and will produce thesis.pdf.

To produce DVI and PS versions of your document, you should run:

./makeps

or

make BUILD_STRATEGY=latex

This will use the latex command to build the document and will produce thesis.dvi, thesis.ps and thesis.pdf documents.

Clean unwanted files

To clean unwanted clutter (all LaTeX auto-generated files), run:

make clean

Note: the Makefile itself is take from and maintained at here.