Skip to content

Unofficial LaTeX template for a PhD thesis at University of Stuttgart, Germany

Notifications You must be signed in to change notification settings

gatlex/USTUTT-phd-thesis-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Unofficial LaTeX template for PhD theses at the University of Stuttgart, Germany.

Features

  • output format is A5
  • title page
  • nice chapter headings
  • important LaTeX packages are enabled
  • tex4ht conversion enabled by "make html"

Usage

  • thesis-example.tex is the main document

Using with your git repository

Initialization

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.

  1. Open command line
  2. git clone https://github.com/latextemplates/USTUTT-phd-thesis-template.git
  3. cd USTUTT-phd-thesis-template
  4. git remote rename origin github
  5. 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.

Merging updates from the template

If you want to merge updates from github, do the following:

  1. git fetch github
  2. git merge github/template

About

Unofficial LaTeX template for a PhD thesis at University of Stuttgart, Germany

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 61.2%
  • Visual Basic .NET 38.8%