A template for article-based PhD theses at the Norwegian University of Science and Technology (NTNU)
If you don't have a Github account I recommend you getting one and use version control when you write your PhD thesis. Version control with a Github repository gives you a reliable backup of your work and full overview of your working history, making it easy to revert back to or browse an older version.
-
If you have a Github account, login and press the
Use this template
button to create a new repository based on this template -
If you do not have a Github account and don't want to have one, press the
⬇ Code
button and thenDownload ZIP
To compile and build the latex source into a PDF-document on your own PC
- Download and install MiKTeX
- Download and install Texmaker (Alternatively TeXstudio can be used)
- Open
thesis.tex
in Texmaker - Press
F1
to build your PDF - Press
F11
to update BibTex - Press
F1
twice to build your updated PDF
- Login to your Github account, go to this repository on Github and press the
Use this template
button to create a new repository based on this template (If you have not already created one) - Go to overleaf.com and conect your Overleaf account to your Github account in the Overleaf account settings page
- Create a new overleaf project by pressing the
New Project
button, thenImport from Github
and select the Github repository you just created - Remember to push and pull your changes to Github
Contribute by submitting issues about feature requests, bug reports or by submitting pull requests:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License.
See LICENSE
for more information.
Bjørn Håkon Frodal - @frodal - bjorn.h.frodal@ntnu.no
Project Link: https://github.com/frodal/PhD-thesis-Latex-template