Main Menu

thesis template phd

A LaTeX / XeLaTeX / LuaLaTeX PhD thesis template for Cambridge University Engineering Department. Author(s) Features Conforms to the Student Registry PhD dissertation guidelines and CUED PhD guidelines Supports LaTeX, XeLaTeX and LuaLaTeX Adaptive Title Page: Title page adapts to title length Title page with both College and University crests. Print / On-line version: Different layout and hyper-referencing styles Pre-defined and custom fonts (Times / Fourier / Latin Modern) with math support Supports system fonts (XeLaTeX) Pre-defined and custom bibliography style support (authoryear / numbered / custom) Custom page styles: 3 Different Header / Footer styles Pre-defined and custom margin size A separate abstract with thesis title and author name, along with the titlepage can be generated by passing the argument abstract to the document class. Option to generate only specific chapters and references without the frontmatter and title page. Useful for review and corrections. Draft mode: Draft water mark, timestamp, version numbering and line numbering Add supervisor and/or advisor to your PhD thesis or MPhil report A LyX Template is now available at Building your thesis - XeLaTeX Using latexmk (Unix/Linux/Windows) This template supports XeLaTeX compilation chain. To generate PDF run latexmk -xelatex thesis.tex makeindex thesis.nlo -s nomencl.ist -o thesis.nls latexmk -xelatex -g thesis.tex Building your thesis - LuaLaTeX Using latexmk (Unix/Linux/Windows) This template supports XeLaTeX compilation chain. To generate PDF run latexmk -pdflatex=lualatex -pdf thesis.tex Building your thesis - LaTeX / PDFLaTeX Using latexmk (Unix/Linux/Windows) This template supports latexmk. To generate DVI, PS and PDF run latexmk -dvi -ps -pdf thesis.tex Using the make file (Unix/Linux) The template supports PDF, DVI and PS formats. All three formats.
% ******************************* PhD Thesis Template ************************** % Please have a look at the README.md file for info on how to use the template \documentclass[a4paper,12pt,times,numbered,print,index] Classes/PhDThesisPSnPDF % ****************************************************************************** % ******************************* Class Options ******************************** % *********************** See README for more details ************************** % ****************************************************************************** % `a4paper'(The University of Cambridge PhD thesis guidelines recommends a page % size a4 - default option) or `a5paper': A5 Paper size is also allowed as per % the Cambridge University Engineering Deparment guidelines for PhD thesis % % `11pt' or `12pt'(default): Font Size 10pt is NOT recommended by the University % guidelines % % `oneside' or `twoside'(default): Printing double side (twoside) or single % side. % % `print': Use `print' for print version with appropriate margins and page % layout. Leaving the options field blank will activate Online version. % % `index': For index at the end of the thesis % % `draftclassic': For draft mode without loading any images (same as draft in book) % % `draft': Special draft mode with line numbers, images, and water mark with % timestamp and custom text. Position of the text can also be modified. % % `abstract': To generate only the title page and abstract page with % dissertation title and name, to submit to the Student Registry % % `chapter`: This option enables only the specified chapter and it's references % Useful for review and corrections. % % ************************* Custom Page Margins ******************************** % % `custommargin`: Use `custommargin' in options to activate custom page margins, % which can be defined in the preamble.tex. Custom margin will.
Description: This template provides a full framework for writing a graduate level thesis. It is carefully structured and separated into multiple parts for easy editing. Included are the following pages/sections: a cover page, declaration of authorship, quotation, abstract, acknowledgements, contents page(s), list of figures, list of tables, abbreviations, physical constants, symbols, dedication, example chapter, example appendix and bibliography. An example chapter is included which explains the basics of LaTeX and this template. It contains everything you need to know to begin writing your academic thesis using this template. Important note: this template comes as a zip file with multiple files and folders within it. These files are necessary and it is worth reading the Chapter 1 introduction to the thesis to get an idea of what they do. Original Author: This thesis style was originally created by Steve R. Gunn and modified into a template by Sunil Patel. It has since been modified further for this website. Preview: Open Template for Free Editing Online: Open in WriteLaTeX Download Template: Download.zip Preview PDF Have a Question or Comment About This Template? Visit the Forum.
 Dissertation Information  Information for 2011-2012 GSAS Degree Applicants  Publishing Dissertation at Harvard  Form of the PhD Dissertation  Top-10 Dissertation Formatting Errors  Sample Dissertation  Harvard GSAS PhD Thesis Format Advice(informal advice page for those using the LaTeX scientific typesetting package format for their PhD theses)  LaTeX Template for Harvard Dissertation  Past Harvard Physics PhD Theses(1954 - current)  Publishing Your Doctoral Dissertation with UMI® Dissertation Publishing(instructions on how to submit a manuscript, information about the dissemination options, copyright issues, author rights, etc.).
Generic EPFL Template in LaTeX This thesis template is a suggestion: you are not obliged to follow any of the employed formatting (but remember to stay within the requirements given in the Internal Regulations!). It is simply a document that can help you to write your thesis. Here are some hints that may be helpful: Use PDFLATEX for compilation of the file for best compatibility with the Repro. The document needs to be compiled three times so that the chapter-headers are appearing correctly. For the final run (before printing): Compile latex 2x, compile bibtex, compile latex 3x. The document is typeset in Utopia, a font that has been donated by Adobe to the TUG-user community. You do not need to install this font, since it is already available in Latex, but if you want to typeset your image&graphic files with it, you can use the “Utopia Latex” font, which is the open-source Utopia with added Greek character support. It is provided in the template folder (utopia-font). Alternatively you can of course also use the commercial Adobe-Utopia or the “Heureka” (which is Utopia with added Cyrillic support that can be downloaded here In the template there is an example of a vector graphics-image with this font (Utopia Latex). You can find it in the following folder: “images/non_outlined_images/some_vector_graphics.pdf”. Important notice for vector graphics: Similar to many journals, for best printing compatibility, the Repro asks you to provide graphics, where the all the text is “outlined”. Here’s how to do this in Adobe Illustrator: 1) Mark all 2) “Type” -> “Create Outlines” 3) Save the document as a copy (!) in the images-folder. If you omit the last step, you will not be able to edit your text again. Should you encounter any errors while compiling, try switching to the latest version of TeXLive (see FAQ page). EPFL EDOC LaTeX template.