Hello! π Welcome to my LaTeX thesis template repository.
So, itβs time to begin writing up you PhD but thereβs a problem: your university doesnβt have a LaTeX thesis template. You donβt want to go near MS Word but you donβt want to spend precious writing time creating a template of your own.
Well, you're in luck! π‘
I had exactly the same issue during my PhD; so I created a minimal template that can be adapted by others for their own needs.
While smaller LaTeX documents can all be contained in a single .tex file, this isn't that practical when it comes to a longer form piece like a thesis. So, the template has a compartmentalised structure:
- Front: this includes all the preamble to the thesis body itself (e.g. abstract, title page etc.)
- Back: as an example, this includes tables but could contain appendicies or any matter to come after the main body
- Main: in here, there's a separate .tex files for each major section. I've included chapters as an example but could be easily modified
- packages.tex: where you can list all required pacakges needed to compile your thesis
- thesis.tex: the junction file that brings together all other components of the thesis
If you'd like to delve deeper into the files themselves, simply click on file in the directory tree below to be taken to that file's specific source code π
- phd-thesis-template (./Screenshots and README.md are removed to leave only files relevant to you)
- Back
- Front
- Main
- packages.tex
- thesis.pdf π Have a look at the compiled PDF for a look at the barebones structure
- thesis.tex
This thesis template uses the LPPL-1.3c License.
If you have any ideas or contributions you'd like to sure, please feel free to fork this repo and submit pull requests. π