Unofficial LaTeX template for PhD theses at the University of Stuttgart, Germany.
- output format is A5
- title page
- nice chapter headings
- important LaTeX packages are enabled
- tex4ht conversion enabled by "make html"
thesis-example.tex
is the main document
This howto assumes that you have not a git repository for your thesis. If you have, just add https://github.com/latextemplates/USTUTT-phd-thesis-template.git as upstream and merge the branch "template" into your "master" branch.
- Open command line
- git clone https://github.com/latextemplates/USTUTT-phd-thesis-template.git
- cd USTUTT-phd-thesis-template
- git remote rename origin github
- git checkout -b master
Now, you are on the master branch, where you can write your thesis and push it to your (remote) origin repository, in case you have one.
If you want to merge updates from github, do the following:
- git fetch github
- git merge github/template