-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL.txt
executable file
·39 lines (32 loc) · 1.75 KB
/
INSTALL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% OXFORD THESIS TEMPLATE %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Originally by Keith A. Gillow ([email protected]), 1997
% Modified by Sam Evans ([email protected]), 2007
% Modified by John McManigle ([email protected]), 2015
% This version Copyright (c) 2015-2017 John McManigle
%
% Broad permissions are granted to use, modify, and distribute this software
% as specified in the MIT License included in this distribution's LICENSE file.
%
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 Oxford_Thesis.tex
2. biber Oxford_Thesis
3. pdflatex Oxford_Thesis.tex
4. pdflatex Oxford_Thesis.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. http://tex.stackexchange.com has
lots of answers to common LaTeX problems.
High-level details on what this template provides can be found at:
https://www.oxfordechoes.com/oxford-thesis-template/