davidptclark / phd-thesis-template

πŸ§‘πŸ»β€πŸŽ“πŸ“– PhD Thesis template in LaTeX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ§‘β€πŸŽ“ PhD Thesis Template πŸ“–

Hello! πŸ‘‹ Welcome to my LaTeX thesis template repository.

πŸ€” Why does this exist?

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.

πŸ—οΈ Structure

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 πŸ‘‡

🌲 File tree overview πŸ“‚

πŸ“ Licencing

This thesis template uses the LPPL-1.3c License.

πŸ’­ Ideas? Comments?

If you have any ideas or contributions you'd like to sure, please feel free to fork this repo and submit pull requests. πŸ‘

About

πŸ§‘πŸ»β€πŸŽ“πŸ“– PhD Thesis template in LaTeX

License:LaTeX Project Public License v1.3c


Languages

Language:TeX 100.0%