LaTeX Template ~24 KB Free

PhD Thesis LaTeX Template

A clean, well-commented LaTeX thesis template tested with the pdflatex, xelatex, and lualatex compilers. Includes a chapter structure, bibliography, appendices, and a title page that follows common university conventions.

Free. Your email joins the weekly newsletter list — no spam, unsubscribe anytime.

PhD thesis LaTeX template pages preview

What's Included

  • main.tex with chapter includes and document structure
  • Title page with university logo placeholder
  • Abstract, declaration, acknowledgements, and dedication pages
  • Table of contents, list of figures, list of tables
  • 6 chapter files (intro, lit review, methods × 2, results, conclusions)
  • Appendix structure
  • bibliography.bib with example entries
  • biblatex + biber configuration (APA and numeric styles)
  • glossary/acronym support via glossaries package
  • README with compilation instructions

Who This Is For

  • PhD students writing up their thesis in LaTeX
  • Researchers who want a solid structure without starting from scratch
  • Anyone whose university doesn't provide an official LaTeX template

How to Use It

  1. Download the ZIP
  2. In Overleaf: New Project → Upload Project → select the ZIP
  3. Overleaf compiles automatically. Start editing chapters/01-introduction.tex

Option B — Local Compilation

# Requires: TeX Live with biblatex and biber
pdflatex main
biber main
pdflatex main
pdflatex main

Or use latexmk for one-command compilation:

latexmk -pdf main

Customising the Title Page

Edit the variables at the top of main.tex:

\title{Your Thesis Title}
\author{Your Name}
\university{University Name}
\department{Department of Your Field}
\degree{Doctor of Philosophy}
\submissiondate{Month Year}

The title page automatically formats itself around these fields.

Overview

A LaTeX thesis template that compiles on day one and scales to day one thousand: chapter-per-file structure, front matter (title, declaration, abstract, acknowledgements) pre-built, bibliography via BibLaTeX, and a build that runs on latexmk locally or in Overleaf without modification.

Why use it

Thesis formatting eats weeks precisely when you can least afford them. The template front-loads every structural decision — margins, heading hierarchy, figure and table conventions, citation style — so the remaining work is writing. The chapter-per-file layout also keeps Git diffs readable and compilation fast.

How to use it

  1. Download, unzip, and compile main.tex once with latexmk (or upload the folder to Overleaf).
  2. Replace the metadata in thesis-config.tex — title, name, institution, supervisor.
  3. Write chapters in chapters/, one file each; include or exclude them in main.tex while drafting.
  4. Check your university’s formatting regulations against thesis-config.tex’s margin and spacing settings before the final build.
When NOT to use this Every university has formatting regulations, and they win. Verify margins, title-page wording, and spacing against your institution’s rules before you’re 200 pages deep — retrofitting a non-compliant template the week before submission is the classic avoidable disaster.

Ready to get started?

Enter your email and I'll send the link straight to your inbox.

Get it free — join the newsletter →

Every subscriber gets the full resource library in the welcome email. Free, no spam, unsubscribe anytime.