Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 2.13 KB

README.md

File metadata and controls

53 lines (37 loc) · 2.13 KB

PhD Thesis Template

GitHub repository for a PhD Thesis template using LaTex.

License: GPL v3 GitHub release (latest by date including pre-releases) GitHub Actions Workflow Status GitHub forks GitHub Repo stars

Building the PDF of the Thesis

  • To build the pdf of the Thesis, execute the following.

    latexmk -pdf -output-directory=build src/main.tex
    

    This builds the pdf in the build/ directory under the file name main.pdf.

  • To build the plots:

    python3 src/generate_plots.py
    
  • To get the pdf of a particular release version, go to the release and find it in the assets.

Screenshots

main-01 main-06
main-15 main-17
main-21 main-24
main-25 main-31

License

The GNU General Public License v3.0