A comprehensive and modern designed LaTeX template specifically tailored for PhD theses.
- Quick Start π
- Template Structure πΊοΈ
- Screenshots βοΈ
- Reference Thesis π―
- Contact π§
- Contributors π€
This template is designed to be used either directly on Overleaf or locally via Git.
The easiest way to get started is to use this template on Overleaf, with no local installation required.
-
Go to Overleaf: https://www.overleaf.com/
-
Create a new project
- Click New Project
- Select Import from GitHub
-
Paste the repository URL:
https://github.com/dylan-moinse/phd-thesis-latex-template -
Set the compiler to LuaLaTeX
-
Compile
main.tex
If you prefer working locally (offline compilation):
-
Clone the repository:
git clone https://github.com/dylan-moinse/phd-thesis-latex-template.git cd phd-thesis-template -
Install LaTeX distribution
-
Compile the document
- Using LuaLaTeX (recommended):
lualatex main.tex biber main lualatex main.tex lualatex main.tex
- Using latexmk (automated):
latexmk -pdf main.tex
- Using LuaLaTeX (recommended):
phd-thesis-latex-template/ # Root directory of the thesis template
β
βββ main.tex ## Main document file
βββ latexmkrc ## Compilation configuration
βββ LICENSE ## MIT license
βββ README.md ## GitHub README
β
βββ asset/ ## Document class and style definitions
β βββ thesis.cls ### Main document class
β βββ bib/ ### Bibliography database
β β βββ references.bib #### References
β βββ style/ ### Modular style files
β βββ bib.sty #### Bibliography configuration
β βββ color.sty #### Color scheme
β βββ fig.sty #### Figures, maps, tables, and equations
β βββ font.sty #### Font configuration
β βββ header.sty #### Headers and footers
β βββ section.sty #### Part/chapter formatting and backgrounds
β βββ fonts/ #### Custom font files
β
βββ content/ ## Thesis content
β βββ front-matter/ ### Preliminary pages
β β βββ 01-frontpage.tex #### Title page
β β βββ 02-acknowledgments.tex #### Acknowledgments section
β β βββ 03-cite.tex #### Cite the document
β β βββ 04-foreword.tex #### Preface
β β
β βββ main-matter/ ### Core thesis chapters
β β βββ introduction.tex #### General introduction
β β βββ part1/ #### First thesis part
β β β βββ introduction.tex ##### Part introduction
β β β βββ conclusion.tex ##### Part conclusion
β β βββ chap1/ #### Chapter 1 content
β β β βββ introduction.tex ##### Chapter introduction
β β β βββ content.tex ##### Chapter body (structure)
β β β βββ section1.tex ##### Chapter section 1
β β β βββ section2.tex ##### Chapter section 2
β β β βββ section3.tex ##### Chapter section 3
β β β βββ conclusion.tex ##### Chapter conclusion
β β βββ chap2/ #### Chapter 2 content
β β β βββ introduction.tex ##### Chapter introduction
β β β βββ content.tex ##### Chapter body (structure)
β β β βββ section1.tex ##### Chapter section 1
β β β βββ section2.tex ##### Chapter section 2
β β β βββ section3.tex ##### Chapter section 3
β β β βββ conclusion.tex ##### Chapter conclusion
β β βββ conclusion.tex #### General conclusion
β β
β βββ back-matter/ ### Final thesis sections
β βββ 95-bibliography.tex #### Bibliography printing
β βββ 96-index.tex #### Index generation
β βββ 97-acronyms.tex #### Acronyms list
β βββ 98-glossary.tex #### Glossary entries
β βββ 99-abstract.tex #### Thesis abstract
β βββ appendices/ #### Appendices
β βββ 00-first-page.tex ##### Appendix title page
β βββ 01-appendix-a.tex ##### Appendix A
β βββ 01-appendix-b.tex ##### Appendix B
β βββ 01-appendix-c.tex ##### Appendix C
β βββ 01-appendix-d.tex ##### Appendix D
β βββ 01-appendix-e.tex ##### Appendix E
β βββ 01-appendix-f.tex ##### Appendix F
β βββ 02-appendix-g.tex ##### Appendix G
β
βββ elements/ ## Figures, maps, tables, equations, and graphical abstracts
β βββ figures/ ### Figure folder
β β βββ fig01.tex #### Figure example
β β βββ fig02.tex #### Figure example
β β βββ fig03.tex #### Figure example
β β βββ fig04.tex #### Figure example
β β βββ pic/ #### Image files
β βββ maps/ ### Map folder
β β βββ map01.tex #### Map example
β β βββ pic/ #### Image files
β βββ tables/ ### Table folder
β β βββ table01.tex #### Table example
β βββ equations/ ### Equation folder
β β βββ equation01.tex #### Equation example
β βββ graphical-abstract/ ### Graphical abstract files
β βββ appendices/ ### Appendix-specific elements
β βββ figures/ #### Appendix figures
β βββ maps/ #### Appendix maps
β
βββ extra/ ## Additional resources
β github/ ### Screenshots for README
βββ logo/ ### Institutional and partner logo example
A selection of examples showcasing the structure and style of this extensive template:
Cover Page |
Acknowledgments Page |
General Table of Contents |
List of Figures |
List of Maps Page |
List of Tables |
List of Equations |
How to Cite this Document |
Preface |
Content of the General Introduction |
Title of Part I |
Title of Chapter 1 |
Chapter Table of Contents |
Chapter Graphical Abstract |
Chapter Abstract |
Chapter Content |
Section Content |
Table Example |
Chapter Subbibliography |
Author Index |
List of Acronyms |
Glossary |
Appendices |
Appendices Table of Contents |
This LaTeX template has been developed, applied, and continuously improved during the preparation of my doctoral thesis, written in French and translated into English.
The complete PhD thesis is publicly available (see the HAL archive and the GitHub repository).
For any questions or contributions, feel free to contact me via GitHub Issues or email.
Dylan Moinse Author |
Alain L'Hostis Thesis Supervisor |
Jorge Mariano
Technical Support |
IΓ±igo Aguas Ardaiz Technical Support |























