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.

  • Download The most current LaTeX files for this template are distributed through the Comprehensive TeX Archive Network (CTAN): https://ctan.org/pkg/mitthesis
  • Documentation Documentation for the template in pdf format Documentation: here . -->
  • Gallery of fonts Sample theses in the font sets defined by the template. Gallery of fonts: here . -->
  • Sample title pages Sample title pages for various combinations of authors and degrees. Sample title pages: are here . -->
  • Overleaf The template is also in Overleaf.com's template gallery. Overleaf.com: , here .--> Learn more about Overleaf at MIT .

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

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.

Carnegie Mellon University Libraries

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

A LaTeX template for thesis, dissertations and similar monograph-like documents

View the Project on GitHub joaomlourenco/novathesis

  • Download ZIP File
  • Download TAR Ball
  • View On GitHub

GitHub Workflow Status (with branch)

With a Local LaTeX Installation

With a remote cloud-based service, problems and difficulties, suggestions, bugs and feature requests, word templates.

Star History Chart

If you choose to use this project, please:

  • Give it a star by clicking the (⭐️) at the top right of the project’s page .
  • Make a small donation ( pay me a beer! )
  • Cite the NOVAthesis manual in your thesis/dissertation (e.g., in the acknowledgments) with \cite{novathesis-manual} (the correct bibliographic reference will be added automatically).

The “ novathesis ” LaTeX template is an Open Source project for writing thesis, dissertations, and other monograph-like documents, which…

  • Just select the School, provide the cover info, your chapters with text… and you’re done!
  • It’s LaTeX! What would you expect?! 😉
  • E.g., multiple chapter styles, multiple font styles, automatic book spine generation, …
  • Currently supports +20 Schools, drawing the covers and typesetting the text according to the rules of each School.

This work is licensed under the LaTeX Project Public License v1.3c. To view a copy of this license, visit the LaTeX project public license .

Getting Started

See below for alternatives to a local LaTeX installation

See “ minimal installation ” for instructions on how to build/use a minimal installation of LaTeX (<100 MB vs. 5GB for tex-live), which is just enough to compile the template successfully

  • Windows: install TeX-Live or MikTeX .
  • Linux: install TeX-Live or MikTeX .
  • macOS: install MacTeX (a macOS version of TeX-Live ) or MikTeX .
  • Cloning the GitHub repository with git clone --depth=1 https://github.com/joaomlourenco/novathesis.git ; or
  • Downloading the latest version from the GitHub repository as a Zip file
  • The main file is named “ template.tex ”.
  • Either load it in your favorite LaTeX text editor or compile it in the terminal with latexmk -shell-escape -file-line-error -pdf template . If you use a LaTeX text editor, please notice that the NOVAthesis template uses biber and not bibtex to process the bibliography, which means that most probably you have to open the Editor Preferences and somewhere (depends on the Editor) change bibtex to biber .
  • If Murphy is elsewhere, LaTeX will create the file “ template.pdf ”, which you may open with your favorite PDF viewer.
  • Edit the files in the “ Config ” folder:
File Contents
Options specific for the package.
Configure the template, i.e., the document type, the school, the used languages, etc.
Configure the lists to be printed (table of contents, list of figures, list of tables, list of listings, etc).
   
Configuration specific to
Configuration specific to
Configuration specific to
Configuration specific to
Configuration specific to (all schools)
  • See 3. above.
  • You’re done with a beautifully formatted thesis/dissertation! 😃

See above for using a local installation of LaTeX

NOVAthesis v6.10.10 is available as an Overleaf template . Just select open as template and follow from step 3 above !

  • Download the latest version from the GitHub repository as a Zip file .
  • Login to your favorite LaTeX cloud service. I recommend Overleaf but there are alternatives (these instructions apply to Overleaf and you’ll have to adapt for other providers).
  • In the menu select New project -> Upload project
  • Upload the zip with all the “novathesis” files.
  • Select “ template.tex ” as the main file.
  • Follow from step 3 above

image

  • Install LaTeX in your computer and use a the template locally !
  • Opt for a hassle free solution and buy a (student) plan in Overleaf .

Getting Help

Check the wiki and have some hope! :smile:

If you couldn’t find what you were looking for, ask for help in:

  • The GitHub Discussions page (only EN please) at https://github.com/joaomlourenco/novathesis/discussions.
  • The Facebook page (PT or EN) at https://www.facebook.com/groups/novathesis.
  • The Reddit novathesis community at r/novathesis .
  • You may also give a look at the novathesis blog at https://novathesis.blogspot.pt .

Please don’t try to contact me directly for questions or support, by email or any other channel! I will not answer such requests… The GitHub Discussions page and the Facebook page are the right places to ask for help and support!

  • Do you have a suggestion? Please add it to the wiki and help other users!
  • Did you find a bug? Please open an issue . Thanks!
  • Would you like to request a new feature (or support of a new School)? Please open an issue . Thanks!

List of Supported Schools

  • NOVA School for Science and Technology (FCT-NOVA)
  • PhD in Information Management
  • Master in Geographical Information Systems and Science
  • Master in Statistics and Information Management
  • Master in Information Management
  • Master in Geospatial Technologies
  • Master in Data Science and Advanced Analytics
  • Masters in Geospatial Technologies
  • National School of Public Heath (ENSP-NOVA)
  • Faculdade de Ciências Humanas e Sociais (FCSH-NOVA)
  • Instituto de Tecnologia Química e Biologica Antonio Xavier (ITQB-NOVA)
  • Instituto Superior Técnico (IST-ULISBOA)
  • Faculdade de Ciências (FC-ULISBOA)
  • Faculdade de Medicina Veterinária (FMV-ULISBOA)
  • Escola de Arquitetura (EA-UMIMHO)
  • Escola de Ciências (EC-UMIMHO)
  • Escola de Direito (ED-UMIMHO)
  • Escola de Economia e Gestão (EEG-UMIMHO)
  • Escolha de Engenharia (EE-UMIMHO)
  • Escola de Medicina (EM-UMIMHO)
  • Escola de Psicologia (EP-UMIMHO)
  • Escola Superior de Enfermagem (ESE-UMIMHO)
  • Instituto de Ciências Sociais (ICS-UMIMHO)
  • Instituto de Educação (IE-UMIMHO)
  • Instituto de Letras e Ciências Humanas (ILCH-UMIMHO)
  • Instituto de Investigação em Biomateriais, Biodegradáveis e Biomiméticos (I3Bs-UMIMHO)

Departamento de Engenharia Informática e Sistemas de Informação (ULHT-DEISI)

<!– * ISCTE – Instituto Universitário de Lisboa

Escola de Tecnologia e Arquitectura (ETA-ISCTE-IUL) NOTE: this template is outdated (there are new covers/specifications) –>

  • Instituto Superior de Engenharia de Lisboa (ISEL-IPL)

Instituto Politécnico de Setúbal

  • Escola Superior de Tecnologia do Barreiro (ESTB-IPS)
  • Escola Superior de Enfermagem do Porto (ESEP)

Although the template goes far beyond the cover… some covers from the supported schools are is display below.

These are not official templates for FCT-NOVA nor any other School, although we have done our best to make it fully compliant to each School regulations for thesis/dissertation presentation.

All contributors , both sporadic and regular, are welcome. :) Please contact me to join the team.

If you are here looking for the (deprecated) Word templates (not maintained anymore), please go to this other repository .

LaTeX Resources for Graduate Students: Formatting of theses and dissertations

  • BibTeX reference format
  • BibTeX command
  • LaTeX bibliography file
  • LaTeX editors and compilers
  • Sample LaTeX file with bibliography
  • Sample LaTeX file without bibliography
  • Formatting of theses and dissertations

Formatting and structure

The Cornell Graduate School has become increasingly flexible about the formatting of theses and dissertations.  There now are only seven core requirements . For the structure of theses and dissertations here is a list of required and recommended sections .

Latex template

Among the available thesis and dissertation templates provided by the Graduate School is also a LaTeX template (ZIP archive). This template has been uploaded to Overleaf and placed in the Cornell template directory . This template contains a small fix to avoid an error message about \ifpdf .

  • << Previous: Sample LaTeX file without bibliography
  • Last Updated: Oct 25, 2022 5:12 PM
  • URL: https://guides.library.cornell.edu/latex

Banner

Overleaf for LaTeX Theses & Dissertations: Home

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

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

  • One version of your project accessible to collaborators via a shared link or email invitation
  • Easily select the level of access for collaborators (view, edit, or owner access)
  • Real-time commenting speeds up the review process
  • Tracked changes and full history view help to see contributions from collaborators
  • Labels help to organize and compare different versions
  • Chat in real time with collaborators right within the project

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 other tutorial videos  if not), and focuses on how to work with a large project split over multiple files.

Add Institutional Library contact info here.

Contact Overleaf   or email [email protected]

5-part Guide on How to Write a Thesis in LaTeX

5-part LaTeX Thesis 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 ID

Link your ORCiD account to your Overleaf account.

See Overleaf news   on  our blog.

  • Next: Using Templates on Overleaf >>
  • Last Updated: Aug 20, 2024 5:29 PM
  • URL: https://overleaf.libguides.com/Thesis

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.

dissertation template latex sample tex

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.

dissertation template latex sample tex

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.

[ANT logo]

USCthesis - a LaTeX style for theses and dissertations at USC

USCthesis provides a LaTeX style package for writing your thesis, dissertation, or thesis proposal at the University of Southern California (USC), based on the USC Graduate School Thesis and Dissertation Formatting Guidelines.

A public git repository is at https://github.com/cardi/USCthesis

Updated to the latest formatting guidelines.

This style has floated around and evolved informally across students and departments. See the other templates that exist for other versions.

See paper.tex and paper.pdf for an example thesis.

Use make to compile the paper. Requires latexmk .

The full changelog can be found inside USCthesis.sty .

known issues

  • has not been tested with thesis proposals

other templates

  • rudazhang/USCthesis
  • USC Graduate School: Manuscript Formatting and Documentation Styles

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.

Examples of simple beautiful PhD theses

Please share the simplest, most beautiful PhD / master's theses you've ever seen. Looking for ideas for layout (medicine). Source code appreciated.

  • book-design
  • lyx-layouts

Mark Boulder's user avatar

  • 2 Should this be community-wiki? –  Sean Allred Commented Mar 8, 2014 at 3:11
  • 4 You can find some theses between answers to Showcase of beautiful ... –  Ignasi Commented Mar 8, 2014 at 6:58
  • 6 IMHO beauty is in the eye of the beholder. :) I strongly believe this question would be better off merged in the showcase thread indicated by Ignasi than standing as a question on its own. Note that many universities have strict policies on how a thesis should look, so at the end of the day you are stuck with their requirements. –  Paulo Cereda Commented Mar 8, 2014 at 11:56

3 Answers 3

Aaron Turon created a beautiful thesis . His colophon:

This document was typeset using LATEX, with a mixture of classicthesis developed by André Miede and tufte-latex, which is based on Edward Tufte’s Beautiful Evidence. The bibliography was processed by Biblatex. Robert Slimbach’s Minion Pro acts as both the text and display type-face. Sans-serif text is typeset in Slimbach and Carol Twombly’s Myriad Pro; monospaced text uses Jim Lyles’s Bitstream Vera Mono (“Bera Mono”). Donald Knuth’s Computer Modern is used throughout, but I’m not saying where.

Community's user avatar

  • 24 It would be nice to have the sources. –  Heiko Oberdiek Commented Sep 29, 2015 at 19:55
  • 1 Is the .tex file anywhere? –  Damian Commented Nov 6, 2017 at 23:20
  • I wrote him an email asking for it, but did not get an answer. Thus, I tried to rebuild his thesis template for my own and will make it available, once I finished writing (hopefully soonish). –  asante Commented Jul 24, 2019 at 17:38
  • 2 @burningfuses I'm not finished with writing my thesis, but an (almost finished) draft is available here: github.com/pfasante/phd_thesis -- disclaimer: the template is most certainly not well written and can use some improvements, but I'm not experienced with writing latex packages at all. So I'm happy about all feedback. –  asante Commented Aug 7, 2019 at 17:11
  • 1 @asante Thanks a lot! I'll try to fix any problems I might encounter. –  burningfuses Commented Aug 8, 2019 at 18:09

The Maggi Memoir Thesis Template is very nice, originally by Federico Maggi. It is a double sided, thin layout that includes index, acronyms, and custom picked fonts.

There seem to be relatively few truly beautiful templates for theses out there, probably because the formatting requirements that most are created to follow simply weren't designed with good looks in mind. I know that was true of my school's requirements. Many are simply Word templates that have been transitioned to LaTeX.

Maggi Memoir Thesis Title Page:

Maggi Memoir Thesis Title Page

  • is maggi memori thesis for book printing? if so what size book could be printed based on the template? –  Strangelove Commented Dec 30, 2014 at 17:04

Just to add to cslstr 's answer, you might want to take a look to the other templates found on LaTeX Templates (besides the Maggi Memoir Thesis Template).

Other good resources with ready-made templates include:

  • ShareLaTeX , which has a "mixed bag" of templates.
  • Thesis-Template , which has various templates from Universities worldwide.
  • UK-TUG , which has templates from some UK Universities.

A lot of contributions can also be found on CTAN .

I agree that "beauty is in the eye of the beholder", so probably you should pick one you like by yourself. Besides, as it has been mentioned, at the end of the day you'll have to abide to your University's standard.

han-tyumi's user avatar

You must log in to answer this question.

Not the answer you're looking for browse other questions tagged memoir book-design lyx-layouts ..

  • The Overflow Blog
  • The creator of Jenkins discusses CI/CD and balancing business with open source
  • The evolution of full stack engineers
  • Featured on Meta
  • Bringing clarity to status tag usage on meta sites
  • Join Stack Overflow’s CEO and me for the first Stack IRL Community Event in...

Hot Network Questions

  • Why does my LED bulb light up dimly when I touch it?
  • Circuit that turns two LEDs off/on depending on switch
  • I want to be a observational astronomer, but have no idea where to start
  • Radial distribution of ideal gas in a cylinder
  • Is this map real?
  • Why do "modern" languages not provide argv and exit code in main?
  • Correct anonymization of submission using Latex
  • How to truncate text in latex?
  • How to clean a female disconnect spade connector
  • Is there a way to prove ownership of church land?
  • Mistake on car insurance policy about use of car (commuting/social)
  • `uname -r` shows kernel marked as `vmlinuz.old` in `/boot` partition
  • What's the best format or way to generate a short-lived access token?
  • Flats on gravel with GP5000 - what am I doing wrong?
  • How many color information loss if I iterate all hue and value while keep saturation constant?
  • What do these expressions mean in NASA's Steve Stitch's brief Starliner undocking statement?
  • Switching x-axis and z-axis To appear instead of each other
  • Is the white man at the other side of the Joliba river a historically identifiable person?
  • Finding nearest edge from face center
  • Are all pass filters stable?
  • Are there many more verbs like 'abflauen' where the basic infinitive 'flauen' does not exist?
  • Generating function for A300483 (related to Chebyshev polynomial of first kind)
  • Are there carbon fiber wing spar pins?
  • What is the missing fifth of the missing fifths?

dissertation template latex sample tex

Preparing Your Ph.D. Dissertation Using LaTeX

Introduction, preparing the latex file, downloading the macros to your computer, steps for final submission.

Last updated 11 February 2012

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.

MIT Thesis Template

Related Tags

Get in touch.

Have you checked our knowledge base ?

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

Email: 

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 You must be signed in to change notification settings

Latex template for the Korea National University of Transportation (KNUT) thesis

saeedahmadicp/KNUT-THESIS-TEMPLATE

Folders and files.

NameName
9 Commits
workflows workflows

Repository files navigation

Knut-thesis-template.

This is the unofficial template for the Korea National University of Transportation (KNUT) thesis.

File Structures and Contents

Each of the files and directories in the template as described as below:

  • manuscript.tex : It contains the main tex code including the imports, variables, and combining the abstract and all the pages
  • frontmatter : The dimensions of the front cover pages are different from those of the rest of the thesis, so there is a separate Tex file, frontmatter.tex . First, you need to update this text file and generate the PDF file in the same directory for direct usage in the main thesis file.
  • titlePages : This directory contains the rest of the title pages, and as the dimensions of these pages as the same as the main thesis, there is no need to generate the pdf, these files are directly imported in the main thesis file
  • abstract : This directory contains the abstract of the thesis both in English and Korean
  • chapters : This directory contains the individual chapters in the thesis. These chapters are then imported and compiled in the main manuscript.tex file
  • figures : This directory contains all the necessary graphics and figures used in the thesis.
  • references.bib : This file contains all the citations used in the thesis

Download the repository as a zip file and import it in Overleaf for updating the latex text in Overleaf.

  • first update the title.tex and title2.text , to update the contents of the front cover pages, and then compile the frontmatter.tex to generate the frontmatter.pdf pdf, save it in the same directory, as this file is directly imported in the main text file
  • update the titlePages and the rest of the contents in the chapters and abstract
  • save all the figures in the figures directory
  • put all your citations in the references.bib file
  • compile the manuscript.tex , your thesis is ready to be print
  • all the fonts used in this thesis are the default ones, for better results and to match with the university template, change the fonts and their sizes accordingly

Contributors 2

IMAGES

  1. Latex Template Dissertation

    dissertation template latex sample tex

  2. Fillable Online LATEX Thesis Template Fax Email Print

    dissertation template latex sample tex

  3. Basic Latex Template

    dissertation template latex sample tex

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

    dissertation template latex sample tex

  5. LaTeX-Thesis-Template-for-Concordia-University-Students by Tandysony

    dissertation template latex sample tex

  6. latex template

    dissertation template latex sample tex

VIDEO

  1. Master Dissertation Proposal Tips To A Winning Proposal

  2. Research paper writing using LaTeX Overleaf

  3. Introduction to using LaTeX -- Steven J Miller, Williams College

  4. writing thesis with Emacs+AucTex

  5. Write a summary in LaTeX

  6. How to write a beautiful PhD thesis using latex, Part-I

COMMENTS

  1. 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. ... %!TEX TS-program = xelatex %!TEX encoding = UTF-8 Unicode % Modify the following line to match your school % Available options include `Harvard`, `Princeton ...

  2. Template for a Masters or Doctoral Thesis

    Template for a Masters or Doctoral Thesis

  3. The MIT thesis template in LaTeX

    The MIT thesis template in LaTeX

  4. GitHub

    A dissertation template in LaTeX approved by the UGA Graduate School. The goal of this repository is to cut out all of the hard work of using LaTeX so that one could easily write their dissertation/thesis using this.

  5. suchow/Dissertate: Beautiful LaTeX dissertation templates.

    Enter Dissertate. Dissertate is a set of beautiful LaTeX templates for a thesis or dissertation. To date, the software provides everything needed to support the production and typesetting of a PhD dissertation at Harvard, Princeton, NYU, and UC Berkeley, though it will be adapted to meet the requirements of other schools — eventually all of them.

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

  7. LaTeX Theses and Dissertations

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

  8. | A LaTeX template for thesis, dissertations and similar monograph-like

    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:

  9. Formatting of theses and dissertations

    Sample LaTeX file without bibliography; Formatting of theses and dissertations; ... Among the available thesis and dissertation templates provided by the Graduate School is also a LaTeX template (ZIP archive). This template has been uploaded to Overleaf and placed in the Cornell template directory.

  10. Masters/Doctoral Thesis

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

  11. Basic thesis template

    Basic thesis template - Overleaf, Online LaTeX Editor

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

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

  13. PDF How to Write a Doctoral Dissertation with LATEX

    begin on the second page with A. There should be no blank pages. On pages of the dissertation that are formatted with landscape orientation, the page. corner if the page, so that it would appear inthe correct location i. HAPTER 3How to use the nuthesis document classThe nut.

  14. Dissertation Template

    Creative Commons CC BY 4.0. Abstract. UKY Mathematics. Tags. University Thesis University of Kentucky. Find More Templates. UKY Mathematics.

  15. GitHub

    This template is based on commit ff9d073 of TU Delft's template (dissertation template from July 2nd, 2015, strangely referred to in the TeX document as '2013/07/08 v1.0 TU Delft dissertation class'), which was the latest available on 13-11-2018. Unfortunately, I did not have access to their repository.

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

  17. USCthesis

    USCthesis provides a LaTeX style package for writing your thesis, dissertation, or thesis proposal at the University of Southern California (USC), based on the USC Graduate School Thesis and Dissertation Formatting Guidelines. ... See the other templates that exist for other versions. usage. See paper.tex and paper.pdf for an example thesis ...

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

    Knowledge Center - Thesis & Dissertation Templates. Quick Links. LaTeX templates and instructions for theses, dissertations, and records of study. Texas A&M University is providing Overleaf Professional features for all students, faculty and staff who would like to use a collaborative, online LaTeX editor for their projects. Overleaf ...

  19. Examples of simple beautiful PhD theses

    Examples of simple beautiful PhD theses

  20. Preparing Your Ph.D. Dissertation Using LaTeX

    Preparing the LaTeX File. To prepare the LaTeX file, copy the files from the sample thesis located at /~vojta/thesis/, and adapt them to your situation. The document class ucbthesis is already installed on our computer network. However, if you are using a thin client, then you will need to type the following command, just once, in each terminal ...

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

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

  22. Templates

    Moreno La Quatra. Tips for writing (in LaTeX) This template will get you started with writing your report or thesis and can also be used to create slides. This template is too large to compile with Overleaf's free plan. For possible workarounds, read the last paragraph of section A.1.4.

  23. GitHub

    Download the repository as a zip file and import it in Overleaf for updating the latex text in Overleaf.. first update the title.tex and title2.text, to update the contents of the front cover pages, and then compile the frontmatter.tex to generate the frontmatter.pdf pdf, save it in the same directory, as this file is directly imported in the main text file