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.
You're in — download starting…
Your email joined the newsletter list. One workflow per week, unsubscribe anytime.
Download didn't start? Click here →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
Option A — Overleaf (recommended)
- Download the ZIP
- In Overleaf: New Project → Upload Project → select the ZIP
- 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
- Download, unzip, and compile
main.texonce with latexmk (or upload the folder to Overleaf). - Replace the metadata in
thesis-config.tex— title, name, institution, supervisor. - Write chapters in
chapters/, one file each; include or exclude them inmain.texwhile drafting. - Check your university’s formatting regulations against
thesis-config.tex’s margin and spacing settings before the final build.
Ready to get started?
Enter your email and I'll send the link straight to your inbox.
Every subscriber gets the full resource library in the welcome email. Free, no spam, unsubscribe anytime.
Check your inbox!
The download link is on its way. Can't find it? Check spam.
Download didn't start? Click here →