Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities including Stack Overflow , the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

LaTeX templates for writing a thesis

Aside from CTAN, what are good resources/repositories for Latex templates? In particular, I'm looking for some pretty Thesis templates (I'm familiar with classicthesis)

  • repositories
  • Should this be for thesis templates, or for templates in general? So far, your answers have all been thesis templates. I'm looking for other templates. Please either edit the question to read "Resources/Sites for thesis templates", or clarify that you want general templates. (Or, simply delete your parenthetical note.) –  Kevin Vermeer Commented Jul 29, 2010 at 19:51
  • I think 'templates in general' might be too broad. As it is, 'thesis templates' is quite a wide topic. –  Joseph Wright ♦ Commented Jul 30, 2010 at 5:43

17 Answers 17

In my case, I actually found it easiest to roll my own using the memoir package as a base. It's very well documented, and setting the appropriate margins, double/one-half line spacing, etc. was very easy. And it makes it easy to play around a bit within the thesis guidelines, for instance making fancy chapter headings.

  • 1 Although it uses the book class, Siarhei Khirevich's tips might be inspiring to customize headers, chose a font, parametrize microtype, hacking bibtex, etc. –  Clément Commented Jun 12, 2014 at 16:33

Robert Poser has created a site dedicated to thesis templates:

http://www.thesis-template.com/

The link is currently dead, but that web site can still be read using archive.org (the Internet wayback machine) choosing a snapshot date such as February 8, 2014 . The thesis template site mostly just links to available external sites with templates.

It provides links to ready-to-go thesis templates of various universities worldwide. There's even a google map for viewing the templates origins on the world map.

Besides LaTeX templates there are also LyX thesis templates.

UK-TUG have a list of thesis templates from various UK institutions at http://uk.tug.org/training/thesis/ . There is also a good generic template at http://www.sunilpatel.co.uk/thesistemplate.php , but I'm note sure any of these are 'pretty'. At least in the UK the requirements tend to be vary much geared around a traditional manuscript style (double spaced and so on).

Joseph Wright's user avatar

  • Note (Jan 2014): many of the links from the above age are dead now. –  Chris H Commented Jan 6, 2014 at 11:44
  • @ChrisH I will see what I can do about that: we don't unfortunately get much direct information on this so have to rely on what we find! –  Joseph Wright ♦ Commented Jan 6, 2014 at 12:08
  • The link to "Using LaTeX to Write a PhD Thesis" is now dickimaw-books.com/latex/thesis (sys.uea.ac.uk was changed to cmp.uea.ac.uk many years ago, if anyone finds any old links to it, although I've moved most of my LaTeX resources from cmp.uea.ac.uk to dickimaw-books.com.) –  Nicola Talbot Commented Jun 12, 2014 at 16:31

I'm currently writing a (bachelor) thesis myself and just using the LaTeX's own "report" class, I find it meets all of my universities requirements when I only use a custom title page.

  • 3 I used scrreprt and I didn't even have to modify the title page. –  marczellm Commented Jan 6, 2015 at 15:28

For the spanish speaking community, I maintain a thesis format which can be easily adapted to the requirements of different universities. The format itself can be used to write thesis documents in any language, but it has a spanish option which takes care of loading a suitable set of packages and options to get the entire format consistently translated into spanish.

Juan A. Navarro's user avatar

There is an unofficial class sapthesis for the Laurea, Laurea Specialistica and Dottorato degrees at the La Sapienza university of Rome.

Chances are, your institution will have pretty strict specifications for your thesis format. If you're lucky your institution may have a class file or some grad students may maintain a unofficial template.

Purdue University (a state school in Indiana, USA) has a document class that may be a good starting point.

https://engineering.purdue.edu/~mark/puthesis/

An additional complication at Purdue is that each department has additional constraints on the formatting so the document class takes an option to specify the department.

  • 5 “ Chances are, your institution will have pretty strict specifications” – is this actually common? My University has absolutely zero specs. I’m the author, I decide the format. –  Konrad Rudolph Commented Aug 5, 2010 at 9:34
  • 8 In U.S. institutions it's the absolute norm, not the exception. And the formatting guidelines are usually awful as well. –  Alan Munn Commented Jan 10, 2011 at 1:09
  • 6 @Konrad: When Alan says "awful," he really means awful . They're atrocious. –  TH. Commented Jan 10, 2011 at 1:57
  • 1 In German institutions it's the absolute exception, not the norm. Only things like the exact words to be used for the declaration about having written the thesis oneself, marked quotations, named all sources and so on as well as some rules about the title page, inclusion of CV and such things are regulated. –  Stephen Commented Sep 26, 2011 at 7:11

There seems to be a nice compilation of thesis templates on this site:

https://www.sharelatex.com/templates/thesis/

These templates include many already mentioned here.

A really great place for LaTeX templates is:

http://www.latextemplates.com

This website is beautifully laid out and the templates are sorted into categories that make it easy to find the template that is best suited to your purposes. All of the templates have PDF examples and full template code.

I am not affiliated with this website in any way but have used it many times.

I use tex live utility on the mac to maintain my tex distribution. Specifically I use the ctan repository. On searching for thesis templates, I got style (cls) files for the following thesis formats. More information can be found on their respective ctan pages.

afthesis, classicthesis, ebsthesis, gatech-thesis, hepthesis, muthesis, psu-thesis, ryethesis, seuthesis, thuthesis, ucdavisthesis, ucthesis, uiucthesis, umich-thesis, umthesis, ut-thesis, uwthesis, york-thesis

My suggestion would be to see which one of these is closest to your university's requirements and then build on that. To search for each of the above theses files, use the following link format: http://www.ctan.org/cgi-bin/filenameSearch.py?filename=afthesis&Search=Search and replace the name appropriately and on the page visit the readme page for more details.

Unofficial (but linked from the Graduate School webpages) thesis template for Tennessee Tech University .

At the moment, the development snapshot is more advanced (automatic generation of front matter pages, ToC and related list page headers), and is nearly ready to be merged back to the stable version. Only 13 commands required for generating a basic thesis (plus any \include commands for your chapters and appendices).

Based off memoir, with hyperref, hypcap, ifthen, indentfirst, listings, memhfixc, nomencl, refcount, rotating, and ted packages required.

I just redid the uclathesis class, and in the process collected (iirc without checking) about a dozen thesis classes from various schools in the US and Europe to look at how others did this or that. In the end I used memoir, and it was pretty simple and straightforward, all in all. The part that took the longest (a day?) was the construction of the frontmatter pages (titlepage, signature page, copyright, vita, dedication, acknowledgements, abstract) which all had to have a special format.

I could email you any or all of these, and, even tho I'm probably not in the same class as many of the latex coders here, I'd be happy to advise you if you need it, since this is an exercise that I just finished.

Illinois Institute of Technology has their thesis class at available from the Graduate College website . A lot of the commands are somewhat nonstandard (for example capitalized \Section commands), so I've been redoing the class file as I work on my thesis. I'll post the result somewhere when the thesis examiner likes it.

The Université de Lorraine (in France), and more specifically the LORIA lab, developped a template that can be easily adapted.

You may find it at http://www.loria.fr/~roegel/TeX/TUL.html , but this page as well as the documentation is in French.

8< = = = = = = = = = = =

Another template was developped by the "association des doctorants de l'IRISA et de l'École doctorale Matisse en informatique, traitement du signal et Ă©lectronique", a french team.

You may find it at http://www.irisa.fr/adoc/WikiWeb/pmwiki.php?n=Main.ModeleLatex

http://github.com/AndreyAkinshin/Russian-Phd-LaTeX-Dissertation-Template

Russian PhD thesis (Candidate of Sciences dissertation) template compatible with national standard (GOST).

NOVAthesis is an active and full featured LaTeX thesis template, designed to be easily accessible to LaTeX beginners. It will do all you need except writing the thesis for you!

The template is multilingual and easily costumizable. It has considerable large user communities at Facebook (use PT or EN) and GitHub (use EN only). There is also a new blog (in PT) about LaTeX and with tips on how to use and configure the novathesis template.

Give it a try
 you won't regret! :)

  • The NOVAthesis template is now an official template at Overleaf , making it trivial to experiment with it. –  João Lourenço Commented Feb 27, 2019 at 3:01

I really like and highly recommend the LaTeX Thesis Template from Matthias Pospiech. It's so huge, it's actually more like a framework, comes with it's own 272 page documentation and is constantly being revised with it's current version from 2018-09-20, compilable with the current TeXlive 2018.

target users This template was developed with all sorts of structured documents in mind that require a good citation and reference framework with a customizable layout. It has so far been used for bachelor, master and phd-thesis as well as the thesis of teachers in their practical year. These theses had all a natural science background, which means that also this template is optimized for the needs of people in natural sciences. Nevertheless it should be easily adaptable to topics in humanities, linguistics or even arts. This template has been used under the supervision of the maintainer by very early beginners and also advanced LaTeX users. The experience was that beginners as well as advanced users are more productive with it because ‘it just works’, while the more advanced users additionally know that they can find all options for later modifications because of the documentation in the code.

You must log in to answer this question.

Not the answer you're looking for browse other questions tagged templates big-list thesis resources repositories ..

  • Featured on Meta
  • Upcoming sign-up experiments related to tags

Hot Network Questions

  • Would a PhD from Europe, Canada, Australia, or New Zealand be accepted in the US?
  • A TCP server which uses one thread to read while writing data with another thread
  • Creating a command to display blackboard font
  • Modify the width of each digit (0, 1, ..., 9) of a TTF font
  • Clear jel to thicken the filling of a key lime pie?
  • Are the complex numbers a graded algebra?
  • What does "the dogs of prescriptivism" mean?
  • Is there a formal proof that points taken at random in a bound area are evenly distributed?
  • Are 1/20 undocumented immigrants married to American citizens?
  • Tiny book about a planet full of man-eating sunflowers
  • Do wererats take falling damage?
  • HTTP: how likely are you to be compromised by using it just once?
  • Isn't it problematic to look at the data to decide to use a parametric vs. non-parametric test?
  • TikZ - diagram of a 1D spin chain
  • A puzzle from YOU to ME ;)
  • Is zip tie a durable way to carry a spare tube on a frame?
  • Personal Loan to a Friend
  • Binary black hole merging condition
  • What type of input is required by a gate driver? The data sheet says 50 A
  • Identifying the order of the output
  • Is the defendant liable for attempted murder when the attempt resulted in the death of an unintended second victim?
  • How fast would unrest spread in the Middle Ages?
  • Numerical approximation of the integral by using data
  • Voronoi mesh of a circular image

thesis latex template reddit

Masters/Doctoral Thesis

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.

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. It is worth reading the Chapter 1 introduction to the thesis to get an idea of what they do.

thesis latex template reddit

This second major version of this template was made by Vel . The thesis style was originally created by Steve R. Gunn and modified into a template by Sunil Patel .

Current Version

v2.5 (August 27, 2017)

This template is licensed under a CC BY-NC-SA 3.0 license. Click here to see what this license means for your use of the template.

Open Template for Free Editing Online

Download template, have a question.

  • Ask a Question at LaTeX.org
  • Report via Email

This page last updated on: August 27, 2017

thesis latex template reddit

LaTeX Templates Information

General enquiries [email protected]

Most templates licensed under CC BY-NC-SA 4.0

LaTeX Templates is developed in New Zealand

© Creodocs Limited. All Rights Reserved.

Templates — Thesis

Templates tagged Thesis

Show all Templates

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.

aauLatexAAUReportTemplate

Related Tags

Get in touch.

Have you checked our knowledge base ?

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

Email: 

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 immediately.

Checkout this short video to see how to easily create and edit new chapters as your thesis develops.

Please read the unofficial quick guide to the template; it contains some tips and suggestions on how to modify certain things.

(Updated 27/08/17)

Template for a Masters or Doctoral Thesis

Quelldateien

Kontaktiere uns.

Hast du dir schon Wissensdatenbank angeschaut?

Anforderung gesendet, danke.

Email: 

Get the Reddit app

Did you actually print it.

I've created a lot of LaTeX documents, however, not printed that much. How often do you had to print a tricky document where you had to enlarge the paper size and placing cut marks in order to get it professionally printed?

IMAGES

  1. Template for LaTeX PhD thesis title page : r/LaTeX

    thesis latex template reddit

  2. Typesetting my Master’s Thesis in LaTeX

    thesis latex template reddit

  3. How to Write a Thesis in LaTeX (Part 1): Basic Structure

    thesis latex template reddit

  4. ucl-latex-thesis-templates/Preamble.tex at master · UCL/ucl-latex

    thesis latex template reddit

  5. How to Write a Thesis in LaTeX (Part 5): Customising Your Title Page

    thesis latex template reddit

  6. Template for LaTeX PhD thesis title page : r/LaTeX

    thesis latex template reddit

VIDEO

  1. Latex Template for Thesis

  2. Beginner’s Guide to Using UTM Thesis LaTex Template

  3. Math Equations in LATEX|SowmyaSuku's Notions

  4. L06: Using the Stellenbosch thesis LaTeX template in Overleaf

  5. Latex Tutorial 6: REFERENCING Citation in Amharic አማርኛ

  6. How to write thesis in LaTeX P1

COMMENTS

  1. I've created a PhD thesis template in LaTeX

    Hello, r/GradSchool 👋. For those of you about to write up but struggling to find a template in LaTeX: I created a minimalist template during my write-up that I'd like to share with the community. You can find it here at my GitHub. Feel free to fork, clone and use as you wish. The readme contains a full explanation of the structure and how ...

  2. I've created a thesis template, feel free to use it and tell ...

    LaTeX is super useful to learn, but I'm wary of using a general thesis template. Most universities (in the US) have their own style manual that they want you to use on top of whatever style you use for your discipline. A lot of them will have templates, but it doesn't hurt to ask the manuscript clearance office if they have any resources.

  3. Best Templates for Master's Thesis : r/LaTeX

    13 votes, 12 comments. I am looking for a template to use for my thesis. I use Overleaf. ... Get the Reddit app Scan this QR code to download the app now. ... I would be absolutely SHOCKED if within one of those places you can't find a LaTeX thesis template floating around.

  4. Dear all; what are some nice dissertation LaTeX templates you ...

    There's a UC Thesis template floating around (just google ucthesis latex), but as of last fall it wasn't up-to-date with the current UC requirements. However, it's pretty easy to edit to make the frontmater look the way you want. Regardless, it will probably take you a while messing around until you get the template to do exactly what you want.

  5. r/LaTeX on Reddit: Template etc. files downloaded from Overleaf and

    I've tried various methods of opening the template .tex, make a template with it, making a new document via that template, registering the directories to latex, etc. In none of these cases will TexStudio find, for example, the .cls file which is referenced with \documentclass on the first line of the .tex template file.

  6. Good thesis template in LaTex? : r/PhD

    Also I'd check other published dissertations for your university to see if there is any trends even if they don't specify anything. here's my main tex file: here's the packages.tex file: bottom=1in, left=1.5in, right=1in, includefoot]{geometry} %showframe]{geometry} backend=bibtex,

  7. thesis latex template : r/PhD

    If you are completely lost, here is my template. \pagenumbering{roman}%page numbers (i, ii, iii, ...) \pagenumbering{arabic}%page numbers (1, 2, 3...) and my custom dissertation.sty is below. It includes some brief comments on what each package does so you can discard anything you don't need.

  8. Thesis template : r/LaTeX

    Thesis template. Hi there. I would like to share a simple repo that I made for students writing their thesis. This is nothing complex or new, just an (I hope) well-organized working document made using other packages. I felt there was a bit of a need for something like that, as many students ask for a simple document to start with, easy to use ...

  9. LaTeX templates for writing a thesis

    The thesis template site mostly just links to available external sites with templates. It provides links to ready-to-go thesis templates of various universities worldwide. There's even a google map for viewing the templates origins on the world map. Besides LaTeX templates there are also LyX thesis templates.

  10. 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 ...

  11. Basic thesis template

    This LaTeX template includes a title page, a declaration, an abstract, acknowledgements, table of contents, list of figures/tables, a dedication, and example chapters and sections. This template was originally published on ShareLaTeX and subsequently moved to Overleaf in November 2019. This Thesis LaTeX template is an ideal starting point for ...

  12. NOVAthesis v7.1.18

    NOVAthesis is an Open Source LaTeX template designed to facilitate the composition of theses, dissertations, and analogous monograph-style documents. With a robust capacity to support more than 20 academic institutions and degrees, it caters to both LaTeX beginners and experts in equal measure. Its user-friendly nature lends itself to those who are new to the platform, while its inherent ...

  13. Are there any good templates for Ph.D. Thesis proposal?

    Hi there! I am grad student in experimental AMO physics, and I need to write and submite a Thesis proposal as a part of the requirements to register as a PhD student at my school.

  14. MIT Thesis Template

    \hypersetup{% pdfsubject={Template for writing MIT theses with the mitthesis class}, % Change this to briefly state topic of your thesis % pdfkeywords={Massachusetts Institute of Technology, MIT}, % Add keywords that will help search engines and libraries to find your work.

  15. Looking for this template! : r/LaTeX

    Hello everyone! There is a PhD influencer (Eleonora Svanberg) who has a very nice CV on her page. But after searching for a while, I cannot find a template similar to the one she uses. The font seems to be something like Microsoft's EucrosiaUPC, but I'm not sure. If anyone knows the template, please let me know!

  16. Cite your Committee Chair/Members? : r/PhD

    The thesis template at my university has a 'statement of contribution of others' at the start of each chapter - so who helped conceptualize, editing, data collection, analysis, funding etc. Yours may have something similar you could include that information in?

  17. LaTeX Templates

    Masters/Doctoral Thesis. 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 ...

  18. Overleaf to texmaker help (Luatex, Windows). : r/LaTeX

    I don't have much time, and just glanced through the template, but my first guess would be that the template is set up to work on Overleaf, but doesn't point to the correct location for the background image locally. Again, this is like 30 seconds of looking so someone else might be able to figure out better, but that's where I would start.

  19. University of Alberta LaTeX Thesis Template

    Abstract. A LaTeX template for the University of Alberta. Compliant with the FGSR (2022) Standards for submitting a thesis, including conversion to PDF/A. Included in my template are examples of how to layout specific element of a thesis, as well as a LaTeX class file that automatically generates the title and prefatory pages, allows for the ...

  20. Templates

    The International University (HCMIU - VNU) Pre-thesis and Thesis LaTeX template is a complete and easy-to-use document class that meets the formatting criteria for academic submissions at International University - Vietnam National University in Ho Chi Minh City. This template has organized sections for the title page, signature page ...

  21. Latex (overleaf) : r/MEPEngineering

    Get the Reddit app Scan this QR code to download the app now. Or check it out in the app stores ... LaTeX - used it for my thesis, haven't used it for anything since although it feels like it would be epic for specs and report templates. Reply reply Top 7% Rank by size . More posts you may like r/civilengineering ...

  22. 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 ...

  23. Did you actually print it? : r/LaTeX

    Update: I did not initially take the question as asking for advice. I took it as asking people to describe their experiences. People should not try to do this the way that I did in the mid 1980s (LaTeX barely existed and DVI was the only output, and we all had read the dangerous bend sections of The TeXbook). Instead use the crop package.