The MIT thesis template in LaTeX

The latex template.

The current MIT thesis template was developed in 2023, using up-to-date LaTeX coding, to meet the current formatting requirements of the MIT Libraries. The title and abstract pages are automatically laid out from information provided by the user. This template includes options to use a variety of fonts, and it is compatible with either pdfTeX or unicode engines such as luaLaTeX. When using LaTeX formats dated November 2022 or later, the resulting pdf file meets the PDF/A-2b archivability standard. A standard TeX Live installation includes all other packages required by the template.

This template was written by John Lienhard at the request of the MIT Libraries.

  • Documentation: Documentation for the template is available in pdf format here .
  • Download: The most current LaTeX files for this template are distributed through the Comprehensive TeX Archive Network (CTAN): https://ctan.org/pkg/mitthesis Download
  • Overleaf.com: A copy of the thesis template is also present in Overleaf.com's template gallery, here . Overleaf includes all the packages in TeX Live, so no additional downloads are needed. Learn more about Overleaf at MIT .

Specifications for MIT theses

The formatting requirements for MIT theses are set by the MIT Libraries, as described at this url: http://libraries.mit.edu/archives/thesis-specs/ . Questions regarding these specifications should be directed to [email protected] .

The original LaTeX 2.09 template was written by Stephen Gildea in the late 1980s (also in CTAN, here ). That template was edited by many later students, leading to the files archived here.

LaTeX has changed greatly since the original MIT thesis template was written. LaTeX 2.09 was replaced by LaTeX2e in 1994. New engines were developed, particularly pdfTeX during the 1990s and Unicode-aware engines in the decades that followed. Many packages and fonts were developed to accompany the original platform, particularly after 2000; and major updates to the LaTeX kernel began in 2018. Over the years, the MIT Libraries have changed the required format several times, especially as electronic thesis submission has become the norm. The original template served MIT well; but by the early 2020s, it was substantially out of date. That situation motivated the creation of this new template.

An academic thesis, also known as a dissertation, is a substantial work produced by a graduate student to communicate their research and earn a degree. A thesis will typically include a review of the current state of research in the field of study followed by a central hypothesis to be investigated. The bulk of the thesis will then focus on the methods and results of the research performed, followed by a discussion on how the results add to the field in general. Theses are long, highly structured and include a lot of advanced document elements.

thesis template for latex

This template is designed for writing books and graduate-level theses and provides numerous examples and documentation to enable complex requirements. The design features a relatively narrow main text column with an adjacent wide margin to house notes, figures, tables, citations and captions.

  • View Template Information

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.

Classicthesis Typographic Thesis

This template has been designed as a homage to the Elements of Typographic Style. As such, it has an air of efficiency and optimal design. It is suitable for any high-level degree thesis such as for a PhD, Masters or Honors. Sections within the thesis are clearly separated in a consistent way, as are sections within each chapter. The default structure of the thesis proceeds in the following order: title page, dedication, abstract, publications, acknowledgements, contents, list of tables/figures/listings, acronyms, content chapters, appendices, bibliography, colophon and declaration.

Maggi Memoir Thesis

This template uses the memoir document class to beautifully typeset a thesis. It is suitable for any high-level degree thesis such as for a PhD, Masters or Honors. The layout of the content is in a thin format to promote easy reading and the template features advanced specification of margins and trimming. The thesis boasts a professional look which is immediately obvious from the title page itself and carries through the design of the rest of the document. Three custom fonts are used in the template to match the design and beautifully display your content.

thesis template for latex

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.

Banner

Overleaf for Scholarly Writing & Publication: LaTeX Theses and Dissertations

  • Reference Managers and Overleaf
  • Adding Graphs, Tables, and Images
  • Using Templates on Overleaf
  • LaTeX Theses and Dissertations

LaTeX Theses and Dissertatons

Tips and tools for writing your LaTeX thesis or dissertation in  Overleaf, including templates, managing references , and getting started guides.

Managing References

BibTeX  is a file format used for lists of references for  LaTeX  documents. Many citation management tools support the ability to export and import lists of references in .bib format. Some reference management tools can generate  BibTeX  files of your library or folders for use in your  LaTeX  documents.

LaTeX on Wikibooks   has a  Bibliography Management  page.

Find list of BibTeX styles available on Overleaf   here

View a video tutorial on how to include a bibliography using BibTeX  here

Collaborate with Overleaf

Collaboration tools

Every project you create has a secret link. Just send it to your co-authors, and they can review, comment and edit. Overleaf synchronizes changes from all authors, so everyone always has the latest version. More advanced tools include protected projects and integration with Git.

Collaborate online and offline with Overleaf and Git

Protected projects with Overleaf Pro

Getting Started with Your Thesis or Dissertation

How to get started writing your thesis in LaTeX

Writing a thesis or dissertation in LaTeX can be challenging, but the end result is well worth it - nothing looks as good as a LaTeX-produced pdf, and for large documents it's a lot easier than fighting with formatting and cross-referencing in MS Word. Review this video from Overleaf to help you get started writing your thesis in LaTeX, using a standard thesis template from the  Overleaf Gallery .

You can  upload your own thesis template to the Overleaf Gallery   if your university provides a set of LaTeX template files or you may find your university's thesis template already in the Overleaf Gallery.

This video assumes you've used LaTeX before and are familiar with the standard commands (see our other  tutorial videos   if not), and focuses on how to work with a large project split over multiple files.

How to Write your Thesis/Dissertation in LaTeX: A Five-Part Guide

Five-Part LaTeX Thesis/Dissertation  Writing Guide

Part 1: Basic Structure   corresponding  video

Part 2: Page Layout   corresponding  video

Part 3: Figures, Subfigures and Tables   corresponding  video

Part 4: Bibliographies with Biblatex  corresponding  video

Part 5: Customizing Your Title Page and Abstract   corresponding  video

Link Your ORCID

Link yo ur  ORCiD  account  to your  Overleaf account  via the  ORCID @ CMU Portal

Open Knowledge Librarian

Profile Photo

  • << Previous: Using Templates on Overleaf
  • Last Updated: Oct 4, 2023 9:31 AM
  • URL: https://guides.library.cmu.edu/overleaf

because LaTeX matters

Writing a thesis in latex.

Writing a thesis is a time-intensive endeavor. Fortunately, using LaTeX, you can focus on the content rather than the formatting of your thesis. The following article summarizes the most important aspects of writing a thesis in LaTeX, providing you with a document skeleton (at the end) and lots of additional tips and tricks.

Document class

The first choice in most cases will be the report document class:

See here for a complete list of options. Personally, I use draft a lot. It replaces figures with a box of the size of the figure. It saves you time generating the document. Furthermore, it will highlight justification and hyphenation errors ( Overfull \hbox ).

Check with your college or university. They may have an official or unofficial template/class-file to be used for writing a thesis.

Again, follow the instructions of your institution if there are any. Otherwise, LaTeX provides a few basic command for the creation of a title page.

maketitle

Use \today as \date argument to automatically generate the current date. Leave it empty in case you don’t want the date to be printed. As shown in the example, the author command can be extended to print several lines.

For a more sophisticated title page, the titlespages package has a nice collection of pre-formatted front pages. For different affiliations use the authblk package, see here for some examples.

Contents (toc/lof/lot)

Nothing special here.

The tocloft package offers great flexibility in formatting contents. See here for a selection of possibilities.

Often, the page numbers are changed to roman for this introductory part of the document and only later, for the actual content, arabic page numbering is used. This can be done by placing the following commands before and after the contents commands respectively.

LaTeX provides the abstract environment which will print “Abstract” centered as a title.

abstract

The actual content

The most important and extensive part is the content. I strongly suggest to split up every chapter into an individual file and load them in the main tex-file.

In thesis.tex:

In chapter1.tex:

This way, you can typeset single chapters or parts of the whole thesis only, by commenting out what you want to exclude. Remember, the document can only be generated from the main file (thesis.tex), since the individual chapters are missing a proper LaTeX document structure.

See here for a discussion on whether to use \input or \include .

Bibliography

The most convenient way is to use a bib-tex file that contains all your references. You can download bibtex items for articles, books, etc. from Google scholar or often directly from the journal websites.

Two packages are commonly used to personalize bibliographies, the newer biblatex and the natbib package, which has been around for many years. These packages offer great flexibility in customizing the look of a bibliography, depending on the preference in the field or the author.

Other commonly used packages

  • graphicx : Indispensable when working with figures/graphs.
  • subfig : Controlling arrangement of several figures (e.g. 2×2 matrix)
  • minitoc : Adds mini table of contents to every chapter
  • nomencl : Generate and format a nomenclature
  • listings : Source code printer for LaTeX
  • babel : Multilingual package for standard document classes
  • fancyhdr : Controlling header and footer
  • hyperref : Hypertext links for LaTeX
  • And many more

Minimal example code

I’m aware that this short post on writing a thesis only covers the very basics of a vast topic. However, it will help you getting started and focussing on the content of your thesis rather than the formatting of the document.

Share this:

16 comments.

' src=

8. June 2012 at 7:09

I would rather recommend a documentclass like memoir or scrreprt (from KOMA-Script), since they are much more flexible than report.

' src=

8. June 2012 at 8:12

I agree, my experience with them is limited though. Thanks for the addendum. Here is the documentation: memoir , scrreprt (KOMA script)

' src=

8. June 2012 at 8:02

Nice post Tom. I’m actually writing a two-part (or three) on Writing the PhD thesis: the tools . Feel free to comment, I hope to update it as I write my thesis, so any suggestions are welcome.

8. June 2012 at 8:05

Thanks for the link. I just saw your post and thought I should really check out git sometimes :-). Best, Tom.

8. June 2012 at 8:10

Yes, git is awesome. It can be a bit overwhelming with all the options and commands, but if you’re just working alone, and probably on several machines, then you can do everything effortlessly with few commands.

11. June 2012 at 2:15

That’s what has kept me so far. But I’ll definitely give it a try. Thanks!

' src=

8. June 2012 at 8:08

What a great overview. Thank you, this will come handy… when I finally get myself to start writing that thesis 🙂

8. June 2012 at 14:12

Thanks and good luck with your thesis! Tom.

' src=

9. June 2012 at 4:08

Hi, I can recommend two important packages: lineno.sty to insert linenumbers (really helpful in the debugging phase) and todonotes (allows you to insert todo-notes for things you still have to do.)

11. June 2012 at 0:48

Thanks Uwe! I wrote an article on both, lineno and todonotes . Here is the documentation: lineno and todonotes for more details.

' src=

12. June 2012 at 15:51

Thanks for the post, i’m currently writing my master thesis 🙂

A small note: it seems that subfig is deprecated for the subcaption package: https://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions#Subfloats

12. June 2012 at 16:05

Hey, thanks for the tip. Too bad they don’t say anything in the documentation apart from the fact that the packages are not compatible.

' src=

1. August 2012 at 21:11

good thesis template can be also found here (free): http://enjobs.org/index.php/downloads2

including living headers, empty pages, two-sided with front and main matter as well as a complete structure

2. August 2012 at 11:03

Thanks for the link to the thesis template!

' src=

15. November 2012 at 22:21

Hi Tom, I’m writing a report on spanish in LaTex, using emacs, auctex, aspell (~170pags. ~70 files included by now) and this blog is my savior every time because I’m quite new with all these.

The question: Is there anyway (other than \- in every occurrence) to define the correct hyphenation for accented words (non english characters like é)? I have three o four accented words, about the subject of my report, that occur near 100 times each, across several files, and the \hyphenation{} command can’t handle these.

20. November 2012 at 3:47

I was wondering what packages you load in your preamble. For a better hyphenation (and easier typing), you should use these packages:

See here for more details.

If this doesn’t help, please provide a minimal working example to illustrate the problem.

Thanks, Tom.

Leave a Reply Cancel reply

Graduate Education

Office of graduate and postdoctoral education, thesis templates.

The following thesis format templates should help you get started with formatting your thesis or dissertation. Georgia Tech provides free Overleaf Professional accounts for all students, faculty, and staff who would like to use the collaborative, online LaTeX editor for their projects.

  • LaTeX Template (.zip) - updated May 2020
  • Featured LaTeX templates on Overleaf
  • Word Thesis Template (.docx) - updated August 2016
  • Georgia Tech Engineering Reference Management System (GTERMS)

LaTeX Resources

  • LaTeX Project
  • Set the Quick Build command configuration to: “PdfLaTeX + Bib(la)tex) + PdfLaTeX (x2) + View Pdf”.
  • Use the Quick Build command to compile and view your .pdf file.
  • If you decide to use a “build” subdirectory for output files, you must point BibTeX to the proper subdirectory.

LaTeX is a powerful text processing and formatting tool that produces clean, consistent results. This high-quality typesetting system is a free service provided by Georgia Tech. It is available on many platforms and can be used with the editor of your choice. LaTeX is the de facto standard for the communication and publication of scientific documents.

Although Graduate Education does not offer direct technical support, Tech does provide help via campus partners such as the Library and Overleaf (online LaTeX editor). Please check the Library events page for courses on LaTex, or contact Overleaf directly.

Many students have also found useful tips for dealing with specific problems by entering keywords such as "LaTeX formatting table captions" in their favorite search engines.

Most Common LaTeX to PDF Problem

The most common problem we see with Electronic Theses & Dissertations (ETDs) created in LaTeX is the altering of the page size, particularly an increase of the bottom margin to more than one inch, and sometimes an accompanying decrease in the top and/or right margins to less than the requisite one inch. Less frequently, there will also be problems with figures disappearing or changing appearance. The sizing error may be introduced inadvertently during the conversion from .dvi to .pdf or .ps when the program doing the converting defaults to the A4 European page size. Always check your PDF file after conversion, even if your source file looked perfect.

The following fixes have been found by your fellow Tech graduate students and passed along to the Graduate Thesis Office. We hope they help you:

  • First, before converting the .tex file to .dvi, make sure the class header file in your .tex file says something like "\documentclass[12pt, letter]{article}".
  • If you are converting the resulting .dvi file to a .ps file, be sure the dvips options specify "-P pdf -t letter".
  • When you are converting to .pdf from either the .dvi file directly or from a .ps file, locate the C:\texmf\dvipdfm\config\config\ or analogous folder for PDFs in your system. Replace the line "p a4" with "p letter".

Check our frequently asked questions (FAQ) to see if your question has already been answered. Else, contact Graduate Education at [email protected] .

Accessibility Information

Download Microsoft Products   >      Download Adobe Reader   >

Banner

Overleaf for LaTeX Theses & Dissertations: Using Templates on Overleaf

  • Using Templates on Overleaf
  • Reference Managers and Overleaf
  • Adding Tables, Images, and Graphs

Start your projects with quality LaTeX templates for journals, theses, dissertations, CVs, resumes, papers, presentations, posters, assignments, letters, project reports, and more.

Getting started

Start with Overleaf templates

Overleaf templates make it easy to get started with all types of projects - from papers and presentations to newsletters, CVs, and much more! It's also a great way to learn LaTeX and produce professional looking projects quickly.

Follow Us for More

New templates are added all the time. Follow us on Twitter for the highlights!

Find templates on Overleaf

Visit our thesis template gallery

thesis template for latex

Make your own templates on Overleaf

Upload or create templates for assignments, presentations, theses, posters, and student/faculty journals for your institution. Just create it as a project on Overleaf and use the publish menu.

thesis template for latex

Begin Your Work Using the Official 'University' Thesis Template on Overleaf

(If your University has an official thesis template published on Overleaf, you can customize this box accordingly with a link to the template)

Write your thesis using the official ' Name of University goes here ' thesis template

Find your University's template on Overleaf here ( insert link to official LaTeX thesis template on Overleaf Gallery or custom Overleaf institutional portal template page ).

  • << Previous: Home
  • Next: Reference Managers and Overleaf >>
  • Last Updated: May 18, 2021 1:57 PM
  • URL: https://overleaf.libguides.com/Thesis

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.

MSU Libraries

  • Need help? Ask a Librarian
  • Writing in LaTeX
  • Managing Citations in LaTeX
  • Creating Accessible LaTeX Documents
  • Additional Help

Where to find LaTeX templates

Thesis templates.

Different LaTex templates can be used to change the structure and design of your LaTex documents. For example, there are templates available to create resumes, cv's, articles, theses, and other types of documents. Both Overleaf and Authorea allow you to search for templates shared on their platform. When writing an article for publication, you can also often find LaTex templates for specific publications on the publishers webiste or by contacting them.

Here are some of the places you can find freely available templates:

  • Overleaf Templates Search interface for LaTeX templates on Overleaf.
  • Authorea Templates Featured templates on Authorea including journal and publisher provided templates.
  • Comprehesive TeX Archive Network Site for user uploaded TeX templates. Most packages are free to download. This is a good resource for anyone running TeX locally on their computer.
  • General thesis template
  • << Previous: Additional Help
  • Last Updated: Oct 14, 2022 7:57 PM
  • URL: https://libguides.lib.msu.edu/latex

Typesetting (1400x200)

SDSU's Coronavirus (COVID-19) Response

Master's thesis latex template.

"LaTeX is a document preparation system. When writing, the writer uses plain text as opposed to the formatted text found in WYSIWYG ("what  you see is what you get") word processors. The writer uses markup tagging conventions to define the general structure of a document (such as article, book, letter, or thesis), to stylise text throughout a document (such as bold and italics), and to add citations and cross-references. A TeX distribution such as TeX Live or MikTeX is used to produce an output file (such as PDF or DVI) suitable for printing or digital distribution. Within the typesetting system, its name is stylised as L a T e X ." — Adopted from Wikipedia. ( https://en.wikipedia.org/wiki/LaTeX )

  • Linux/Unix — sdsu-thesis-latex.tar.gz
  • Windows — sdsu-thesis-latex.zip
  • Note: The generated sample pdf is available because many people asked for it, not because it is a good idea to use it as a reference. The style file and sample LaTeX document contain instructions and comments on why/how certain things were done in a certain way...
  • Note: Official Unofficial Guide for Thesis Chairs
  • Note: Official LaTeX format approval form; this is an official SDSU form — Do Not Edit .
  • Peter Blomgren ( [email protected] , webpage ) reviews LaTeX theses for the Department of Mathematics and Statistics; the Department of Computer Science; and the Computational Sciences program; thus bypassing the review by Montezuma Publishing
  • Fedora >> sudo yum install texlive* texmaker
  • Ubuntu — help/community/LaTeX
  • Texmaker (editor, recommended)
  • TeX Live (LaTeX distribution)
  • MiKTeX (LaTeX distribution)
  • Overleaf (Tested)
  • Typeset.io (Untested, Looks Promising)
  • Session 1 (February 23, 1981)
  • Session 2 (February 24, 1981)
  • Session 3 (February 25, 1981)
  • Session 4 (February 26, 1981)
  • Session 5 (February 27, 1981)
  • More Donald Knuth Lectures
  • LaTeX Graphics Blog
  • Wikibooks: LaTeX/Introduction
  • TeX Resources: LaTeX Matters
  • LaTeX Templates for FUTURE reference; DO NOT use for your thesis.
  • LaTeX Tables Generator
  • LMGTFY: More LaTeX Resources

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

A LaTeX template for Bachelor and Master thesis

mbredel/thesis-template

Folders and files, repository files navigation, a thesis latex-template.

This LaTeX-template might be used to write a bachelor or master thesis at the Computer Science department at h_da University of Applied Sciences in Darmstadt. It is based on the fabulous ClassicThesis style template of Andre Miedé . It is adapted to the current style guide for bachelor and master theses in the computer science department of h_da, as outlined in Empfehlungen zur Erstellung wissenschaftlicher Abschlussarbeiten

Table of contents

Two-sided vs. one-sided, bibliographies, table of content, figures, tables, listings, and acronyms, personal data, classicthesis-config.tex, writing abstracts, adding content, changing the citation style, compiling the latex source code, using docker, known issues, configuration.

The LaTeX template can be modified and configured easily using a very limited number of files, namely classicthesis-config.tex , hdathesis-config.tex , and thesis.tex . Only use these three files to modify your LaTeX thesis. Please DO NOT modify the actual LaTeX code for your thesis (as this becomes quite complex and consumes a lot of time). Please find a brief description of the various configuration options below:

The thesis.tex file contains the basic structure and all the chapter-files that contain the actual content of your thesis. Thus, you have to modify this file in order to configure some basic stuff like the language of your thesis. The subsequent section "Adding content" explains how to add content.

The default output of the LaTeX thesis template is a single-sided style that also has to be printed that way. In case you want to print two-sided, you have to add the twoside option in the \documentclass definition at line 35:

You may also adapt the paper size ( paper=a4 ) and the font size ( fontsize=11 ) if necessary.

By default all bibliographies that can be referenced in the thesis are put into the bibliography.bib file in the root directory of the LaTeX sources. However, if you want to use additional bibliography files, you may add them to the bibliograph section (starting at line 47) in thesis.tex

The default language of your thesis is German. If you want to switch to English, you have to modify the language selection from ngerman to american at line 63.

While this thesis template supports umlauts, i.e. ÄÖÜäöüß, in the main text of the thesis, there are some issues regarding umlauts on the title page (configured in the personal data at hdathesis-config.tex ). Please see the umlauts section for further details and possible solutions.

By default, the thesis templates prints a lot of table of content, i.e. for figures, tables, listings, and acronyms. You may want to remove such tables if you only have a very limited number, i.e. less than 3-5, of figures, tables, listings, and acronyms. Simply comment the related line in thesis.tex starting at line 81.

hdathesis-config.tex

The hdathesis-config.tex -file allows to configure the usual stuff needed for a thesis at h_da. Namely, you can configure the title of your thesis, your name, the names of your supervisors, dates, etc. Thus, you MUST touch this file and configure it accordingly.

This is where you have to place all the personal stuff of your thesis, starting at line 7.

This thesis template supports German umlauts in the main text. However, if you need umlauts on the title page, say in your title, your name, and your professor's name, you have to use the native LaTeX way of writing umlauts. Please see the following table:

To write the Title "TOR - Schießen mit Füßen" you have to write "TOR - Schie{\ss}en mit F{"u}{\ss}en".

The classicthesis-config.tex -file allows you to configure stuff that comes with the classic-thesis style, like LaTeX packages used by classic thesis. This is quite advanced stuff already. Thus, you should touch this file only if you know what you are doing. Usually, you can leave the file as it is.

In the following, we explain how to actually use, i.e. add content and compile, the thesis template to create a nice and shiny PDF file that will please your supervisor.

Every thesis has to have two abstracts; one in German and one in English. Thus, there are two abstract files included in the thesis.tex -file. Boths files, called AbstractDE.tex for the German abstract and AbstractEN.tex for the English abstract, are located in the ./frontbackmatter/ directory.

You have to modify both these files and place your abstract text in AbstractDE.tex and AbstractEN.tex respectively.

By default, the thesis template, i.e. the thesis.tex -file, contains (includes) some default content files for chapters and appendix from the ./chapters/examples/ -directory (starting a line 94). You have to remove those includes and include your own files. Please note that it is best practice to put all your content in separate files.

You may also want to have a look at the part(...) section at line 93 and 103. You may want to change the titles of the part(...) -sections. Alternatively, you remove the part(...) section and the corresponding cleardoublepage the line before.

By default, this template uses the IEEE Alphabetic style for citatons. The IEEE citation style includes in-text citations in square brackets, which refer to the full citation listed in the reference list at the end of the paper. The reference list is organized alphabetically.

However, if you prefer to uses the old IEEE Numeric style for citations you can do so. To this end, you have to change lines 90 and 91 of classicthesis-config.tex :

You may compile the hda-thesis template using the pdflatex and the bibtex command. In addition, the thesis template repository contains a Makefile that allows you to compile the thesis template using the make tool available on most Unix and Linux systems. Simply type:

to compile the LaTeX code into a PDF-file. Moreover, you may use

to remove all temporary files, which are produced during the compilation process. Finally,

generates a bz2-package file, which contains all the source files of your LaTeX code. In case you need to create a PDF-version with embedded fonts you may use

The h_da thesis template ships with two Dockerfiles that create Docker container used to compile the LaTeX code. One container - built by the Dockerfile.ci Docker file - is used by the CI to compile the thesis template and check its integrity at every commit. The other one - created by the Dockerfile.local Docker file - might be used to build the Docker container that allows to compile the LaTeX code on your local machine without the need to install any LaTeX files.

In order to build the Docker image you have to type the following command:

Creating the image requires a working (and hopefully fast) Internet connection. It may take several minutes to download the required base-images as well as all needed dependencies. You only have to create the image once. Once the image is created, you can run the Docker container by running the following command

inside the root directory containing the LaTeX code. The command mounts the current directory into the Docker container, runs the "publish" make target, and thus compiles the LaTeX code into a PDF file. Finally, the command removes the container again, as it is not needed anymore. You may re-compile the LaTeX code by re-running the "docker run ..." command again.

For more information on Docker, please take a look at the Docker documentation .

  • It has not been tested for MiKTeX and MacTeX yet. Any input on these LaTeX distributions is very welcome.
  • The LaTeX template only supports bachelor theses (by default)
  • The thesis only supports German and (American) English

The h_da computer science department LaTeX thesis template is licenced under GPL v3.0

Acknowledgements

  • Many thanks to Sebastian Jung for his hints on the local Docker approach for compiling the LaTeX code.

Contributors 9

  • Makefile 1.7%

Florida State University

FSU | The Graduate School

Main navigation Pulldown

The graduate school.

  • Current Students
  • Thesis, Treatise, and Dissertation

Templates & Formatting Assistance

Formatting templates.

Manuscript Clearance provides templates for both Word and LaTeX into which students can type their text directly and that are formatted according to FSU requirements. The main elements in the three templates are the same, but the layout of the Table of Contents is different. You can select a Table of Contents that lists only the main section headings (which is all The Graduate School requires) or one that also lists subheadings, either numbered or unnumbered. 

Please note that these templates are created with general formatting requirements. Specific items such as chapter titles, the number of chapters you include and the content of those chapters is not dictated by The Graduate School.

Word Templates for FSU's ETDs

Latex template for fsu's etds.

This template is for use by students who prefer to use LaTeX for their manuscript. Manuscript Clearance staff are unable to assist with issues arising in LaTeX, but students are encouraged to review the User Guide and other materials in the Help section of the following website. 

Click here to visit the LaTeX ETD template website.

Formatting assistance.

Manuscript Clearance also provides a number of step-by-step instructions to assist students with common formatting issues. Please review the topics in the list below for assistance.

UZH/USZ Habilitation Template (new regulations 2020)

This template follows the habilitation regulations of the Medical Faculty of the University of Zurich (UZH) as of May 10th, 2024 as found at: https://www.med.uzh.ch/de/Habilitation.html

To start using the template, read the file "README.tex". This will make things much easier for you.

The template is provided "as-is". No warranties are given.

UZH/USZ Habilitation Template (new regulations 2020)

Code source

Get in touch.

Avez-vous consulté notre Base de connaissances ?

Message envoyé ! Notre équipe va l’examiner et vous répondre par courriel.

Email: 

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.

Dissertation Report Template (CS-BHU)

Related Tags

Get in touch.

Have you checked our knowledge base ?

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

Email: 

IMAGES

  1. (PDF) A SIMPLE & CONFIGURABLE LaTex PhD THESIS TEMPLATE

    thesis template for latex

  2. LaTeX Templates

    thesis template for latex

  3. Latex Template For A Research Paper : Differences between cv and resume

    thesis template for latex

  4. Latex Thesis Template For Concordia University Students

    thesis template for latex

  5. SPhdThesis: A Latex template for writing PhD Thesis

    thesis template for latex

  6. iitm phd thesis latex template

    thesis template for latex

VIDEO

  1. 2) بداية مع لاتك

  2. How to write thesis in LaTeX P1

  3. Research paper writing using LaTeX Overleaf

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

  5. Latex Thesis Report Template (BracU)

  6. Introduction for writing a Thesis documents using LaTeX *Full Tutorial*

COMMENTS

  1. Basic thesis template

    This Thesis LaTeX template is an ideal starting point for writing your PhD thesis, masters dissertation or final year project. The style is appropriate for most universities, and can be easily customised. This LaTeX template includes a title page, a declaration, an abstract, acknowledgements, table of contents, list of figures/tables, a ...

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

  3. The MIT thesis template in LaTeX

    The LaTeX template. The current MIT thesis template was developed in 2023, using up-to-date LaTeX coding, to meet the current formatting requirements of the MIT Libraries. The title and abstract pages are automatically laid out from information provided by the user. This template includes options to use a variety of fonts, and it is compatible ...

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

  5. LibGuides: Overleaf for LaTeX Theses & Dissertations: Home

    Review this video from Overleaf to help you get started writing your thesis in LaTeX, using a standard thesis template from the Overleaf Gallery. You can upload your own thesis template to the Overleaf Gallery if your university provides a set of LaTeX template files or you may find your university's thesis template already in the Overleaf Gallery.

  6. LaTeX Templates

    This template uses the memoir document class to beautifully typeset a thesis. It is suitable for any high-level degree thesis such as for a PhD, Masters or Honors. The layout of the content is in a thin format to promote easy reading and the template features advanced specification of margins and trimming. The thesis boasts a professional look ...

  7. GitHub

    The "novathesis" LaTeX template is an Open Source project for writing thesis, dissertations, and other monograph-like documents, which…. Is very easy to use for the LaTeX beginners: Just select the School, provide the cover info, your chapters with text… and you're done! Is flexible and adaptable for the LaTeX experts:

  8. LaTeX Theses and Dissertations

    Review this video from Overleaf to help you get started writing your thesis in LaTeX, using a standard thesis template from the Overleaf Gallery. You can upload your own thesis template to the Overleaf Gallery if your university provides a set of LaTeX template files or you may find your university's thesis template already in the Overleaf Gallery.

  9. Writing a thesis in LaTeX

    The following article summarizes the most important aspects of writing a thesis in LaTeX, providing you with a document skeleton (at the end) and lots of additional tips and tricks. Document class. The first choice in most cases will be the report document class: 1. \documentclass[options]{report} See here for a complete list of options.

  10. Gallery

    Some graduate students in our lab have submitted their thesis to NYCU library with this template. This template supports English TOC & 中文目錄. You can change this by uncommenting a command. KUN-RU WU. Unofficial La Trobe University Template. This thesis is based on the classic thesis template made by André Miede (https://bitbucket.org ...

  11. Thesis Templates

    The following thesis format templates should help you get started with formatting your thesis or dissertation. Georgia Tech provides free Overleaf Professional accounts for all students, faculty, and staff who would like to use the collaborative, online LaTeX editor for their projects. Templates. LaTeX Template (.zip) - updated May 2020;

  12. Using Templates on Overleaf

    (If your University has an official thesis template published on Overleaf, you can customize this box accordingly with a link to the template) Write your thesis using the official 'Name of University goes here' thesis template Find your University's template on Overleaf here (insert link to official LaTeX thesis template on Overleaf Gallery or custom Overleaf institutional portal template page).

  13. Templates

    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 ... Thesis Template 2024. Editable template of the Master's thesis formatting. PDF Thesis Template 2024. Word: Dissertation Template 2024. Editable template ...

  14. LaTeX Templates

    Where to find LaTeX templates. Different LaTex templates can be used to change the structure and design of your LaTex documents. For example, there are templates available to create resumes, cv's, articles, theses, and other types of documents. Both Overleaf and Authorea allow you to search for templates shared on their platform.

  15. LaTeX templates and instructions for theses, dissertations, and records

    Texas A&M's Thesis and Dissertation Services provides you with the resources you need to successfully navigate the thesis or dissertation process, from pre- submission to clearance for graduation. ... LaTeX templates and instructions for theses, dissertations, and records of study; Knowledge Center - Thesis & Dissertation Templates.

  16. tuna/thuthesis: LaTeX Thesis Template for Tsinghua University

    ThuThesis is an abbreviation of Tsinghua University Thesis LaTeX Template. This package establishes a simple and easy-to-use LaTeX template for Tsinghua dissertations, including general undergraduate research papers, masters theses, doctoral dissertations, and postdoctoral reports. An English translation of this README follows the Chinese below.

  17. Master's Thesis LaTeX Template

    Master's Thesis LaTeX Template "LaTeX is a document preparation system. When writing, the writer uses plain text as opposed to the formatted text found in WYSIWYG ("what you see is what you get") word processors. The writer uses markup tagging conventions to define the general structure of a document (such as article, book, letter, or thesis ...

  18. PhD Thesis and Dissertation LaTeX Templates for Harvard ...

    Dissertate provides a beautiful LaTeX template for a thesis or dissertation. This template has been uploaded into Overleaf so you can get started simply by clicking the button above. It currently provides everything needed to support the production and typesetting of a PhD dissertation at Harvard, Princeton, and NYU.

  19. GitHub

    A thesis LaTeX-template. This LaTeX-template might be used to write a bachelor or master thesis at the Computer Science department at h_da University of Applied Sciences in Darmstadt. It is based on the fabulous ClassicThesis style template of Andre Miedé. It is adapted to the current style guide for bachelor and master theses in the computer ...

  20. Hagenberg Thesis Document Collection

    Download Hagenberg Thesis Document Collection for free. Hagenberg LaTeX Thesis Template. This is a collection of modern LaTeX classes, style files, and example documents for authoring Bachelor, Master, or Diploma theses and related academic manuscripts in English and German. Pre-configured English and German documents are available, easy to use even for LaTeX beginners, and compatible with ...

  21. Templates & Formatting Assistance

    Formatting Templates Manuscript Clearance provides templates for both Word and LaTeX into which students can type their text directly and that are formatted according to FSU requirements. The main elements in the three templates are the same, but the layout of the Table of Contents is different. You can select a Table of Contents that lists only the main section headings (which is all The ...

  22. How to get started writing your thesis in LaTeX

    Here we provide a guide to getting started on writing your thesis in LaTeX, using a standard template which is pre-loaded into Overleaf. We have a large number of thesis templates in our online library, and you can upload your own if your university provides a set of LaTeX template files. We'll assume you've used LaTeX before and so are ...

  23. UZH/USZ Habilitation Template (new regulations 2020)

    % - Recheck the layout of the compiled document after changing this % parameter! \def\bindingCorrection{0mm} % Show lists (true/fals) after the Table of Contents: % - The list of original articles will always be shown, % as it is an integral part of the thesis. \def\showListOfFigures{true} \def\showListOfTables{false} \def\showListOfAcronyms ...

  24. Templates

    This is a non-official MS Thesis Template for NYU Tandon. Following the most recent guidelines of 2023, I updated the NYU PhD Dissertation template to match the MS Thesis Guidelines. Produce beautiful documents starting from our gallery of LaTeX templates for journals, conferences, theses, reports, CVs and much more.