oxford master thesis template

Oxford Echoes   adventures of a physician-engineer

  • About / Contact
  • Presentations

Oxford Thesis Template   138 comments

titlepage

LaTeX and similar tools follow a “what you see is what you mean” model, unlike Microsoft Word, which is “what you see is what you get”. When you’re starting a new section in a LaTeX document, you don’t click bold and increase the font size. Instead, you type \section , and the engine automatically assigns a section number and format, updates the table of contents, and even adds within-document links. This all sounds complicated, but if you’ve written HTML, you know the idea. (Word power-users will reply that Word has similar tricks up its sleeve. This is true, but LaTeX explicitly separates text from layout, preventing a lot of the “gremlins” that creep into Word documents.)

Of course, this paradigm creates a significant disconnect between the text you type and the beautiful PDF document that results. This is where a good template comes in. It defines everything from how the title page is laid out to what the page header looks like in the bibliography. For a LaTeX user (and anyone writing a document as long as a thesis should be), a good template is everything. I was lucky enough to find a template that Sam Evans adapted for social sciences use based on the original maths template by Keith Gillow . I wound up making my own modifications, and re-packaged the template for posterity.

Download the Oxford thesis template here .

If you prefer, you can also view on GitHub .

Some of the features of this template are:

oxford master thesis template

Fantastic chapter pages. The template retains Sam Evans’s use of the quotchap and minitoc packages to (optionally) include an epigraph and brief table of contents at the beginning of each chapter. I found this a great way to inject a bit of personality into the thesis (via the epigraph) and ensure that my reader wasn’t getting lost (table of contents). My modifications cleaned up some of the spacing, ensuring single-spaced tables and slightly more compact chapter headings.

Table of Contents refinements. Careful attention was paid to spacing and page headings in the table of contents as well as other heading sections. This can get tricky in documents using lots of packages. This template also inserts an “Appendices” page (and ToC entry) between chapters and appendices.

Table of abbreviations. Many science and engineering theses use lots of abbreviations. Humanities and social sciences theses often need glossaries. While there are some dedicated LaTeX classes that meet these needs in complex cases, I decided to create a simple list environment to handle the routine cases.

Highlighted corrections. Most Oxford theses go through a round of corrections, as time-honored a tradition as the viva itself. Minor corrections generally just involve sending a PDF of your revised thesis to your internal examiner. (Major corrections often require a more exacting process.) This class allows you to designate text (or figures, etc) as a correction. You can then toggle between generating a document in which these corrections are highlighted in blue (ideal for sending to your examiner for a quick read-through) and just printing them without any adornment (for generating your final copy).

Page layout, draft, and spacing options. In a few keystrokes, you can switch between a double-spaced, single-sided, binding-margin document (ideal for submission), a 1.5-spaced, double-sided document (for your parents’ copy), or a version with equal left and right margins (for submitting as a PDF). An optional draft notice (with date) can be included in the footer — just remember to turn it off before submitting!

Master’s thesis title page. Some masters’ degrees require title pages with a candidate number and word count rather than a name and college, to ensure anonymity for the examinees. They also require a statement of authenticity / originality on the title page. This template has a quick option to switch to this master’s submission format. And, just as importantly, it can be turned off when you want to print a version for yourself.

Posted 12 Jul 2015 by John McManigle in Technical

138 responses to Oxford Thesis Template

Subscribe to comments with RSS .

' src=

Thanks very much to you and Sam Evans for developing this! I’m hoping to use it (or a slightly modified version) for my MSc thesis this year.

' src=

Fantastic! I wonder if it would be worth putting this on GitHub or similar, so that as people make/suggest modifications, others can make use of it… Out of curiosity, what did you decide to modify?

' src=

Did this ever go on github or no?

After much delay, it has been uploaded to GitHub at mcmanigle/OxThesis .

' src=

Thanks very much for this. it’s amazing. I am trying to change the titles of the chapters though to align left rather than right..how do I do that? I have been trying all day!

Hi Anne, So unfortunately left-aligning chapter titles isn’t an option that the quotchap package (which my class uses to format chapter titles) contains by default. Which doesn’t mean what you’re asking for is impossible, just that it’s a little clumsy.

Probably the easiest way is to insert the following block of code in Oxford_Thesis.tex just above the line that says %%%%% THE ACTUAL DOCUMENT STARTS HERE (ie on line 97).

This should redefine the chapter-heading command to move both the grey number and the chapter title to the left side of the page. Hope it helps!

Thanks very much for this. With a bit of a clumsier tweak from me the script did exactly what I wanted as I also needed the “Chapter” word before the number.

Pingback: Structure your thesis – thesismathblog

' src=

It is the most beautiful template which I have referred. But I would like to use “Chapter 1” instead of only number. HOW can I do, please? I am the beginner in Latex

Hi Le, Probably the easiest way is to insert the following block of code in Oxford_Thesis.tex just above the line that says %%%%% THE ACTUAL DOCUMENT STARTS HERE (ie on line 97).

' src=

Hi John, great code! I’m having difficulty changing the position of the page numbers. I would like for the number to always be at the bottom centre of the page… Thanks in advance!

Hi Sandra, So sorry for the delay in responding! Add the following lines to Oxford_Thesis.tex just before THE ACTUAL DOCUMENT STARTS HERE (ie line 97):

' src=

Hi John, thanks a lot! Well, the only problem for me is that my computer doesn’t seem to be able to find the figures/beltcrest.pdf file, so it’s always an empty square where the logo is supposed to be inserted..

Interesting… Is the figures/beltcrest.pdf file in the directory with the rest of your thesis? If you just download the thesis file, unzip it, and compile it, does the logo appear? I’m afraid this is one of those problems that’s probably specific to how the files are laid out on your computer, so you might be better off bribing a technically-minded friend to figure it out. I can’t debug it well without being at your computer…

' src=

Hi John, thank you for sharing this brilliant template, I’ll be using it for my MSc dissertation. I have removed the quote and want the Section header i.e ‘Chapter 1’ to start where the quote started instead of mid page, can you assist ?

Hi William, Apologies for the late reply! There are no doubt more “correct” answers to this question in terms of modifying the chapter headings entirely, but the simplest answer to your question is to insert the following line:

into Oxford_Thesis.tex just above the line that reads THE ACTUAL DOCUMENT STARTS HERE (ie on line 97 in the template version). You can adjust the “-80pt” to your heart’s content. For your reference, setting it to (+) 40pt will match how the template already is. Setting it to 0 will leave a generous top margin that you might find looks appropriate even without a quote. But do play with it!

' src=

Hello John, thanks for the template. How do I add my bibtex database i.e the reference list to my document?

I’m afraid there are so many different ways to configure BibTeX and other reference managers for LaTeX that I’m not able to provide help on any in particular. It also tends to involve pretty individual help depending on your setup. This template should work with whatever your preferred LaTeX referencing setup is, so I suggest getting in-person help from someone at your uni who has done it before.

' src=

I was wondering how I could decrease the upper margin of the title page so that there is more space for additional subtitles below. Thank you for the amazing template!

Apologies for the late reply! Assuming you are writing a DPhil thesis, add a line to ociamthesis.cls after line 217 ( \begin{center} ) that adds a negative vertical space. Try: \vspace*{-3cm} . That section of the file would then look like:

If you are writing a master’s thesis, you should instead change line 201 ( \vspace*{-3ex} ) to have a larger space. Try -3cm .

' src=

Thank you; and how do I then add a subtitle in a smaller font?

There are “better” ways to do this in order to actually modify the template to expect a subtitle, but for quick results you can modify the line where the title goes (line 76 in Oxford_Thesis.tex) to instead be two lines:

' src=

Hi, thanks so much for publishing this!

I can’t figure some things out, though: 1. I was wondering is there a way for the examples not to start from 1 with the beginning of every chapter? This seems to be happening because of the chapters being in their separate .tex files. 2. There seems to be something weird happening with some of the formatting when I have a figure, a table or a big example. The text gets spread out. The LaTeX community online suggests adding \raggedbottom to the preamble but it does not seem to work. Any suggestions?

1. I didn’t use Examples myself; can you show me what your command is to start an example? That will help me answer this question.

2. Yes, raggedbottom will fix this, at the expense of not having the bottoms of your pages line up neatly. Instead of adding it to the preamble, change line 193 of Oxford_Thesis.tex (just before chapters are included) from \flushbottom to \raggedbottom .

Dear John, thanks so much for your answer.

It’s a linguistics thesis so I’m using \ex. and \exg.

' src=

Hi, thanks for the template. I am using the original maths template.

Can you please help me to figure out to add a Glossary and a List of Publications in the preamble before ending the Roman pages?

Thanks, Rahman

Hi Rahman, I’m afraid that providing individual help for someone working with a different template is something the hospital keeps me too busy to do. I would suggest that looking at the relevant code in my template (specifically the text/abbreviations.tex file and lines 354 to 368 of ociamthesis.cls ), which will hopefully set you on the right track!

' src=

Hello there, Just wanted to know what the font style was called for your thesis?

The template uses the Computer Modern font , which is the default in LaTeX and is widely used in technical publishing (partially for this reason).

' src=

GRACIAS TIBI VALDE

' src=

Thank you for the great template. I guess the font size that is used is 12. How can I change it? I tried to pass the parameter to \documentclass as follows: \documentclass[a4paper,twoside,12pt]{ociamthesis} but it does not seem to be working.

Hi Salah, You’ll need to change that on line 13 of ociamthesis.cls

Hope it helps!

' src=

I am a bit confused as google returned to me another file with the same name first. https://www.maths.ox.ac.uk/members/it/faqs/latex/thesis-class

Why is the same material distributed at different places, with different versions and a clear copyright and license note? As there is no copyright and license, people in most jurisdictions are not allowed to make any changes to ociamthesis.cls.

Hi Johannes,

You are of course absolutely right; without a clear license it is very difficult to confidently make and distribute changes. I have had personal communication with Keith Gillow (author of the original maths template) who said “From my perspective you are very welcome to use and adjust this as the others have done before you, and also feel free to put it on github etc.” and Sam Evans (who modified it for social sciences use) who said “I’m also totally fine for this code to be as open as possible and live freely on the net.”

With that permission, Diego Vitali has adapted the same to suit the Roehampton University standard, which he published under a GNU license. Danny Price has developed a LyX version which is on Github with a statement stating “use responsibly” without specifying a license.

Given Keith Gillow and Sam Evans’ statements, I feel comfortable releasing this under an MIT license, and will update the files accordingly. Will also take this opportunity to upload to Github so that people can suggest updates and pull requests more easily.

' src=

Running BibTex, i consistently get an error: “I found no \bibstyle command—while reading Oxford_Thesis.aux”

Any advice?

There are a couple of different processing programs that “do” bibliographies in LaTeX. Some of the more popular are with bibtex and biber. Some of the differences are described here: https://tex.stackexchange.com/questions/25701/bibtex-vs-biber-and-biblatex-vs-natbib

This template is currently designed to use biber, since it is growing in popularity and is easier to make custom changes to without learning a whole new language. Most LaTeX packages should have an option to run biber, but more technical advice can be found here: https://tex.stackexchange.com/questions/26516/how-to-use-biber

Of course, if you prefer natbib (the older / more traditional way of doing things) feel free to modify the template as necessary, particularly around lines 47-57.

' src=

Hello, I have an issue, I am not able to find how to display the bibliography in this oxford template, how can I display it? Besides, I have citation but it is just like “nih_ct_2017” how can I add the [].

' src=

Hi John! Thank you very much for opening up this template for others but I seem to have an error from it when trying to compile the bibtex as it is from the download, that says

– no \citation commands – no \bibdata commands – no \bibstyle commands

These usually come up if end \end{document} was too early, but I can see that is not the case. I just wondered if this problem had come up for anyone else and whether you might know what has gone wrong / what I am doing wrong? I am running it from texmaker.

Further to my last message, I discovered that it’s a problem with the preset compile commands I was using in TexMaker. Thanks!

' src=

Hi John, I’m having the same issue. What did you change?

' src=

Hi, this is a great template! My only question is how do I adjust the font to Times New Roman and the line spacing of all text to 1.5x line spacing? Also, is there a way to include the Supervisor Name on the Title Page?

Thank you in advance,

' src=

I have stumbled across this having already written my masters dissertation. I would like to make my title page the same as the one in yours, but I have not managed to figure out how to do so. Any help would be appreciated! :)

' src=

Just wanted to say thank you for sharing this template with the wider community. I’ve used a modified version of yours and I’ll be submitting my thesis next week.

I hope this message isn’t considered as spam.

Really! Thanks a lot! Much appreciated. Keep up the good work.

Cheers, Deyan

' src=

Hi John, thank you so much for this brilliant template which is making my PhD life much easier! I’m stuck with trying to compile individual chapters (e.g. for submitting a chapter to a supervisor etc). I’m trying \includeonly{chaptername} after the documentclass but for some reason that is giving me only the bibliography! I’ve also tried commenting out the \include commands for individual chapters but that would typeset, e.g., chapter 5 as chapter 1. Can you assist?

Hi John, I managed to solve the problem in my last post – please ignore! I was wondering, however, how one could add in a `part’ structure above the chapter structure (i.e. Part 1 / chapter 1, 2, 3, Part 2 / chapter 4 5 6 or similar) – assistance would be greatly appreciated!

' src=

Hi, Thank you so much for this template. May I ask how to change the option of double space and 1.5 space please? Thanks

' src=

Hi John, Many thanks for this! I’m having trouble with the Bibtex as John Ylang had written previously. However, I’ve checked my preset compilers and all seems to be correct, yet I’m still getting error messages with bibtex: – no \citation commands – no \bibdata commands – no \bibstyle commands

' src=

Many, many thanks for this template, it is so helpful. I am submitting my thesis in the form of journal articles for the different chapters. I was wondering if you could advise how I can create a small reference list per chapter (including only those references cited in that chapter)? Is it possible to also change the sub-section numbering within different chapters?

Thank you so very much, Isabel

Hi John, is the template still working? I installed TexWorks today and most of the template works apart from the bibliography/references – this is when trying to compile leaving everything unchanged from when it was unzipped.

The log shows: I found no \citation commands—while reading file Oxford_Thesis.aux I found no \bibdata command—while reading file Oxford_Thesis.aux I found no \bibstyle command—while reading file Oxford_Thesis.aux

…and all the citations are undefined. Not sure what’s going on here.

Update: I fixed the referencing problem using the following. You need to select Biber instead of Bibtex. From stackexchange:

“I’m a TeXstudio user and whenever I receive this error message, it’s because I’ve changed the default bibliography tool from biber to bibtex.

To change it back, I have to do Options > Configure TeXstudio > Build > Default Bibliography Tool and the process works again.

Even if this answer never helps anyone else ever, it’ll at least be good for me to have this here as a aide memoire next times this happens!”

' src=

Thanks so much for making this available, I really like it! I’m new to latex and am trying to work out the best way of adding a list of equations. This seems like the kind of thing people would do all the time but I can’t seem to get anything to work. Any suggestions?

Cheers, Suzanne

' src=

Thank you for the template, great job! However, as many complained about it, the refences page is missing. Is there anyone who can display the references page? I have experience with Latex, I worked on it a lot but still no results.

Hi and thank you very much for this template.

I wonder how I could fit in a subheading below the title on the front page, in a slightly smaller fonts size?

' src=

The template is great, but I can’t seem to change the font size to 14, where do I control this?

On line 19 of ociamthesis.cls, change “12pt” to “14pt”.

' src=

Thanks for this amazing template!

However what can I do to remove the empty page that occurs before each new chapter?

Masters are page count constrained so everyone counts!

I believe the “empty page that occurs before each new chapter” is added automatically to make sure each new chapter starts on the right-hand page in double-sided page layouts. So it will only be added if the new chapter would otherwise start on a left-facing page. In Oxford_Thesis.tex, look at lines 25-30. Specifically, you should probably add a percent sign at the beginning of line 26 and remove the one at the beginning of line 28 to change to one-sided binding, like so:

If you do want two-sided binding, but with chapters allowed to start on either side, change line 26 to:

Again, thank you for your continued help.

I am mostly using \parencite and \textcite for my citations. I am wondering when using multiple citations within the same parentheses, can I tell latex to order them? I would want them to be ordered, starting with the oldest publication.

Thank you, JOD

Hi, sorting of citations, and especially sorting them differently in the bibliography vs the in-text citations, is a big rabbit hole that you can dive down here if your resolve is firm.

Probably / hopefully the easiest solution (if you are using biblatex/biber for your bibliography, which is currently the default in the template) is:

  • look at whichever of line 55 or 59 in Oxford_Thesis.tex, beginning with \usepackage[style= , that does not have a % starting it
  • find the list of arguments between square brackets
  • you’ll notice either sorting=none or sorting=nyt or some other option controls how the bibliography is sorted. (‘nyt’ means first by author Name, then by Year, then by Title. ‘none’ means in order of appearance in your text.)
  • add the option (with a comma between options) sortcites=false . This will continue sorting the bibliography as described above, but will order the in-text multiple citation groups in whatever order you type them in the latex file.

The advantage of this solution is that it’s simple enough to type out here. The disadvantage is that it doesn’t really sort your in-text citations by year, it just doesn’t sort them, so whatever order you type is what you get.

' src=

first of all thanks a lot for this amazing template. I’m using it currently for my master thesis in physics.

I have tinkered around and modified some things to my needs, but I am struggeling with one modification: I want a “List of Symbols” in my thesis. You already provided a list of abbrevations with two rows. For my List of Symbols I want an additional row, i.e. Symbol, Description, Unit. It should look like this:

h . . . . . Hight of tower [m]

Is there a way to modify the existing mclistof environment to achieve that, i.e. just add a row to the right?

Best regards, Tom

I make no promises, but try adding to ociamthesis.cls (I suggest around line 375, after the mclistof environment):

Then, you should be able to make the kind of list you’re asking for with a block like this in one of your text files:

Let me know how it goes!

Thanks a lot for your quick response. The proposed code works just as I wanted it to work. Thanks a lot for your help.

I am currently trying to cut words in my thesis; is it possible to change the references to

example: (Weber, 2010:5) ?

That would save me two words for each citation.

Thank you and best regards.

Also, currently my compiler (Overleaf) recognises this

urldate = {2019-05-01}

as citing it as (visited on 05/01/2019), while I want it to be

(visited on 01/05/2019)

Can I change that?

Yes, that is possible, but I don’t have any special knowledge on it. Assuming you are using biblatex (the default bibliography formatter used in the template), there are examples of many pre-defined styles here .

Basic ideas about customizing styles in more detail (which can get pretty complicated) are here , with one example here . If you decide to go this route, this cheatsheet might help.

Good luck! John

' src=

Hello, Thanks so much for the amazing template. I’m currently struggling with recurrent Overfull \hbox errors in my section and subsection headers. If I insert a hypen or line break then this looks odd in my mini-toc. Is there a away to get round this? Perhaps by reducing the size of the section and subsection font?

Many thanks! Cat

So I can get an idea of what kind of errors you’re seeing, would you give an example or two of section or subsection headers you are using? (I’m trying to figure out if they are just long phrases, or very long single words, or what?)

' src=

Hi John, thank you so much for the template! Just prepping for hard copy bod submission and wondering how to remove page numbers from the blank pages between chapters? Thanks in advance!

The blank pages between chapters are there to make sure that chapters open on right-hand facing pages when printing a two-sided thesis. If you want to remove them entirely, you can change “openright” on line 19 of ociamthesis.cls to “openany” (best if you are doing two-sided printing but want to be able to start a chapter on either side of the book), or switch to one of the one-sided binding options around line 25-30 of Oxford_Thesis.tex.

If you want the blank pages to be there, but want them to be truly blank, insert the following code to Oxford_Thesis.tex. I suggest adding it right after \begin{document} (around line 106):

For more details, look here and here .

Brilliant, that’s worked, thank you John! Really appreciate your help :-)

' src=

Hi John – thank you for the template! I have an issue with some very long captions which run off the bottom boundary of the page. I would like to split them onto the next page (ideally on the page facing the figure, but overleaf would be fine too). I have tried putting the caption in a separate float but this doesn’t always appear immediately after the figure and it disrupts the figure numbering. Any suggestions would be great – thanks in advance!

There are a few different types of solution to this problem; I assume you’ve done a bit of googling already. The two I would suggest trying are:

Option 1, adapted from here , is to forego the float environment entirely and just do everything inline. The caption package (which Oxford_Thesis already includes) provides the \captionof command to facilitate this. The disadvantage is that without a float environment, you’ll have to put the figure exactly where you want it in text, so if you change the text around the figure, or change page layout or line spacing, you may have to move the picture manually to put it in the correct place on the page. Code to insert a figure would look like this:

Option 2, adapted from here , is to split the image/caption across two floats like you’ve been trying to do. I think that by using the [h] , [t] , and/or [b] options to the float environment judiciously you would be able to get good luck at where things appear. Try this to place your image:

If you want to be super fancy, you can throw this into Oxford_Thesis.tex , ideally just before \begin{document} :

' src=

Hi John – this is great. Thank you very much! Option 2 worked for me with some careful placement parameters. I really appreciate it :)

' src=

Is there any experience using the glossaries or acronym package together with this template?

Adding to oriamthesis.cls:

\usepackage[acronym,]{glossaries}

and to Oxford_Thesis.tex:

\makeglossaries \loadglsentries{text/frontmatter/glossary}

, then implementing glossary items in the chapters seems to break the PDFLateX compilation process. It gives a ” File ended while scanning use of \field.” error.

I don’t personally have any experience using these packages, but usually that error means that either you are missing a closing brace } somewhere, or that you have a percent sign % in your text, possibly hiding in a bibliography file. Remember that in LaTeX, a percent sign begins a comment, so if you have a line like:

\newglossaryentry{spec}{name={specificity},description={a measure of false positive rate, expressed in %}}

The % sign will prevent LaTeX from seeing the closing braces (as they will be a comment). You need to “escape” the percent sign by using \% instead.

Hi again, John.

I am trying to remove hyphenation from my section and sub-section titles. Nearly all the titles longer than one line are hyphenated, often very awkwardly.

I tried adding \usepackage[raggedright]{titlesec} to the preamble. This works but it breaks the chapter pages: instead of the nice grey number, it outputs eg., “Chapter 1”. I guess this is something to do with quotchap.

Is there a way to make section and subsection left flush (or at least change the tolerance) without affecting the chapter pages?

Thanks very much!

I’m a bit embarrassed to admit this, but after trying for a few minutes, I can’t figure out a chapter title that will made my version hyphenate. Would you tell me an example chapter title and page size so I can start testing? I think there should be a reasonably straightforward solution.

Thanks very much indeed. I haven’t changed any of the page size or font settings from your template.

For example, \sec{Homeobox genes and miRNAs: key regulators in MLLr leukemia} %hyphenates ‘regula- tors’

\subsec{MLL-rearranged leukemia is associated with poor treatment outcomes} %hyphenates ‘treat- ment’

Thanks; sorry I misread your original post and thought it was chapter titles, rather than section titles, that were being hyphenated.

You’re right both in that \usepackage[raggedright]{titlesec} fixes the problem, and breaks the quotchap package. The easiest solution is to add this not in the preamble, but to ociamthesis.cls at line 403 (immediately before \usepackage[grey,utopia]{quotchap} ). That way quotchap will override titlesec for chapters only.

It seems to work for me in brief testing; let me know if you encounter any issues!

Fantastic – thanks, John. This seems to work perfectly!

' src=

For some reason, my minitoc is double-spaced, and I’m not quite sure why this is happening. I tried forcing it with single-spacing which seems okay. But in either case the minitoc spans across two pages when really it seems in your version the chapter title page is quite compact with even text beginning directly after. Any help would be so greatly appreciated.

Interesting. The version of this template that I modified had the minitoc double spaced, and one of my changes was to single space it. My biggest suggestion is that maybe your first paragraph just after the minitoc is a length that the system thinks would look bad without that extra spacing.

LaTeX does this weird thing where it judges the “badness” of different layouts — leaving one line of a paragraph dangling on a page, vs increasing line spacing in other places, vs overflowing a line beyond the margin, etc. If your (single spaced) minitoc would end in a place where the next paragraph would fall in a very odd place (ie with only one line on the page, or one line dangling off the next), LaTeX might have decided that it “knows best” and to fix the “issue” instead increased spacing on your minitoc.

One way to test this is to add \raggedbottom before that chapter, and see if that changes anything. Another way would be to compile the thesis with the example text that came with the template and see if that is single or double spaced.

If all of this doesn’t seem like the problem, feel free to email me your thesis and I’ll take a look.

Hi John, thanks very much for your input. I am very sorry, but it doesn’t seem to work. I toyed around with the following in the cls file

\renewcommand{\chapterheadstartvskip}{\vspace*{-30pt}} \renewcommand{\chapterheadendvskip}{\vspace{30pt}}

which seems to pull the chapter title pages up, so that the text starts immediately after the minitoc (which I ended up having to force into single with \setstretch) but what I didn’t realize was that changing this messed with the toc, list of figures, and list of tables. Basically all of these start way at the top of the page (including one of the chapters).

I think the easiest thing might be to make a copy of your whole thesis directory, remove all but one chapter and all figures, compile it to make sure it still has the problem, and then and email the directory to me ([email protected]) as a zip file. I’m happy to take a look. Unfortunately trying to debug something like this that depends on changes to multiple files is too hard to do on this kind of forum.

' src=

Hopefully a quick question for you here – I’m trying to change the section level numbering in the minitocs to reflect what it is in the main toc. The maintoc section level is set in the main text fairly straightforwardly but i’m finding it hard to figure out what to amend to make the minitoc depth match it? Main TOC successfully shows numbers to subsubsection but minitoc stops at subsection. Thanks very much in advance!

Try \mtcsetdepth{minitoc}{3} in Oxford_Thesis.tex just before \begin{document} (around line 104). Let me know if it doesn’t work. For excruciating detail on minitocs, see here .

This worked a treat! Thanks so much John :)

' src=

Is there any way the font can be changed with the current TeX?

Thank you so much for this, been a massive help!

This is surprisingly a more complicated question than it should be. For a first try, add to Oxford_Thesis.tex just before \begin{document} (around line 104) the command \renewcommand{\rmdefault}{phv} where “phv” is replaced by the code for the font you want. A list of codes is here , but a short list is: ptm for Times, ppl for Palatino, pbk for Bookman, phv for Helvetica, pcr for Courier.

If that doesn’t work for whatever font you’d like, my next step would be to add, just before that line, a \usepackage{helvet} to make sure the font is loaded. The list of font packages (in the same order as above) is mathptmx, palatino, bookman, helvet, courier.

Hope this helps!

' src=

Thank you for the excellent template. I could not figure out how to change the colour of the chapter number headings to black instead of grey, and how to make chapter title to bold. Hope to hear from you soon. Thanks in advance.

Replace line 404 (the one that mentions quotchap) of ociamthesis.cls with these two lines:

You will get a few errors on compiling about “Undefined color ‘chaptergrey'” but that is expected and it should still compile fine.

Thanks John. This seems to work. But instead of using nogrey I redefined chaptergrey with a new color with a new command.

Hi John, To create a glossary the template uses \item to produce a list. Most of my terms are very long. It is possible to make the item automatically set a new line in their own space for glossary in the mclistof environment?

My little glossary area was designed to be a relatively quick-and-easy template for my minimal glossary. For a more “full-featured” glossary, look into the official glossary package in LaTeX. I’ll also take a look at how to modify my template to do what you’re asking, but it might take me a couple of days. What exactly do you mean by “make the item automatically set a new line in their own space”? Have the term on one line and the definition below?

I looked at most of the glossary style, there are mainly two ways to do for the long terms. First, the terms are combined with the definition lines but separated with a spacing ( https://www.dickimaw-books.com/gallery/index.php?label=long-descriptions ). The other one is like you said, term on one line and definition below. I am happy with either one. But I think I prefer the first one with an adjustment which is when a term longer than a certain length the definition start a new line below.

' src=

Hi John, my thesis involves Chinese and I was thus hoping to use XeLaTeX to compile it; however, this breaks the savequotes (perhaps due to ‘incorrectly’ nested braces and begin/ends in the definition). Do you know how I might be able to resolve this issue?

Hi Al, I’m not sure exactly what is causing this issue, but I’ve verified that if you delete lines 384 – 394 (the part renewing the savequote environment) in ociamthesis.cls, it will compile under XeLaTeX. My only modifications (if I remember correctly) to the original quotchap package was to make the spacing for multi-line quotes a little more pleasant, so you might find you don’t notice a difference. If you decide to make further modifications yourself, it might help to refer to the source code for quotchap .

Hi John, it is possible to put the footnote at the bottom of the page? I want to put a footnote for the chapter heading. I tried to used direct \footnote{} but a lot of errors appeared. Do you have any idea?

For vaguely annoying reasons having to do with the internal ways LaTeX moves text around to the Table of Contents, if you are putting a \footnote{} inside a chapter or section title, you need to “protect” it with \protect . So your line would look like:

Notice that, in addition to the \protect\footnote{} and the \label{} tags, there is also an optional argument [Introduction] at the beginning of the chapter definition. This is the title as it will appear in the Table of Contents. You can leave that part out if you want, but then the footnote mark will appear in the ToC.

Hi John, thanks for your help earlier with XeLaTeX. Do you know how I might be able to use bold face small caps in my document? Thanks!

' src=

Hi John, I will remove the red boxes (lines around the links) on the tableofcontents. I tried use the ‚hyperref‘, but I am wounder why there is no effect? How can I adjust the look and feel of the links behavior?

Hi Hermann, I apologize for the late reply! You will have to add your hyperref options to the oicamthesis.cls file on line 173. Any changes you make there should carry over to your complied thesis. Let me know if you need any help!

' src=

Hi John, Thank you so much for sharing this wonderful template! I just wanted to check one thing with you. For some reason my chapter titles have changed font from the Computer Modern font they were before. Is a way to bring them back to match the rest of the text. Many thanks, Claire

Hi Claire, Glad it’s working for you! In order to answer your question, I would have to know exactly how you set your font to something different in the first place. A good thing to try first is to add the following lines to your Oxford_Thesis.tex file, just before \begin{document} , e.g. at line 102:

Replace \bfseries with whatever font command you are using; it will be used in the chapter titles.

Hi John, Thank you so much! This has fixed it and brought it back to the default (which I think is computer modern). Sadly I have no idea how I managed to change it from the default in the first place. Very much still learning with regards to Latex but your template has made it so much easier. Really appreciate you sharing it and for your help on this issue. All the best, Claire

' src=

Thank you for producing such a brilliant template. I was wondering whether it’s possible to change the font size of just the bibliography, i.e., have chapters in 12pt and bibliography in 10pt? This would help with my page limit massively, while still being within the rules

Glad the template is helping! Believe it or not, the bibliography font size is already a little smaller in the default template. But you can fiddle with it more. Look at Oxford_Thesis.tex line 63:

You can replace \small with any of the standard LaTeX font size commands, which from largest to smallest are: \Huge, \huge, \LARGE, \Large, \large, \normalsize (same as thesis text), \small, \footnotesize, \scriptsize, and \tiny. You could theoretically do something fancier (like the last thing described here ) to get an exact font size if you needed it, but you can probably get satisfactory results sticking with those pre-made options.

' src=

Thanks a lot, the template has been extremely useful! All the best, Benoit

' src=

Thanks for the great template! I would like to remove the big chapter numbering, but unfortunately I cannot find the code for it. Can you help me?

Hi Virginia,

The same package, quotchap , does both the big chapter numbering and the quotes (epigraphs) at the beginning of each chapter. To turn this package off, open ociamthesis.cls and comment out (by putting a percent sign % at the beginning of each line): 1. Line 375 – which loads the quotchap package, 2. Lines 385-394 – which clean up chapter epigraph formatting, and 3. Lines 442-443 – which adjusts chapter heading spacing.

After that, you’ll just have to go through all of your chapter files, and the bibliography area of the main Oxford_Thesis.tex , and remove all savequote blocks. This will return you to the default LaTeX chapter headers. If you miss any of the above, don’t worry: you’ll get compile errors that point you at which line(s) you missed.

' src=

This template is one of the most incredible things out there. Thanks for sharing it with the world! I’m using it for my dissertation with a few alterations here and there.

Question: in the list of abbreviations with

“\begin{mclistof}{List of Acronyms}{3.2cm}”

is there a way to turn off the dot leaders between the abbreviation and word? My graduate school says they want them removed (tbh I think they’re great though).

thanks for any help,

– [also] John

Oh wait! I realized I just need to comment out

\mkern\@dotsep mu$}\hfill}

in the ociamthesis.cls

thanks still all the same. The template our university provides isn’t nearly as nice as yours.

Glad the template was helpful and that you figured out the abbreviation list kerning. Best of luck finishing up!

' src=

hello John,

Thank you for your template.

Can we insert figures with eps not only png?

If you want to insert EPS figures, add the line: \usepackage{epstopdf}

You can add it to Oxford_Thesis.tex anywhere before the \begin{document} , which is line 104. (The easiest would be to add it directly before that line.)

When you include images, do not include the .eps extension in the tex file; just use something like: \includegraphics{path/to/file_name_without_extension}

For a little more information, see this StackExchange question .

Pingback: Change the color of the chapter number (Oxford Thesis Template) ~ TeX - LaTeX ~ InsideDarkWeb.com

' src=

Hello John,

Thank you vert much for the great template. I’m wondering how I can reduce the spacing at the beginning of every chapter (so that the chapter title moves closer to the top of the page)?

Try changing the “40pt” at the end of line 442 of ociamthesis.cls, which reads in full:

' src=

Dear John, Many thanks for this template, it is very helpful! I have three unrelated chapters, at the end of which I would like to add separate references. At the moment I can only add references at the very end of the document. Do you know how to specify to add bibliography per chapter? Best wishes, Sam

Try adding refsection=chapter to line 55 of Oxford_Thesis.tex , which loads the biblatex package. The line should now look like:

You would then need to use \printbibliography at the end of each chapter file. There is a lot more you can customize about how exactly this behaves, which is explained in gritty detail in the biblatex documentation .

' src=

Hello John, I would love to use your template. but I am having trouble getting it to work. I am not yet a pro at using LateX…. I saved the folder on my PC and just hit “Build an view” to see what happens. However, I get the message “Unfortunately, the package cbfonts-fd could not be installed.” and more errors are spit out. ( line 104 This NFSS system isn’t set up properly. \begin{document}). I would be happy if you could help me with this!

Hi Frances, What application are you using to compile the template? It seems like this error sometimes comes up when the program (based on a google search, maybe TexStudio and MiKTeX more than others) can’t find the LaTeX package repository to get all of the fonts installed. I wonder if the guidance at this Q&A page would help? If not, let me know what program you’re using and I’ll try to think of other answers. Thanks, John

thank you for your reply! I am using TexStudio and, unfortunately, i could not find the answer on the Q&A page :/

kind regards Frances

' src=

Thanks for making this template available! It’s been super useful to write up my thesis.

Just a quick question for you. I want to display a minitoc, minilof and minilot for each appendix. The mini table of contents works fine, but the mini list of figures/tables appears in the wrong appendix (i.e. the ones from appendix B are listed in appendix A, and so on). Any idea what might the problem?

Best wishes,

' src=

Thank you so much for your beautiful template, I just started working with it and it’s super easy to work with and adapt to ones own needs!

I had one question which I wasn’t able to find anywhere – I would need to insert a “Contribution” page in the roman pages, however I don’t know where I need to define a new environment (similar to acknowledgements), in order to do so?

' src=

Hi John, Thank you so much for your nice template. But I have faced some issues. Can you help me to resolve these? I couldn’t call the references in the introduction section. How I should manage the bibliography? Please give a response.

Pingback: Hiatus | Oxford Echoes

' src=

Hi! Thanks for the template!

How should I acknowledge using this template in my thesis?

The template is freely released, and may be used without any acknowledgement. If you are feeling particularly generous, you could put a sentence in your thesis Acknowledgement section that says something like “I would like to thank John McManigle, Sam Evans, and Keith Gillow for developing the template used to format this thesis.”

' src=

John, thanks so much for a magnificent template. I am trying to update the beltcrest to the newer logo but struggling to figure out a way to acheive this so that it retains the same size. I tried to screenshot the new logo, save as jpg and convert to pdf as the same name, but the pdf is now considered an entire A4 page so it looks terrible. Any advice on this? Do you perhaps have access to a similarly-formatted beltcrest that is the newer version?

Hi Markos, I reached out by email to ask for a copy of the new crest to test, but haven’t heard back from you yet. Let me know when you have a minute to play with it!

Hi John, Apologies I missed your email. Have now replied. Best Markos

I’ve added a PDF version of the logo to the GitHub repository. If you copy that to your /figures/ directory, then add the following line to Oxford_Thesis.tex just before \maketitle (around line 150):

I’ve also added this as a (commented-out by default) option on the version of the template currently on GitHub .

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Notify me of follow-up comments by email.

Notify me of new posts by email.

Recent Posts

  • Mountain Weekend
  • Fireworks from Above
  • Bahamas Adventure
  • Charleston Thanksgiving 2020
  • Wedding and Cape Cod Honeymoon
  • Blue Ridge Parkway
  • London and Budapest
  • iOS ARKit Face Tracking Vertices
  • Iceland and England 2019
  • Greece Adventure 2019: Athens
  • Greece Adventure 2019: Milos
  • Greece Adventure 2019: Santorini
  • Operation Airdrop: Hurricane Florence
  • Key West and Miami

Theme: Andrea by Lucian E. Marin .

Cookies on this website

We use cookies to ensure that we give you the best experience on our website. If you click 'Accept all cookies' we'll assume that you are happy to receive all cookies and you won't see this message again. If you click 'Reject all non-essential cookies' only necessary cookies providing core functionality such as security, network management, and accessibility will be enabled. Click 'Find out more' for information on how to change your cookie settings.

Mathematical, Physical and Life Sciences Division

  • Graduate school
  • Information for postgraduate research students
  • Submitting your thesis

This section contains essential information and guidance for the preparation and submission of your thesis.

Preparation and Submission of your Thesis

IMPORTANT - When preparing your thesis please ensure that you have taken into account any copyright or sensitive content issues, and dealt with them appropriately. 

COVID-19  Additional academic support – Supporting Students to Submission

Additional academic support is available for postgraduate research students impacted by the pandemic. If your research has been disrupted by COVID-19, it will now be possible to have this taken into account in viva examinations.

Tips on planning your thesis

At an early stage you should:

  • Prepare a detailed work plan for your research in consultation with your supervisor.
  • Build some flexibility into your plan. It is difficult to give general advice about the allocation of time on theory‑oriented projects, because the nature of these is so variable. In the case of experiment‑based research projects, you should normally allow up to six months to write a DPhil thesis, or three to four months for a corresponding MSc by Research thesis.
  • Consider attending available skills training courses, for example  Thesis and Report Writing .

It is not advisable to leave all the writing to the end, for several reasons:

  • You will need practice at writing over a period of time in order to develop a good style.
  • There will inevitably be hold‑ups in experimental work and it is better to use that time to work on part of your thesis, rather than to waste it. If you do some writing earlier the final completion of your thesis will not seem such a daunting task.
  • Approaching your submission date will become more stressful than necessary.

About your thesis

The best way to find out what is required for a successful thesis in your subject area is to look at some written in recent years. You should obviously look particularly closely at theses written by previous members of your own research group, which are available in the University library.

The formal requirements for obtaining your degree are set out in detail in the ‘ Examination Regulations ’. The standard required for success in the DPhil examination is defined as follows: that the student present a significant and substantial piece of research, of a kind which might reasonably be expected of a capable and diligent student after three or at most four years of full‑time study in the case of a full-time student, or eight years in the case of a part-time student. For the MSc by Research the standard required is that the candidate should have made a worthwhile contribution to knowledge or understanding of the relevant field of learning after a minimum of one year or two years of full-time study.

Thesis structure - Integrated Thesis

Students applying for confirmation of status in the following departments; Biology (nee Plant Sciences and Zoology) Chemical Biology, Earth Sciences, Engineering Science, Inorganic Chemistry, Organic Chemistry, Physical & Theoretical Chemistry and Statistics can now apply to submit their thesis in an alternative format, as an integrated thesis, including  those registered on the following Doctoral Training programmes: Future Propulsion and Power  CDT, Inorganic Chemistry for Future Manufacturing  CDT, Synthesis for Biology and Medicine  CDT, Theory and Modelling in Chemical Sciences CDT, Wind and Marine Energy Systems and Structures  CDT.  MSc by Research students in these departments may also apply to do this, and should submit a request direct to the Director of Graduate Studies.

An integrated thesis may either be a hybrid of conventional chapters and high-quality scientific papers, or be fully paper-based. Regardless of the format, the content of the thesis should reflect the amount, originality and level of work expected for a conventional thesis. It should not be assumed that the act of publication (in whatever form) means the work is of suitable academic quality and content for inclusion in a thesis, and students should discuss all papers in detail with their supervisor before including. It would be anticipated that the candidate would be a lead contributor, rather than a minor author, on at least some of the papers in order to consider this format. There is no minimum, or maximum, number of papers a candidate is expected/allowed to include as part of such a thesis and it will remain a matter for the examiners to conclude whether the contributions are equivalent to that which would be expected of a standard DPhil.

Any papers utilised must concern a common subject, constitute a continuous theme and conform to the following guidelines:

 (i) If a candidate for the Degree of Doctor of Philosophy wishes to be examined through an integrated thesis (in the departments listed above), they should apply for permission to be examined in this way when they apply for confirmation of status, as detailed in the relevant departmental handbook. A candidate for the Degree of Master of Science by Research should normally apply to the DGS for permission to be examined in this way six months before submitting their papers for examination. To revert to being examined by a conventional thesis rather than an integrated thesis, the candidate must inform their department of the change as detailed in the relevant departmental handbook.

(ii) Work can be included regardless of its acceptance status for publication but candidates may be questioned on the publication status of their work by the examiners.

(iii) Any submitted/published papers should relate directly to the candidate’s approved field of study, and should have been written whilst holding the status of PRS or a student for the MSc (by Research), or DPhil.

(iv) The collection of papers must include a separate introduction, a full literature review, discussion and a conclusion, so that the integrated thesis can be read as a single, coherent document.

(v) The candidate must ensure all matters of copyright are addressed before a paper’s inclusion. A pre-print version of any published papers should be included as standard.

(vi) Joint/multi-authored papers are common in science based subjects and thus acceptable if the candidate can both defend the paper in full and provide a written statement of authorship, agreed by all authors, that certifies the extent of the candidate’s own contribution. A standard template is available for this purpose.

  • Download the Statement of Authorship template as a Word document
  • View the Statement of Authorship template as a webpage  

The length and scope of theses, including word limits for each subject area in the Division are set out in Departmental guidelines.

In all departments, if some part of the thesis is not solely your work or has been carried out in collaboration with one or more persons, you should also submit a clear statement of the extent of your contribution.

  • Download the guidance for submitting an Integrated Thesis as a Word document
  • View the guidance for submitting an Integrated Thesis as a webpage

Thesis page and word limits

Several departments place a word limit or page limit on theses. Details can be found in the  Examination Regulations  or  GSO.20a Notes of Guidance for Research Examinations .

Permission to exceed the page and word limits

Should you need to exceed your word/page limit you must seek approval from the Director of Graduate Studies in your department. You and your supervisor must submit a letter/email requesting approval, giving reasons why it is necessary to exceed the limit. This must be sent to the MPLS Graduate Office ( [email protected] ).

Proof-reading

It is your responsibility to ensure your thesis has been adequately proof-read before it is submitted.  Your supervisor may alert you if they feel further proof-reading is needed, but it is not their job to do the proof-reading for you.  You should proof-read your own work, as this is an essential skill in the academic writing process. However, for longer pieces of work it is considered acceptable for students to seek the help of a third party for proof-reading. Such third parties can be professional proof-readers, fellow students, friends or family members (students should bear in mind the terms of any agreements with an outside body or sponsor governing supply of confidential material or the disclosure of research results described in the thesis).   Proof-reading assistance may also be provided as a reasonable adjustment for disability.    Your thesis may be rejected by the examiners if it has not been adequately proof-read.  

See the University’s Policy on the Use of Third Party Proof-readers . The MPLS Division offers training in proof-reading as part of its Scientific Writing training programmes.

Examiners and Submission Dates

You are strongly advised to apply for the appointment of examiners at least four to six weeks before you submit your thesis.

Appointing examiners for your thesis

Approval of the proposed names of examiners rests with the Director of Graduate Studies. Two examiners are normally appointed. It is usual for one of the examiners to be a senior member of Oxford University (the ‘internal examiner’) and the other to be from another research organisation (the ‘external examiner’). The divisional board will not normally appoint as examiners individuals previously closely associated with the candidate or their work, representatives of any organisation sponsoring the candidate’s research, or former colleagues of a candidate. Your supervisor will make suggestions regarding the names of possible examiners. Before doing so, your supervisor must consult with you, in order to find out if you have any special views on the appointment of particular examiners. Your supervisor is also allowed to consult informally with the potential examiners before making formal suggestions. Such informal consultation is usually desirable, and is intended to determine whether the people concerned are willing in principle to act, and if so, whether they could carry out the examination within a reasonable period of time. (For example, there may be constraints if you have to return to your home country, or take up employment on a specific date).

See information on examiner conflicts of interest , under section 7.3.3 Examiners.

What forms do I need to complete?

You will need to complete the online  GSO.3 form. Supervisors complete the section indicating names of the proposed examiners, and they should provide alternatives in case the preferred examiners decline to act.

Timing for appointment of examiners

You are advised to submit your appointment of examiners form in advance of submitting your thesis to avoid delays with your examination process. Ideally you should apply for the appointment of examiners at least 4-6 weeks before you expect to submit your thesis for examination.

There are currently no University regulations requiring examination to take place within a certain time limit after thesis submission. However, your examiners would normally be expected to hold your viva within 3 months. If you need to have your examination sooner than this, you may apply for an early viva , by completing the 'Application for a time specific examination' section on the appointment of examiners form, this section must be endorsed by your supervisor and DGS in addition to their approval in the main body of the form. The request must be made at the time of completing and submitting the appointment of examiners form, it cannot be done after this.

Please bear in mind that the examination date requested must not be earlier than one calendar month after the date on which the thesis has been received by the Research Degrees Team or after the date on which the examiners have formally agreed to act, whichever is the latest. The actual date of the examination will depend primarily on the availability of both examiners. In the Long Vacation, a longer time is normally required. It is therefore essential that you leave sufficient time for your forms to be formally approved, and for your examiners to be formally invited.  If sufficient time has not be given this could impact on your early examination request .

If, for any reason, examiners wish to hold a viva within four weeks of receiving their copy of the thesis, permission must be sought from the Director of Graduate Studies. The internal examiner will need to give details of the proposed arrangement and the reasons for the request. Under no circumstances will a viva be permitted to take place within 14 days of receipt of the thesis by the examiners.

Special considerations

Your supervisor is permitted to indicate to the Director of Graduate Studies if there are any special factors which should be taken into account in the conduct of your examination. For example, a scientific paper may have been produced by another researcher which affects the content of your thesis, but which was published too late for you to take into account. The Director of Graduate Studies will also need to be told of any special circumstances you may require or need to inform your examiners of which may affect your performance in an oral examination, or if any part of your work must be regarded as confidential. The Director of Graduate Studies will then forward (via the Graduate Office), any appropriate information that they think should be provided to the examiners. The Graduate Office will also seek approval from the Proctors Office if required.

Change of thesis title

If during your studies you want to change the title or subject of your thesis, you must obtain the approval of the Director of Graduate Studies using the online form GSO.6 . If you are requesting the change at the time of submitting your thesis, you may do this on the application for appointment of examiners form. A change of title is quite straightforward; it is common for students to begin with a very general title, and then to replace it with a more specific one shortly before submitting their thesis. Providing your supervisor certifies that the new title lies within the original topic, approval will be automatic. A change of the subject of your research requires more detailed consideration, because there may be doubt as to whether you can complete the new project within the original time‑scale.

If following your examination your examiners recommend that your thesis title be changed, you will need to complete a change of thesis title form to ensure that your record is updated accordingly.

From MT19 y ou must submit your digital examiners’ copy of your thesis online, via the Research Thesis Digital Submission (RTDS) portal, no later than the last day of the vacation immediately following the term in which your application for the appointment of examiners was made.   If you fail to submit by this date your application will be cancelled and you will have to reapply for appointment of examiners when you are ready to submit. Y our thesis should not be submitted until your application for confirmation of status has been approved (this applies to DPhil students only) . For MSc by Research students you should ensure that your transfer of status has been completed .

If you are funded on a research council studentship, you will have a recommended end-date before which your thesis must be submitted. If you do not know this date, please consult your supervisor.

Please note that you must not submit copies of your thesis directly to your examiners as this could result in your examinations being declared void and you could be referred to the University Proctors.

On this page

  • COVID-19 MPLS PGR Communications
  • Introduction
  • Fees and Charges
  • Supervision and Termly Reporting
  • Your rights, responsibilities and policies
  • Progression and Key Milestones
  • Extensions and Suspensions
  • Lapsing and Reinstatement
  • Examination and Graduation
  • Student Welfare and Support Services
  • Academic Services
  • Clubs and Societies
  • Student representation: Postgraduates
  • UKRI Funded Students

Home

Search form

  • Travel & Maps
  • Our Building
  • Supporting Mathematics
  • Art and Oxford Mathematics
  • Equality, Diversity & Inclusion
  • Undergraduate Study
  • Postgraduate Study
  • Current Students
  • Research Groups
  • Case Studies
  • Faculty Books
  • Oxford Mathematics Alphabet
  • Oxford Online Maths Club
  • Oxford Maths Festival 2023
  • It All Adds Up
  • Problem Solving Matters
  • PROMYS Europe
  • Oxfordshire Maths Masterclasses
  • Maths Week England
  • Outreach Information
  • Mailing List
  • Key Contacts
  • People List
  • A Global Department
  • Research Fellowship Programmes
  • Professional Services Teams
  • Conference Facilities
  • Public Lectures & Events
  • Departmental Seminars & Events
  • Special Lectures
  • Conferences
  • Summer Schools
  • Past Events
  • Alumni Newsletters
  • Info for Event Organisers & Attendees
  • FAQs / Guides
  • A Thesis Class
  • Problem Sheets
  • Presentations
  • Getting LaTeX
  • Using lablst

The ociamthesis.cls was written by Keith A. Gillow. The latest version (2.2) was released on 22/11/2010. The class is based upon the standard report class around which most people design their thesis. Key features are

  • It defines the page size allowing for an offset for binding.
  • It defines the layout of the title page including title, logo / crest, name, college, submittedtext, degree name, degree date.
  • It uses the current university branding square logo by default (but can also use the older shield crest or belt crest).
  • Dedication page environment (layout as a verse).
  • Acknowledgements page environment (layout as a quote).
  • Alternative acknowledgementslong environment form which isn't set out as a quote.
  • Statement of Originality environment (originality) and long version (originalitylong). Formatting similar to acknowledgements enviroments.
  • Abstract page environment (layout as a quote).
  • Alternative abstractlong environment form which isn't set out as a quote.
  • Alternative abstractseparate environment form which isn't set out as a quote and has all the title page info on as well (useful for the separate copy required when you submit the final copy to the Bodleian Library).
  • Romanpages environment to number frontmatter pages in lower case roman.
  • Support for twoside and openright document class options

Here is an example of how to use this class in a master latex document .

The structure of the dedications file (called dedications.tex in the example) is

\begin{dedication} This thesis is dedicated to\\ someone\\ for some special reason\\ \end{dedication}

The structure of the abstract (abstract.tex) file is of the form

\begin{abstract} plenty of waffle, plenty of waffle, plenty of waffle, plenty of waffle, plenty of waffle, plenty of waffle, plenty of waffle, plenty of waffle. \end{abstract}

and the structure of the acknowledgements (acknowledgements.tex) file is of the form

\begin{acknowledgements} plenty of waffle, plenty of waffle, plenty of waffle, plenty of waffle, plenty of waffle, plenty of waffle, plenty of waffle, plenty of waffle. \end{acknowledgements}

This example PDF file shows some of the sort of output this class generates . This example output uses the gillow bibliography style file which is a very minor modification to the plain bibliography style.

Cover Page Logo / Crest

Current university logo / branding.

As of version 2.2 the default is to use a graphical logo with file name oxlogo.eps (for LaTeX) or oxlogo.pdf (for PDFLaTeX).

The Mathematical Institute Linux systems have the class and logo files installed by default. If you are using this document class on another system you will need to obtain a suitable logo file to go with the class file available from this page. You can obtain this from the university's official branding page and/or via the university's visual identity guidelines page, or by taking a copy of the files on the Linux system (just use the command locate oxlogo to find the file).

Previous Logos / Branding

It is still possible to use the older metafont logo of either the belt crest or shield crest by using the new (as of version 2.2) options beltcrest or shieldcrest in the documentclass line, i.e.

documentclass line for old belt crest logo using the beltcrest metafont

\documentclass[12pt,beltcrest]{ociamthesis}

documentclass line for older shield crest logo using the crest metafont

\documentclass[12pt,shieldcrest]{ociamthesis}

In these cases then either the metafont file oxcrest40 or oxbeltcrest installed (for legacy use) on the Maths Institute system are used.

Logo

Writing a Thesis or Dissertation

A course for students who are either writing, or preparing to write, a dissertation or thesis for their degree course at oxford, course timetable: trinity term 2024.

Enrolment will close at 12 noon on Wednesday of Week 1 of term (24 January 2024).

To ensure that we have time to set you up with access to our Virtual Learning Environment (Canvas), please make sure you have enrolled and paid no later than five working days before your course starts. 

MT = Michaelmas Term (October - December); HT = Hilary Term (January - March); TT = Trinity Term (April-June)

Course overview

This course is designed for students who are either writing, or preparing to write, a dissertation or thesis for their degree course at Oxford. Each lesson focuses on a different part of the thesis/dissertation/articles (Introductions, Literature Reviews, Discussions etc.), as well as the expected structure and linguistic conventions. Building upon the foundational understanding provided by our other Academic English courses (particularly Introduction to Academic Writing and Grammar, and Key Issues), this course prepares students for the challenges of organising, writing and revising a thesis or dissertation.

Learning outcomes

  • Gain an understanding of the different organisational structures used within Humanities, Social Sciences and Natural Sciences dissertations and theses
  • Consider works of previous Oxford students in order to understand the common structural, linguistic and stylistic issues that arise when drafting a research project
  • Increase competence in incorporating citations into texts, including choosing appropriate tenses and reporting verbs   
  • Learn how to structure the various parts of a dissertation or thesis (Introduction, Literature Review, Discussion, Conclusion and Abstract)

Enrolment information

For Learners with an Oxford University SSO (Single Sign-On) simply click on the enrol button next to the class that you wish to join. 

For Learners without an Oxford University SSO, or who are not members of the University, once enrolment opens , please email  [email protected]  with the following details:

  • Email address and phone number
  • The name of the course you wish to study
  • The start date and time of the course
  • Your connection to Oxford University, if any (to determine course fee)

We will then provisionally enrol you onto the course and send you a link to the Oxford University Online Store for payment. Once payment is received we will confirm your place on the course. Please note that we will be unable to assist you until enrolment has opened, so please do not send us your enrolment details in advance.

Course structure

  • Taught in Weeks 2-8 of term
  • Seminars per week: 1
  • Length of seminar: 2 hours
  • Academic English tutor will provide all materials

Intensive course structure

  • One week intensive course
  • Taught in week 9 of term (Monday - Friday)
  • Number of classes throughout the week: 5
  • Length of class: 2-3 hours
  • Total hours of tuition over the week: 14

Course fees

VIEW THE COURSE FEES

Join our mailing lists

ACADEMIC ENGLISH

MODERN LANGUAGES

Other Term-time Courses

Navigation Menu

Search code, repositories, users, issues, pull requests..., provide feedback.

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly.

To see all available qualifiers, see our documentation .

  • Notifications

Template for writing an Oxford University thesis in R Markdown; uses the OxThesis LaTeX template and was inspired by thesisdown.

ulyngs/oxforddown

Folders and files, repository files navigation.

I encourage someone to fork this repository and make it work with Quarto! :)

How to cite

If you use this template to write your thesis, please cite it! 🥰 (and/or click 'Sponsor' and buy me a coffee... 😉 )

DOI

Requirements

How-to chapters, video tutorials, writing your thesis.

  • Gitbook output
  • BS4 book output

Word output

Building a single chapter, customisations and extensions, output formats.

A template for writing an Oxford University thesis in R Markdown. The template uses the bookdown R package together with the OxThesis LaTeX template , plus lots of inspiration from thesisdown .

  • Sample PDF output
  • Sample BS4 book output

Examples of theses written with oxforddown (see also Google Scholar ):

  • Ulysses in Cyberspace: Examining the Effectiveness of Design Patterns for Digital Self-Control by Ulrik Lyngs
  • The impact of heat on occupational injuries, illnesses and associated economic costs in Australia by Matthew Anthony Borg
  • The Psychology of Managerial Capital Allocation by Shir Dekel
  • Teens, Screens and Wellbeing: An Improved Approach by Amy Orben
  • Interpreting Neural Language Models for Linguistic Complexity Assessment by Gabriele Sarti
  • Modeling of nutrient dynamics in an urbanized tropical estuary and application to eutrophication risk management by Nguyen Truong An

NOTE: If you've used this template to write your thesis, drop me a line at [email protected] and I'll add a link showcasing it!

R and RStudio version 1.2 or higher

The R packages rmarkdown , bookdown , tidyverse , kableExtra , and here

a LaTeX installation

Option 1: Use TinyTeX (a minimal LaTeX installation intended for use with R Markdown)

  • the development version of TinyTex is currently required . Install from R with
  • Then install the LaTeX packages used by oxforddown (diskspace taken up by TinyTex with the required packages installed is about 280 Mb)

Option 2: Use an ordinary LaTeX distribution

  • Mac: download and install MacTeX from tug.org/mactex/ (~4 gigs)
  • Windows: download and install MikTex from miktex.org
  • Command line developer tools. If you haven't got these installed already, your mac will probably automatically prompt you to install them. Otherwise, you can install them by opening a terminal and typing xcode-select --install
  • download the ulyngs/oxforddown repo as a zip
  • open oxforddown.Rproj in RStudio

Read the 'How to use' chapter to understand the structure of oxforddown and how to do the basic things like building your thesis.

Note: bibliography files cannot have underscores in their names!

For how to use R Markdown syntax in general and in oxforddown in particular, read the dedicated chapters on this ( R Markdown basics , Citations, cross-references, and collaboration , and Tables ).

See also the general, official R Markdown resources R Markdown: The Definitive Guide and the R Markdown Cookbook .

I am in the process of updating the tutorial videos to v3 - I've noted below which have yet to be updated, but are still informative, and struck out those that no longer apply:

  • Part 1: Building the entire thesis
  • Part 2: Building a single chapter
  • ( old but informative ) Part 3: Understanding the file structure
  • ( old but informative ) Part 4: A walk-through example of creating your thesis
  • Part 5: The content included in index.Rmd (or: why the introduction chapter is special)
  • ( old but informative ) Part 6: Adjusting the order of chapters
  • ( old but informative ) Part 7: _bookdown.yml: Adjusting build settings
  • Part 8: Makefile: Adjusting build settings
  • ( old but informative ) Part 9: The LaTeX templates
  • update the YAML header (the stuff at the top between '---') in index.Rmd with your name, college, etc.
  • write the individual chapters as .Rmd files in the root folder
  • write the front matter (abstract, acknowledgements, abbreviations) and back matter (appendices) by adjusting the .Rmd files in the front-and-back-matter/ folder

.Rmd files you don't want included in the body text must be given file names that begin with an underscore (e.g. front-and-back-matter/_abstract.Rmd and front-and-back-matter/_acknowledgements.Rmd ). (Alternatively, specify manually in _bookdown.yml which files should be merged into the body text.)

Building your entire thesis

  • Build the entire thesis by opening index.Rmd and clicking the 'knit' button.
  • The generated thesis files are saved in the docs/ folder
  • To choose output formats, go to the top of index.Rmd 's YAML header and edit the line thesis_formats <- "pdf"; to the format(s) you want (options are "pdf", "bs4", "gitbook", and "word")
  • You can build to multiple formats simultaneously with, e.g., thesis_formats <- c("pdf", "bs4", "word")
  • If you want to customise the build function, edit scripts_and_filters/knit-functions.R

oxford master thesis template

When you build the entire thesis to PDF, Latex generates a whole bunch of auxillary files - these are automatically removed after the build process end by the custom knit function that is used when you knit index.Rmd .

To change how this removal is done, edit scripts_and_filters/knit-functions.R . The line file.remove(list.files(pattern = "*\\.(log|mtc\\d*|maf|aux|bcf|lof|lot|out|toc)$")) within if ("pdf" %in% output_format){ is the one that removes files after PDF output is generated.

BS4 book output (HTML)

  • NOTE: the bs4 book output requires the downlit and bslib R packages (install them with install.packages )
  • Note also that to deploy a BS4 book on GitHub Pages, there must be a .nojekyll file in the docs/ folder, otherwise GitHub does some voodoo that causes some filepaths not to work. This file is generated automatically by oxforddown 's knitting function.

Gitbook output (HTML)

  • Note that to deploy a gitbook on GitHub Pages, there must be a .nojekyll file in the docs/ folder, otherwise GitHub does some voodoo that causes some filepaths not to work. This file is generated automatically by oxforddown 's knitting function.
  • Note that the Word output has no templates behind it, and many things do not work (e.g. image rotation, highlighting corrections). I encourage pull requests that optimise the Word output, e.g. by using tools from the officer package.

To knit an individual chapter without compiling the entire thesis:

  • open the .Rmd file of a chapter
  • add a YAML header specifying the output format(s) (e.g. bookdown::word_document2 for a word document you might want to upload to Google Docs for feedback from collaborators)
  • click the knit button (the output file is then saved in the root folder)

As shown in the sample chapters' YAML headers, to output a single chapter to PDF, use e.g.:

The file templates/brief_template.tex formats the chapter in the OxThesis style but without including the front matter (table of contents, abstract, etc).

NOTE: The bibliography path in your individual chapters' YAML headers needs to be identical to the one in index.Rmd - otherwise your individual chapters' bibliography path may override the path in index.Rmd and cause trouble when you knit the entire thesis.

  • for common things you might want to do in your thesis, read through the sample content
  • the 'Customisations and extensions' chapter (thanks @bmvandoren!) has tips on how to include PDF pages from a published typeset article in your thesis, and much more!

Limitations

don't use underscores (_) in your YAML front matter or code chunk labels! (underscores have special meaning in LaTeX, so therefore you are likely to get an error, cf. https://yihui.org/en/2018/03/space-pain/ )

  • bad YAML: bibliography: bib_final.bib
  • good YAML: bibliography: bib-final.bib
  • bad chunk label: {r my_plot}
  • good chunk label: {r my-plot}
  • at the moment only PDF and HTML output have been properly implemented; I may improve on the Word output further down the line

Releases 11

Sponsor this project, contributors 5.

Logo

Theses and dissertations

Read our guidance for finding and accessing theses and dissertations held by the Bodleian Libraries and other institutions.

  • Publications
  • CoCom Lists
  • Search for...

Oxford Thesis LaTeX template

  • 20 May 2010 29 November 2016

I have modified the Oxford Maths LaTeX template to work for the social sciences.  There are a lot of bells and whistles in this file, but I have tried to provide lots of comments to make the process of getting up and running with minimal effort.

I would also recommend perusing the LaTeX resources on the Maths website for lots of LaTeX tutorials and information.

You can find my thesis template folder here:  Oxford LaTeX thesis

If you don’t have LaTeX installed yet, head over to CTAN .

Share this:

  • Click to email a link to a friend (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on Pinterest (Opens in new window)

Research examinations

Research examinations

  • Before the Examination
  • Writing and Submitting your Thesis
  • The Viva Examination
  • Outcomes and Referrals
  • Deposit and Consultation of Thesis

The information provided below provides a summary of key regulations applicable to all examinations. It is your responsibility to read and adhere to the  Examination Regulations .

The procedures for the submission and examination of theses are detailed in the  Examination Regulations , as well as the  Notes of Guidance for the Examination of Research Degrees (GSO.20a) .

When to submit a thesis

Students must have the appropriate student status before they are permitted to submit a copy of their thesis: if you are a student for the MSc by Research, MLitt, or MPhil, this means having completed your transfer of status; if you are a student for the DPhil, this means having passed both your transfer and confirmation of status.

You can find the details of your final submission deadline on Student Self Service, at ‘My Student Record’ > ‘Academic Information’. This maximum submission date is different to the expected completion date found on your University Card and Enrolment Certificate, and is the date by which you must have submitted the examination copy of your thesis. If you will not be in a position to submit your thesis by this date you will need to consider submitting an application for an extension.

Appointment of examiners

You should liaise with your supervisor regarding the selection of your proposed examiners. It is usual for supervisors to informally invite the proposed examiners, and confirm their willingness to act, before the submission of the Appointment of Examiners form.

Once you have decided on an appropriate internal and external examiners with your supervisor, you should complete the  Application for Appointment of Examiners (GSO.3) form  in Student Self Service, and read the accompanying Notes of Guidance. Once you have completed and submitted your section, the application will be sent to your supervisor who will propose examiner names to the relevant board, together with details of any special considerations which either yourself or the supervisor wishes to make known about potential examiners.

If you wish to request an early  viva , you will be given the opportunity to do so in the GSO.3 form. This cannot be used to request that a viva happens ‘as soon as possible’, but only where there is a specific date by which the viva must have taken place. If the faculty board accepts your request, your examiners will be invited on the basis that they conduct before a date you specify. You should bear in mind when specifying this date that you should allow your examiners at least four weeks to examine your thesis before the date of the viva, and the submission dates of your application form and thesis should reflect this. 

It is strongly recommended that you submit your section of the GSO.3 form four to six weeks prior to submitting your thesis, since the names of your examiners have to be approved and their acceptance received before your thesis can be provided to them. If you submit your form and thesis together, your thesis will not be provided to the examiners until these preliminaries have been completed.

Detailed guidance on all sections of the Appointment of Examiners form can be found in the GSO.20a .

Maximum number of terms’ extension permitted

The maximum number of terms’ extension permitted for DPhil students is six terms. Applications for extensions within this limit should be made via Student Self Service . Applications for extensions which would take you beyond six terms of extension will not be granted without both the full support of your supervisor(s), college and department/faculty, and in addition, special dispensation from the Examination Regulations agreed by the University Education Committee. Such applications should be made through your  Graduate Studies Assistant .

The maximum number of terms’ extension permitted for Master of Letters and Master of Science by research students is three terms.

Submission of examiners’ copies of your thesis 

The examination copies of all research degrees must be digitally submitted via the Research Theses Digital Submission (RTDS) portal before 11:59pm on the student’s maximum submission date. Submissions made via any other method will not be accepted. Full guidance on the functionality and instructions on how to submit your thesis using RTDS can be found in the  Quick Reference Guide for Students .

You may submit the digital examiners’ copy of your thesis at the same time as applying for the appointment of examiners, but note that your examiners will not be sent a link to download the thesis, until your  Appointment of Examiners form  has been approved and your examiners have formally confirmed their appointment to the Research Degree Team at the Examination Schools.

Presentation of theses and abstracts - style and format

Information on special regulations for specific subject areas and divisional and faculty boards can be found in the relevant Examination Regulations ; you should check the specific requirements for your course of study in the relevant regulations. A set of general advice on the format of the thesis can also be found in the General Regulations Governing Research Degrees, and is replicated in the GSO.20a .

Plagiarism is presenting someone else’s work or ideas as your own, with or without their consent, by incorporating it into your work without full acknowledgement. All published and unpublished material, whether in manuscript, printed or electronic form, is covered under this definition. Plagiarism may be intentional or reckless, or unintentional. Under the regulations for examinations, intentional or reckless plagiarism is a  disciplinary offence  (sections 4 and 5).

There are different  types of plagiarism  and you should familiarise yourself with each of them. You may benefit from taking an  online course  which has been developed to provide a useful overview of the issues surrounding plagiarism and practical ways to avoid it.

If plagiarism is suspected in your thesis, the matter will be referred to the relevant Director of Graduate Studies (DGS). They will thoroughly investigate the claim and may call you for interview. As part of the investigation, text-matching software such as iThenticate or TurnItIn may be used to scan the thesis but the thesis will not be saved to any text-matching software databases. If at this point there is no evidence of a breach of the regulations, no further disciplinary action will be taken although you still may be required to make changes to your thesis. However, if it is concluded that a breach of the regulations may have occurred, the DGS will refer the matter to the Proctors.

Extenuating circumstances

If you have a disability that may affect your thesis, this needs to be considered at the time that you are writing your thesis. There are a number of measures that can be put in place to support you whilst writing your thesis and these can be discussed with the Disability Advisory Service and your department/college disability advisors. These measures could include extensions of time for milestones, assistive technology, use of a proof reader etc.

By the time you submit your thesis no further consideration of the disability for the written work is appropriate, as you will have been given sufficient support so that your thesis can be examined under the same academic criteria as those theses submitted by students without a disability.

The oral examination or viva

It is the responsibility of the internal examiner to make all the arrangements for the viva examination. Your internal examiner should normally contact you to arrange a date for your  viva  within a month of receiving your thesis. If you have not heard from your examiner within a month of your thesis being sent, please contact the Research Degrees Team, who will contact your examiners. You must not contact your examiners yourself, except when you have to agree a date for the viva.

If you wish to ask for an early viva (one to two months following submission), the application setting out the reasons for your request must be made using the ‘request for time specific viva’ section of the GSO.3 (Appointment of Examiners) form. You may not request an early viva to take place within a month of submitting your thesis.

Your thesis will only be available to the examiners once both the completed GSO.3 form and their formal acceptance to act as an examiner have been received. Delays often occur by the GSO.3 not arriving promptly with the Research Degrees Team or a failure to elicit a response from the examiners to their invitation.

The regulations stipulate that examiners must have the thesis a minimum of four weeks before the date of the viva. In exceptional circumstances the board may permit a viva to be held earlier but this is not guaranteed. Please  contact your Graduate Studies Assistant  if you wish to enquire about this.

You must present for a viva in academic dress;  sub fusc  and a gown. The gown should be that of your present status (i.e. Student for the Degree of Doctor of Philosophy), the gown and hood of the degree held from your own university, or, if you are a University of Oxford graduate, the gown and hood of your University of Oxford degree. Special dispensation may be granted in certain circumstances, for example, health reasons, religious orders and members of the armed services. Please contact the Research Degrees Team for further information on how to apply.

Please do not forget to take a copy of your thesis with you to the viva.

Remote vivas

With the permission of the relevant board (given through the Director of Graduate Studies), vivas may be held with any or all of the candidate and examiners attending remotely via video call. A potential reason for this may be that an examiner or the candidate are based outside the UK, and would be travelling to the UK for the sole purpose of attending the viva. All parties must agree to the viva being held in this format, and further guidance can be found in Annex D of the Policy and Guidance on Research Degrees . Where permission is given for a viva to be held remotely, there is no requirement for the candidate or internal examiner to attend in academic dress.

Viva adjustments

If you wish to make the examiners aware of any illness, disability, or personal circumstance which may affect your performance in the viva, you can make an application for Adjustments to Assessment Arrangements using form  GSO.19 , outlining the requested adjustments and reasons. Adjustments can be requested at any point from offer of a place to submission, at the point of applying for Transfer of Status, at the point of applying for Confirmation of Status or at the point of applying for final viva/appointment of examiners.  The form and related guidance can be found here . Please contact your GSA or departmental graduate administrator if you require more information.

Minor corrections

Your examiners may recommend that you complete minor corrections before they recommend award of the degree. Your examiners will provide you with a list of the required corrections. If you have not received the list of corrections within two weeks of the viva, then you should contact the  Graduate Studies Assistant  for your subject area.

The University expects that these minor corrections will be completed to the satisfaction of your internal examiner within one month of being issued. If, for exceptional reasons, additional time is needed you may apply for an additional one month by submitting a copy of form  GSO.18 . Extension of Time for Completion of Minor or Major Corrections. If you fail to complete your corrections within the time allowed your name will be removed from the Graduate Register and a reinstatement application will be required.

Major corrections and referral 

A ‘major corrections’ option for DPhil examination outcomes give the examiners of research degrees an outcome option midway between minor corrections and referral. Corrections must be made and submitted within six months of the letter confirming the major corrections, although Examination Boards may grant an extension of up to three months on receipt of a GSO.18 form. Where a candidate is required to revise and re-submit their thesis, the revised thesis and, where required, a report indicating the specific changes made must also be submitted via the Research Thesis Digital Submission (RTDS) application.  It is not permitted for a thesis to be submitted directly to the examiners .

Candidates whose thesis is referred will be required to provide at resubmission a separate report indicating the specific changes made to the revised thesis. For students in the Humanities, Medical Sciences and Social Sciences Divisions and the Department for Continuing Education, the word limit for the accompanying report is 1000 words; for students in the Mathematical, Physical and Life Sciences Division, the word limit is 2000 words. The report will act as a guide to how the candidate has addressed examiners’ comments, and will direct examiners to the appropriate sections.

Correction timelines

The outcome types, time limits for changes and report lengths for each of the research degrees are summarised in the tables below.

Doctor of Philosophy

Master of Letters/Master of Science by Research

In all cases, the time limit applies from the date you receive the list of corrections/revisions required.

Examiners do not have the option of recommending an outcome of outright fail on the first attempt for MLitt/MSc(Res) examinations. Students not passing the examination at the first attempt will be entitled to a second attempt.

Re-submitting a thesis

If you are re-submitting your thesis, you are required to pay the re-submission fee (the current fee amounts can be found  here ) when you apply for the appointment of examiners. This fee does not apply to students submitting their thesis for the Review of Major Corrections. The re-submission fee should be paid via the Research Degrees section of the University's  online shop ; this will need to be received before the Research Degrees Team is able to officially log your submission and send your thesis to your examiners.

The revised thesis, and the required report indicating the specific changes made, must be submitted via the Research Thesis Digital Submission (RTDS) application. For students in the Humanities, Medical Sciences and Social Sciences Divisions and the Department for Continuing Education, the word limit for the accompanying report is 1000 words; for students in the Mathematical, Physical and Life Sciences Division, the word limit is 2000 words. The report will act as a guide to how the candidate has addressed examiners’ comments, and will direct examiners to the appropriate sections.

A fresh Appointment of Examiners form is also required for any resubmission. The report on the first examination will automatically be sent to the examiners of the re-submitted thesis. This is to ensure that the examiners are aware of the background to the revisions that you have made. If you wish to make a case for this not to happen, permission must be sought from the Proctors. You will need to apply in writing via your  Graduate Studies Assistant , stating your reasons, before or at the same time as re-applying for the appointment of examiners.

Deposit of a Library Copy of the Thesis

Students granted leave to supplicate will no longer need to submit a hardbound copy of their thesis to the Examination Schools in order to graduate. This includes any students granted leave to supplicate in previous academic years who have not yet submitted a hard copy of their thesis.

All candidates for the degrees of DPhil, MLitt, MSc by Research and DClinPsych must submit an electronic version of their finalised thesis, as approved by the examiners, to the Oxford University Research Archive (ORA)  following being granted to leave to supplicate. Students for theses degrees must do so a minimum of five working days prior to their graduation date, and will not be able to attend a degree ceremony (even in absentia) without doing so.

Information   regarding this process can be found on the  Oxford Research Archive website  and will be sent with your result letter. Deposit of a copy with the archive is optional for candidates for the degrees of MPhil, Master of Studies in Legal Research (MSt) or Bachelor of Philosophy (BPhil) in Philosophy.

If submissions remain outstanding, shortly before your degree ceremony you will receive emails reminding you to complete these submissions at least five days in advance of your ceremony. If these submissions are not completed by this time, your name may be removed from the ceremony list.

Dispensation from Consultation of Thesis

Where there are concerns about the thesis being made publicly available online, candidates can apply for dispensation from consultation for part or all of their thesis using form  GSO.3c . Information on this process, and on likely reasons for applying, can be found on the Bodleian website .

Candidates who are granted Dispensation from Consultation on the whole thesis, and on a permanent basis, should, in addition to the finalised copy of the thesis submitted to the Oxford Research Archive, submit a finalised hardbound copy of their thesis for deposit in the relevant university library. This applies to students who have already been granted Dispensation from Consultation, and who have not yet had the opportunity to submit a hard copy of their thesis.

Students whose thesis (or part of the thesis) is in a non-standard format which cannot be submitted electronically (e.g. a 3D artwork, or artefact) should also submit a physical copy for deposit.

Physical copies for those students granted Dispensation from Consultation on a permanent basis should be to submitted to the Bodleian at the North Proscholium, in the Bodleian Library, during library opening hours. More information on this process is available on the  Bodleian LibGuide .

Systems & Services

Access Student Self Service

  • Student Self Service
  • Self Service guide
  • Registration guide
  • Libraries search
  • OXCORT - see TMS
  • GSS - see Student Self Service
  • The Careers Service
  • Oxford University Sport
  • Online store
  • Gardens, Libraries and Museums
  • Researchers Skills Toolkit
  • LinkedIn Learning (formerly Lynda.com)
  • Access Guide
  • Lecture Lists
  • Exam Papers (OXAM)
  • Oxford Talks

Latest student news

new twitter x logo

CAN'T FIND WHAT YOU'RE LOOKING FOR?

Try our extensive database of FAQs or submit your own question...

Ask a question

Example of OSCOLA Thesis format

Recent searches

Institutions, conferences, journals gallery.

40,000+ journal templates to choose from for your next paper

Flexible pricing plans that caters to everyone’s needs

Plagiarism check

Detect plagiarism early. Powered by Turnitin.

Journal Submission

Get accepted in top journals.

For Publishers

Streamline publishing process with automated workflows

Client Stories

Read what our clients have yielded with our products and services

Convert from Word

Word file to JATS XML, PMC XML, DOAJ XML and more

Convert from PDF

PDF file to SciELO XML, CrossRef XML and more

Convert from JATS XML

JATS XML to Redalyc XML, DataCite XML and more

Adhere to standard of all global publishing bodies

Compliance for medical journals in PubMed database

Generate standardized XML for SciELO indexed journals

Example of OSCOLA Thesis format

OSCOLA Thesis — Template for authors

— or sign up using email —

last-updated-icon

OSCOLA Thesis

OSCOLA The Oxford University Standard for Citation of Legal Authorities

Guideline source: View

All company, product and service names used in this website are for identification purposes only. All product names, trademarks and registered trademarks are property of their respective owners.

Use of these names, trademarks and brands does not imply endorsement or affiliation. Disclaimer Notice

OSCOLA The Oxford University Standard for Citation of Legal Authorities

Approved by publishing and review experts on SciSpace, this template is built as per for OSCOLA Thesis formatting guidelines as mentioned in OSCOLA The Oxford University Standard for Citation of Legal Authorities author instructions. The current version was created on

Asia-Pacific Journal of Accounting and Economics template (Taylor and Francis)

SciSpace is a very innovative solution to the formatting problem and existing providers, such as Mendeley or Word did not really evolve in recent years.

- Andreas Frutiger, Researcher, ETH Zurich, Institute for Biomedical Engineering

(Before submission check for plagiarism via Turnitin)

What to expect from SciSpace?

Speed and accuracy over ms word.

With SciSpace, you do not need a word template for OSCOLA Thesis.

It automatically formats your research paper to OSCOLA The Oxford University Standard for Citation of Legal Authorities formatting guidelines and citation style.

You can download a submission ready research paper in pdf, LaTeX and docx formats.

Time comparison

Time taken to format a paper and Compliance with guidelines

Plagiarism Reports via Turnitin

SciSpace has partnered with Turnitin, the leading provider of Plagiarism Check software.

Using this service, researchers can compare submissions against more than 170 million scholarly articles, a database of 70+ billion current and archived web pages. How Turnitin Integration works?

Turnitin Stats

Freedom from formatting guidelines

One editor, 100K journal formats – world's largest collection of journal templates

With such a huge verified library, what you need is already there.

publisher-logos

Easy support from all your favorite tools

Automatically format and order your citations and bibliography in a click.

SciSpace allows imports from all reference managers like Mendeley, Zotero, Endnote, Google Scholar etc.

Frequently asked questions

1. can i write oscola thesis in latex.

Absolutely not! Our tool has been designed to help you focus on writing. You can write your entire paper as per the OSCOLA Thesis guidelines and auto format it.

2. Do you follow the OSCOLA Thesis guidelines?

Yes, the template is compliant with the OSCOLA Thesis guidelines. Our experts at SciSpace ensure that. If there are any changes to the journal's guidelines, we'll change our algorithm accordingly.

3. Can I cite my article in multiple styles in OSCOLA Thesis?

Of course! We support all the top citation styles, such as APA style, MLA style, Vancouver style, Harvard style, and Chicago style. For example, when you write your paper and hit autoformat, our system will automatically update your article as per the OSCOLA Thesis citation style.

4. Can I use the OSCOLA Thesis templates for free?

Sign up for our free trial, and you'll be able to use all our features for seven days. You'll see how helpful they are and how inexpensive they are compared to other options, Especially for OSCOLA Thesis.

5. Can I use a manuscript in OSCOLA Thesis that I have written in MS Word?

Yes. You can choose the right template, copy-paste the contents from the word document, and click on auto-format. Once you're done, you'll have a publish-ready paper OSCOLA Thesis that you can download at the end.

6. How long does it usually take you to format my papers in OSCOLA Thesis?

It only takes a matter of seconds to edit your manuscript. Besides that, our intuitive editor saves you from writing and formatting it in OSCOLA Thesis.

7. Where can I find the template for the OSCOLA Thesis?

It is possible to find the Word template for any journal on Google. However, why use a template when you can write your entire manuscript on SciSpace , auto format it as per OSCOLA Thesis's guidelines and download the same in Word, PDF and LaTeX formats? Give us a try!.

8. Can I reformat my paper to fit the OSCOLA Thesis's guidelines?

Of course! You can do this using our intuitive editor. It's very easy. If you need help, our support team is always ready to assist you.

9. OSCOLA Thesis an online tool or is there a desktop version?

SciSpace's OSCOLA Thesis is currently available as an online tool. We're developing a desktop version, too. You can request (or upvote) any features that you think would be helpful for you and other researchers in the "feature request" section of your account once you've signed up with us.

10. I cannot find my template in your gallery. Can you create it for me like OSCOLA Thesis?

Sure. You can request any template and we'll have it setup within a few days. You can find the request box in Journal Gallery on the right side bar under the heading, "Couldn't find the format you were looking for like OSCOLA Thesis?”

11. What is the output that I would get after using OSCOLA Thesis?

After writing your paper autoformatting in OSCOLA Thesis, you can download it in multiple formats, viz., PDF, Docx, and LaTeX.

12. Is OSCOLA Thesis's impact factor high enough that I should try publishing my article there?

To be honest, the answer is no. The impact factor is one of the many elements that determine the quality of a journal. Few of these factors include review board, rejection rates, frequency of inclusion in indexes, and Eigenfactor. You need to assess all these factors before you make your final call.

13. What is Sherpa RoMEO Archiving Policy for OSCOLA Thesis?

SHERPA/RoMEO Database

  • Pre-prints as being the version of the paper before peer review and
  • Post-prints as being the version of the paper after peer-review, with revisions having been made.

14. What are the most common citation types In OSCOLA Thesis?

15. how do i submit my article to the oscola thesis, 16. can i download oscola thesis in endnote format.

Yes, SciSpace provides this functionality. After signing up, you would need to import your existing references from Word or Bib file to SciSpace. Then SciSpace would allow you to download your references in OSCOLA Thesis Endnote style according to Elsevier guidelines.

with OSCOLA Thesis format applied

Fast and reliable, built for complaince.

Instant formatting to 100% publisher guidelines on - SciSpace.

oxford master thesis template

No word template required

Typset automatically formats your research paper to OSCOLA Thesis formatting guidelines and citation style.

oxford master thesis template

Verifed journal formats

One editor, 100K journal formats. With the largest collection of verified journal formats, what you need is already there.

oxford master thesis template

Trusted by academicians

oxford master thesis template

I spent hours with MS word for reformatting. It was frustrating - plain and simple. With SciSpace, I can draft my manuscripts and once it is finished I can just submit. In case, I have to submit to another journal it is really just a button click instead of an afternoon of reformatting.

oxford master thesis template

  • Search This Site All UCSD Sites Faculty/Staff Search Term
  • Meet the Dean
  • Meet the Team
  • Professors of the Graduate Division
  • Funding Opportunities
  • Alumni & Friends
  • Prospective Students
  • Degree Programs
  • Requirements
  • Admitted Students
  • Admission FAQ
  • Compliance/Health and Safety Information
  • Tuition & Fees
  • Fellowships
  • Third-Party Payments
  • Non-UC Visiting Grads
  • Financial Support FAQ
  • News & Updates
  • Progress to Degree
  • Enrolling at UC San Diego

Preparing to Graduate

  • Policies & Procedures
  • Student Academic FAQ
  • Merkin Graduate Fellows Program
  • Student Updates
  • Health & Wellbeing
  • Professional Development
  • Student Spotlights
  • Programs and Resources
  • Postdoctoral Affairs
  • Dissertation & Thesis Template

As a resource for graduate students, sample Word templates are available to assist with the initial formatting of doctoral dissertations and master's theses. Students are expected to fully format their dissertation/thesis according to the   " Preparation and Submission Manual for Doctoral Dissertations and Master's Theses ".

  • This template is a starting point and students may have to add or remove sections/text to accurately reflect their document and adhere to all requirements in the manual.
  • Graduate Education and Postdoctoral Affairs (GEPA) does not provide technical support for any of the templates below.
  • If using these templates, students must still refer to the formatting manual for full instructions.

The below templates are in Word. If you prefer to use LaTeX, here is a recommended unofficial template . We are not able to provide technical support for LaTeX.

Note: opening the Word template in Google Docs may cause auto-formatting features to be lost or auto-formatting features may appear differently.

A sample template of a co-author permission letter and cover letter from the committee chair can be found here . For complete information on submission of permission letters, please see this page and/or refer to the full Manual . 

Master’s Degree Thesis

Download template

Doctoral Degree Dissertation

  • Degree Completion
  • Dissertation & Thesis Submission
  • Dissertation & Thesis Manual

UCI Libraries Mobile Site

  • Langson Library
  • Science Library
  • Grunigen Medical Library
  • Law Library
  • Connect From Off-Campus
  • Accessibility
  • Gateway Study Center

Libaries home page

Email this link

Thesis / dissertation formatting manual (2024).

  • Filing Fees and Student Status
  • Submission Process Overview
  • Electronic Thesis Submission
  • Paper Thesis Submission
  • Formatting Overview
  • Fonts/Typeface
  • Pagination, Margins, Spacing
  • Paper Thesis Formatting
  • Preliminary Pages Overview
  • Copyright Page
  • Dedication Page
  • Table of Contents
  • List of Figures (etc.)
  • Acknowledgements
  • Text and References Overview
  • Figures and Illustrations
  • Using Your Own Previously Published Materials
  • Using Copyrighted Materials by Another Author
  • Open Access and Embargoes
  • Copyright and Creative Commons
  • Ordering Print (Bound) Copies
  • Tutorials and Assistance
  • FAQ This link opens in a new window

UCI Libraries maintains the following  templates to assist in formatting your graduate manuscript. If you are formatting your manuscript in Microsoft Word, feel free to download and use the template. If you would like to see what your manuscript should look like, PDFs have been provided. If you are formatting your manuscript using LaTex, UCI maintains a template on OverLeaf.

  • Annotated Template (Dissertation) 2024 PDF of a template with annotations of what to look out for
  • Word: Thesis Template 2024 Editable template of the Master's thesis formatting.
  • PDF Thesis Template 2024
  • Word: Dissertation Template 2024 Editable template of the PhD Dissertation formatting.
  • PDF: Dissertation Template 2024
  • Overleaf (LaTex) Template
  • << Previous: Tutorials and Assistance
  • Next: FAQ >>
  • Last Updated: Feb 20, 2024 2:09 PM
  • URL: https://guides.lib.uci.edu/gradmanual

Off-campus? Please use the Software VPN and choose the group UCIFull to access licensed content. For more information, please Click here

Software VPN is not available for guests, so they may not have access to some content when connecting from off-campus.

Gallery — Thesis

Gallery Items tagged Thesis

Show all Gallery Items

Your thesis or dissertation is often the most important single piece of work you’ll produce as a student (whether it be your final year undergraduate research project or your complete Masters / PhD thesis). These templates, many provided by the university themselves as official layout guidelines, include sections for you to add all the relevant author information (your university, department, supervisor, year, etc) along with placeholder chapters for your introduction, background, method, results, conclusion / discussion, references and appendices.

ECNUthesis - LaTeX thesis template for East China Normal University

Related Tags

Have you checked our knowledge base ?

Message sent! Our team will review it and reply by email.

IMAGES

  1. Writing A Master Dissertation Proposal For Top Five UK University

    oxford master thesis template

  2. Thesis Front Page In Partial Fulfillment

    oxford master thesis template

  3. Oxford Thesis Template

    oxford master thesis template

  4. Oxford Thesis Template

    oxford master thesis template

  5. This is a Template for a Master`s Thesis/Project

    oxford master thesis template

  6. 10 Free Dissertation & Thesis Templates

    oxford master thesis template

VIDEO

  1. Writing That PhD Thesis

  2. 3-Minute Thesis Competition 2023

  3. 01 How to setup FYP thesis template

  4. 02 How to use features in the thesis template

  5. Complete MS Thesis Template

  6. 3. Using the Word Templates

COMMENTS

  1. Oxford Thesis Template

    Download the Oxford thesis template here. If you prefer, you can also view on GitHub. ... Master's thesis title page. Some masters' degrees require title pages with a candidate number and word count rather than a name and college, to ensure anonymity for the examinees. They also require a statement of authenticity / originality on the title ...

  2. mcmanigle/OxThesis: LaTeX template for an Oxford University thesis

    OxThesis is a LaTeX template for an Oxford University thesis, originally published on the Oxford Echoes blog. Feel free to submit issues or push requests here, or comments on the blog post there. And of course, happy thesis-writing! When writing my thesis in 2014, I was lucky enough to find a template that Sam Evans adapted for social sciences ...

  3. Submitting your thesis

    Timing for appointment of examiners. You are advised to submit your appointment of examiners form in advance of submitting your thesis to avoid delays with your examination process. Ideally you should apply for the appointment of examiners at least 4-6 weeks before you expect to submit your thesis for examination. Early viva.

  4. LaTeX template for an Oxford thesis based on the Memoir class

    University of Oxford Thesis Template A LaTeX thesis template for use at the University of Oxford (and possibly elsewhere) based on the LaTeX Memoir class. Authors:

  5. Oxford theses

    Oxford theses. The Bodleian Libraries' thesis collection holds every DPhil thesis deposited at the University of Oxford since the degree began in its present form in 1917. Our oldest theses date from the early 1920s. We also have substantial holdings of MLitt theses, for which deposit became compulsory in 1953, and MPhil theses.

  6. PDF Thesis & Report Guide

    Thesis & Report Guide. Thesis & Report Guide. Bob Smoot. Smoot College University of Oxford Supervised by Professor What Whoever Submitted: Crinklemas Term, May 31, 2012 This thesis is submitted to the Department of Engineering Science, University of Oxford, in partial ful lment of the requirements for the degree of Doctor of Philosophy.

  7. Template for a Masters or Doctoral Thesis

    This LaTeX template is used by many universities as the basis for thesis and dissertation submissions, and is a great way to get started if you haven't been provided with a specific version from your department. This version of the template is provided by Vel at LaTeXTemplates.com, and is already loaded in Overleaf so you can start writing ...

  8. Thesis Template OxfordPav

    Unofficial thesis template for University of Oxford. % Author: Clara Eleonore Pavillet % Version: 1.0 % This work is licensed under a Creative Commons Attribution 4.0 International License.

  9. A Thesis Class

    A Thesis Class. The ociamthesis.cls was written by Keith A. Gillow. The latest version (2.2) was released on 22/11/2010. The class is based upon the standard report class around which most people design their thesis. Key features are. It defines the page size allowing for an offset for binding.

  10. Writing a Thesis or Dissertation

    Course overview. This course is designed for students who are either writing, or preparing to write, a dissertation or thesis for their degree course at Oxford. Each lesson focuses on a different part of the thesis/dissertation/articles (Introductions, Literature Reviews, Discussions etc.), as well as the expected structure and linguistic ...

  11. GitHub

    A template for writing an Oxford University thesis in R Markdown. The template uses the bookdown R package together with the OxThesis LaTeX template, plus lots of inspiration from thesisdown. Sample PDF output; Sample BS4 book output; Examples of theses written with oxforddown (see also Google Scholar):

  12. Theses and dissertations

    Other international theses. Read our guidance for finding and accessing theses and dissertations held by the Bodleian Libraries and other institutions.

  13. Oxford PhD Thesis Template

    Oxford PhD Thesis. Approved by publishing and review experts on SciSpace, this template is built as per for Oxford PhD Thesis formatting guidelines as mentioned in University of Oxford author instructions. The current version was created on and has been used by 849 authors to write and format their manuscripts to this journal.

  14. Oxford Thesis LaTeX template

    20 May 2010. I have modified the Oxford Maths LaTeX template to work for the social sciences.  There are a lot of bells and whistles in this file, but I have tried to provide lots of comments to make the process of getting up and running with minimal effort. I would also recommend perusing the LaTeX resources on the Maths website for lots ...

  15. Research examinations

    The maximum number of terms' extension permitted for Master of Letters and Master of Science by research students is three terms. Writing and Submitting your Thesis. The oral examination or viva. It is the responsibility of the internal examiner to make all the arrangements for the viva examination. Your internal examiner should normally ...

  16. My updated LaTeX template for an Oxford thesis. DPhil, MPhil ...

    DPhil, MPhil, whatever. I wish I had seen this for my Masters thesis. I will use it for my DPhil thanks! Great chapter headings, thanks for that. The font size seems a little big but I'm not sure what's standard. The font size there is 12pt, which is recommended in the uni guidelines. Minimum allowed size is 11pt.

  17. Oxford Master Thesis Template

    Oxford Master Thesis Template - Free download as PDF File (.pdf), Text File (.txt) or read online for free. Scribd is the world's largest social reading and publishing site.

  18. University of Oxford Mathematical Institute PhD Thesis Template

    Abstract. PhD thesis template for the University of Oxford Mathematical Institute. The ociamthesis.cls was written by K.A. Gillow. The latest version (2.2) was released on 22/11/2010. The class is based upon the standard report class around which most people design their thesis. For more information please see the corresponding thesis class FAQ ...

  19. OSCOLA Thesis Template

    OSCOLA Thesis. Approved by publishing and review experts on SciSpace, this template is built as per for OSCOLA Thesis formatting guidelines as mentioned in OSCOLA The Oxford University Standard for Citation of Legal Authorities author instructions. The current version was created on. SciSpace is a very innovative solution to the formatting ...

  20. Dissertation & Thesis Template

    Dissertation & Thesis Template. As a resource for graduate students, sample Word templates are available to assist with the initial formatting of doctoral dissertations and master's theses. Students are expected to fully format their dissertation/thesis according to the "Preparation and Submission Manual for Doctoral Dissertations and Master's ...

  21. University of Oxford Faculty of Law PhD thesis template (OSCOLA)

    Abstract. PhD thesis template for the Faculty of Law at the University of Oxford. This template was originally published on ShareLaTeX and subsequently moved to Overleaf in November 2019. PhD thesis template for the Faculty of Law at the University of Oxford.

  22. Templates

    UCI Libraries maintains the following templates to assist in formatting your graduate manuscript. If you are formatting your manuscript in Microsoft Word, feel free to download and use the template. ... Word: Thesis Template 2024. Editable template of the Master's thesis formatting. PDF Thesis Template 2024. Word: Dissertation Template 2024.

  23. Gallery

    Your thesis or dissertation is often the most important single piece of work you'll produce as a student (whether it be your final year undergraduate research project or your complete Masters / PhD thesis). These templates, many provided by the university themselves as official layout guidelines, include sections for you to add all the ...