Skip to content

michaeltanner/oxford-thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oxford Thesis Template

Use this template to produce a standard thesis that meets the Oxford University requirements for DPhil submission, and should be passable for other thesis-based degrees (e.g. MPhil) as well.

In modern LaTeX implementations, you should be able to open Oxford_Thesis.tex with your favorite editor and compile it. By default, this template uses biber/BibLaTeX for references / citations, so you may have to make the appropriate changes in your build preferences. A typical "full build" should be:

  1. pdflatex main.tex
  2. biber main
  3. pdflatex main.tex
  4. pdflatex main.tex

Alternatively, install latexmk and execute: latexmk -pdf -synctex=1 main.tex.

There should be subfolders called text and figures. Keep all your work in these folders. This will make your life much simpler when you need to go about deleting files creating while compiling while not deleting your actual thesis.

Make a new .tex file for each chapter and appendix, and place them in the text folder. If you'll have a figure-intensive thesis, subfolders in figures is a good idea. Use PDF graphics if at all possible.

The LaTeX cheat sheet is your friend. Google it. StackExchange has lots of answers to common LaTeX problems.

High-level details on what this template provides can be found here.

Example Screenshots

Title Page Table of Contents List of Abbreviations Chapter Main Page Chapter Contents

About

University of Oxford DPhil/MPhil Thesis Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published