because LaTeX matters

Template for latex phd thesis title page.

Often universities provide official LaTeX templates for PhD theses. If your university doesn’t, here is a template. The template includes the most common elements of a thesis title page:

  • University’s or institute’s logo
  • Thesis title
  • Author’s name
  • Degree the thesis is submitted for
  • Submission date

latex_thesis_title_page

A few remarks

The template may have to be adapted, as it most likely won’t fulfil your university’s or institute’s official thesis guidelines.

If the official guidelines do not explicitly state it, do not use more than two different font sizes. In the template, I used the same font size throughout the title page ( \Large ).

To center content of the title page and still use twoside -margins for the thesis, use the geometry package :

Share this:

22 comments.

' src=

13. May 2014 at 19:21

Tom, do you know how I can make the page numbers in an index to be hyperlinks please? I haven’t found any way of doing it online.

' src=

14. May 2014 at 7:35

Just use the linktoc=all option when you load the hyperref package .

14. May 2014 at 11:07

I’ve tried it but it didn’t work, FYI this is the relevant part of my file header –

There is no change at all in the index page, unfortunately! 🙁

14. May 2014 at 11:18

You load the hyperref package twice with different options. Use this instead:

Also, hyperref has to be the last package loaded ( exceptions ).

Finally, always typeset twice for changes to appear in the TOC.

14. May 2014 at 11:22

sorted by using

14. May 2014 at 11:26

Great to hear, thanks!

' src=

19. May 2014 at 9:44

Hello Tom, I like how your template looks so clean and simple. Do you think it is wise to use the “titlepage” environment for a title? It is used in the Wikibook about LaTeX ( https://en.wikibooks.org/wiki/LaTeX/Title_Creation ).

19. May 2014 at 10:28

Thanks for the positive feedback! Personally, I’ve never used the titlepage environment, \maketitle has done the job so far. You may want to take a look at the discussion on the topic here to decide what’s your best choice…

' src=

3. September 2014 at 9:55

I have really liked the templete. Can you please tell me where should I put the logo if I also want to mention the name of the university in the title page?

5. September 2014 at 2:59

Personally, I’d place the university name right before the year and keep the logo on top. There might be guidelines of your school defining the order.

' src=

11. September 2014 at 2:50

Hi Tom, Thanks for the template! It seems that newgeometry does not work with version 4 of the geometry package. Is there another possibility to get the twoside margins?

12. September 2014 at 4:25

Interesting question. You could either update your version of geometry, \newgeometry was introduced in version 5, or use the gmeometric package instead.

' src=

18. September 2014 at 15:49

Nice, simple, clean template. Thanks for sharing. Unfortunately, when I use this, it adds page numbers (which I do not want) and also includes a blank first page.

I have to use this as my preamble.

If I do not comment out the first line, it does no compile

How can I remove the page numbers and the blank first page.

20. September 2014 at 16:36

To switch pages number off, use:

' src=

5. February 2015 at 17:51

Hi Tom Is it possible to have two logos side by side on the cover page (joint phd and both univversities’ logos must appear). Any idea how I can implement this?

14. February 2015 at 5:50

Hi Michael,

Try the minipage environment as shown below. If this doesn’t work, please provide a minimal working example. Thanks, Tom.

' src=

11. May 2015 at 18:45

Thanks Tom for the Template

' src=

10. August 2015 at 17:54

If the titlepage has different margin settings, which is quite often the case, i tend to recommend to include the titlepage as a standalone document with includepdf from pdfpages. A titlepage doesn’t change every few minutes and is quite static. Clompetely avoiding the newgeometry stuff.

11. August 2015 at 12:15

Thanks for your comment. I agree, that’s a neat way of keeping the titlepage separated from the rest of the document. Best, Tom.

' src=

8. May 2016 at 9:23

Sir Please tell me how to write 4 to 5 authors in title page of a report?

10. May 2016 at 10:58

You can use the author macro as shown in the minimal working example below.

10. May 2016 at 18:14

Depending on how you want your complete author section output, there might be better ways. In some cases, it is even more painless to do the titlepage by hand.

Leave a Reply Cancel reply

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.

Report/Thesis Template ​

This template aims to simplify and improve the (Xe)LaTeX report/thesis template by Delft University of Technology with the following three main design principles:

  • Simplicity First: A class file that has been reduced by nearly 70% to simplify customization;
  • Effortless: A careful selection of common packages to get started immediately;
  • Complete: Ready-to-go when it comes to the document and file structure.

This template works with pdfLaTeX , XeLaTeX and LuaLaTeX . In order to adhere to the TU Delft house style, either XeLaTeX or LuaLaTeX is required, as it supports TrueType and OpenType fonts. BibLaTeX is used for the bibliography with as backend biber . If you would like to use it on Overleaf, click the badge above to get started immediately.

TU Delft LaTeX Report Template

Any questions?

Visit the FAQ to see if that answers your question. For unanswered questions, suggestions or issues related to the template or this documentation, feel free to contact me .

Structure of the Template ​

File structure and document class ​.

As a report/thesis is generally a substantial document, the chapters and appendices have been separated into different files and folders for convenience. All these files are inserted in the main file, report.tex , using the \input{filename} command. The document class, which can be found in tudelft-report.cls , is based on the book class.

The document class has one custom global option. To change the default behavior, provide the option as parameter to the \documentclass{} command as seen below. Note that the option is case-sensitive.

  • twoside : margins and headers are adjusted and empty pages are added to resemble a printed (double-sided) book layout.

Document Structure ​

Between \begin{document} and \end{document} , the document is split into three parts by:

\frontmatter uses Roman numerals for page numbering and is used for the title page, preface, summary, table of contents and nomenclature. The title page, preface, summary and nomenclature can be found in the frontmatter folder. The nomenclature uses the package longtables , which allows tables to flow over page boundaries;

\mainmatter uses Arabic numerals for page and chapter numbering. The introduction, conclusion and two additional chapter files can be found in the mainmatter folder. The bibliography is added with \printbibliography and uses the file report.bib by default. See here for more details;

\appendix uses letters for the chapter numbering. Two chapters with an example with source code and a task division have been included respectively and can be found in the appendix folder.

Cover and Title Page ​

The template will automatically generate a cover when the \makecover command is used. Beforehand, some information will have to be specified. The title, subtitle and author will also be present on the title page. Additionally, the author will be added to the preface.

Required for cover and title page: \title{...} , \author{...} Try to make the title concise and add more information in the optional subtitle. As space is limited, the report title page includes a table to specify student names and numbers when working in a larger group. Take a look at the FAQ if you would like to add a table with authors on the cover.

Required for cover page only: \coverimage{...} , \definecolor{title}{HTML}{...} The recommended aspect ratio of the image is 2:3 (portrait). The color of the title is defined with the second command. In this form, it accepts HTML color codes, but switching to rgb, cmyk and other models is also possible. Take a look at the Overleaf guide for more details.

Optional: \subtitle{...} , \subject{...} , \affiliation{...}

To give greater flexibility over the title page, the layout is specified in title-report.tex . A title page for theses is also available: title-thesis.tex . Change the corresponding \input{...} command in the main file to switch. Make sure to check the requirements and modify the file according to your needs.

Bibliography ​

The bibliography has been set up in report.tex to allow for easy customization. It is included in the table of contents and renamed to 'References' using the heading=bibintoc and title=References options of the \printbibliography command respectively. If you would like to use a different .bib file, change the command \addbibresource{report.bib} accordingly. More information about setting up, customizing and using a bibliography can be found here .

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

ShareLaTeX Joins Overleaf!

Read more about Overleaf and ShareLaTeX joining forces here

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: May 18, 2021 1:57 PM
  • URL: https://overleaf.libguides.com/Thesis

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   >

  • Email & phone search

Department of Engineering

It services.

  • University of Cambridge
  • Department of Engineering
  • Computing Help

PhD/MPhil Thesis - a LaTeX Template

A new version of this, by Krishna Kumar, is available. Features include -

  • Conforms to the Student Registry PhD dissertation guidelines and CUED PhD guidelines
  • Supports LaTeX, XeLaTeX and LuaLaTeX
  • Adaptive Title Page: Title page adapts to title length
  • Title page with both College and University crests.
  • Print / On-line version: Different layout and hyper-referencing styles
  • Pre-defined and custom fonts (Times / Fourier / Latin Modern) with math support
  • Supports system fonts (XeLaTeX)
  • Pre-defined and custom bibliography style support (authoryear / numbered / custom)
  • Custom page styles: 3 Different Header / Footer styles
  • Pre-defined and custom margin size
  • A separate abstract with thesis title and author name, along with the titlepage can be generated by passing the argument abstract to the document class.
  • Option to generate only specific chapters and references without the frontmatter and title page. Useful for review and corrections.
  • Draft mode: Draft water mark, timestamp, version numbering and line numbering

July 2018: On CUED's central Linux system, you'll need to change Preamble/preamble.tex , commenting out the \usepackage{siunitx} ... line by putting a % symbol at the start of it. (some of our packages are too out of date)

Downloading

  • LaTeX Template - https://github.com/kks32/phd-thesis-template/releases/tag/phd-latex-template-latest-stable
  • LaTeX Template - https://github.com/kks32/phd-thesis-template/releases/latest
  • LyX Template - https://github.com/kks32/PhDThesisLyX/releases

Older versions are still available, but no longer supported.

  • © Cambridge University, Engineering Department, Trumpington Street, Cambridge CB2 1PZ, UK ( map ) Tel: +44 1223 332600, Fax: +44 1223 332662 Privacy policy Contact: helpdesk

Overleaf for LaTeX Theses & Dissertations: Using Templates on Overleaf

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

LaTeX templates for journals, theses, dissertations, CVs, resumes, papers, presentations, assignments, letters, project reports, and more.

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.

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

Overleaf Template Gallery

Find templates on Overleaf

Visit our thesis template gallery

latex title page master thesis template

Creating your own

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.

latex title page master thesis template

Follow Us for More

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

  • << Previous: Home
  • Next: Reference Managers and Overleaf >>
  • Last Updated: Oct 6, 2022 1:00 PM
  • URL: https://guides.lib.virginia.edu/overleaf-dissertations
  • 434-924-3021
  • [email protected]
  • Ask a Librarian
  • UVA Shannon Library P.O. Box 400113 160 McCormick Road Charlottesville, VA 22904

About the Library

  • Staff Directory
  • Fellowships

Using the Library

  • Library Use Policies
  • Off-Grounds Access
  • ITS Computing Accounts
  • Accessibility Services
  • Emergency Information
  • UVA Privacy Policy
  • Tracking Opt-out

Other Sites

  • Cavalier Advantage
  • Library Staff Site

latex title page master thesis template

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

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%

BibTeX mastersthesis template

The mastersthesis entry type is intended to be used for a Master's thesis.

Minimal template

Minimal template with required fields only for a BibTeX mastersthesis entry.

Full template

Full template including required and optional fields for a BibTeX mastersthesis entry.

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.

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.

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.

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: 

KTH Master Thesis Template

This Overleaf template serves as a comprehensive and user-friendly tool designed specifically for creating a thesis at KTH Royal Institute of Technology in the year 2023. It incorporates essential updates, including a new title page and the latest KTH logos, ensuring compliance with the institution's branding guidelines. This template is built upon an official template provided and endorsed by KTH, thus guaranteeing conformity with the university's academic and formatting standards.

KTH Master Thesis Template

Get in touch

Have you checked our knowledge base ?

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

Email: 

IMAGES

  1. Phd Thesis Cover Page Latex

    latex title page master thesis template

  2. pdftex

    latex title page master thesis template

  3. [Tex/LaTex] LaTeX adding 2 logos in the thesis front page

    latex title page master thesis template

  4. LaTeX-AMC-PhD-Thesis-Template/README.md at master · SeaShadow/LaTeX-AMC

    latex title page master thesis template

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

    latex title page master thesis template

  6. LaTeX Master Thesis Template

    latex title page master thesis template

VIDEO

  1. Latex Template for Thesis

  2. How to write thesis in LaTeX P1

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

  4. Latex Template for Thesis 2

  5. LaTeX Programming : 054 : Making Your Own Thesis/Report Template Part 2 of 4

  6. Latex Playlist

COMMENTS

  1. Template for a Masters or Doctoral Thesis

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

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

  3. Templates

    A simple and minimalistic template for La Trobe University assignments. Fill in the custom details in main.tex, then create and include pages. Simple template for the cover of academic documents such as dissertations, project reports or theses. A basic sample report title page for an assignment or a project in an university context.

  4. Template for LaTeX PhD thesis title page

    8. May 2014 by tom 22 Comments. Often universities provide official LaTeX templates for PhD theses. If your university doesn't, here is a template. The template includes the most common elements of a thesis title page: University's or institute's logo. Thesis title. Author's name. Degree the thesis is submitted for.

  5. The MIT thesis template in LaTeX

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

  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. academic-templates/tex-master-thesis-template

    You should start this by making your cover pages. Do not forget to compile it before compiling main.tex as this will include cover.pdf (and not the .tex file !). As it can be seen in main.tex, two pages are included from cover.pdf; the heading and trailing pages.. The reason for this is that the cover page can have a dedicated style configured through the \documentclass{} command (e.g. if the ...

  8. Report/Thesis Template

    Report/Thesis Template. This template aims to simplify and improve the (Xe)LaTeX report/thesis template by Delft University of Technology with the following three main design principles: Simplicity First: A class file that has been reduced by nearly 70% to simplify customization; Effortless: A careful selection of common packages to get started ...

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

    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

  10. How to customize my titlepage?

    The standard titlepage is quite simple. I am looking for a very complex titlepage and need help customizing my title page. It should match the classicthesis doctoral thesis template. Below a minimal working example: \documentclass[12pt,a4paper,footinclude=true,twoside,headinclude=true]{scrbook} \XeTeXinputencoding iso-8859-1 \usepackage[marginparsep=8pt,left=3.5cm,right=3.5cm,top=3cm,bottom ...

  11. Thesis Templates

    Current Students. Theses & Dissertations. 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.

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

    In the previous post we looked at adding a bibliography to our thesis using the biblatex package.In this, the final post of the series, we're going to look at customising some of the opening pages. In the first video we made a rather makeshift title page using the \maketitle command and by using an \includegraphics command in the \title command. Although this works, it doesn't give us as much ...

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

  14. CUED

    PhD/MPhil Thesis - a LaTeX Template. A new version of this, by Krishna Kumar, is available. Features include -. Title page with both College and University crests. A separate abstract with thesis title and author name, along with the titlepage can be generated by passing the argument abstract to the document class.

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

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

    The preamble. In this example, the main.tex file is the root document and is the .tex file that will draw the whole document together. The first thing we need to choose is a document class. The article class isn't designed for writing long documents (such as a thesis) so we'll choose the report class, but we could also choose the book class.. We can also change the font size by adding square ...

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

  18. Templates or tutorials for creating a title page

    I am relatively new to Latex. I am writing my thesis in Latex, which has been (as you know) so much more convenient than a word processor. I am using \documentclass[oneside,11pt]{book} along with the libertine and libertinust1math packages.. But, my department has provided me with a title page template in a Word file (screenshot below), and they say I must follow the template exactly.

  19. BibTeX template: mastersthesis

    BibTeX template files for @mastersthesis: • author • title • school • year. The quick BibTeX guide All you ever need ... Converters; BibTeX Format Templates. BibTeX mastersthesis template. The mastersthesis entry type is intended to be used for a Master's thesis. Minimal template. Minimal template with required fields only for a BibTeX ...

  20. Gallery

    The vutinfth document class is a LaTeX2e-based template for all theses written at the Faculty of Informatics at the TU Wien. This package includes the document class and its documentation as well as an example document that includes a short introduction to LaTeX. The vutinfth document class is developed using a GitLab-supported Git repository.

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

  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. KTH Master Thesis Template

    KTH Master Thesis Template. This Overleaf template serves as a comprehensive and user-friendly tool designed specifically for creating a thesis at KTH Royal Institute of Technology in the year 2023. It incorporates essential updates, including a new title page and the latest KTH logos, ensuring compliance with the institution's branding guidelines.