This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
Releases: fsphys/thesisvorlage-latex
Releases · fsphys/thesisvorlage-latex
v1.0.1 Release some old fixes as a new version
Thesisvorlage für die Fakultät für Physik am KIT (v1.0.1)
Changes:
- Fixed a package conflict.
- Small content fixes and updates
v1.0.0
Thesisvorlage für die Fakultät für Physik am KIT (v1.0.0)
Changes:
- Updated empty chapter cmd.
- Added SVG image support.
- Added chap/ and fig/ folders to image path.
- cmds.tex file was not included by style file.
- Fixed a few typos.
- Improved code style and comments.
- Additional cmds for punctuation in math environment.
v0.2.0
Thesisvorlage für die Fakultät für Physik am KIT (v0.2.0)
One major update only:
- Added preamble page (second page after titlepage) including "Erklärung zur Selbstständigkeit" and "Als Ansichtsexemplar genehmigt von".
Initial Release
Thesisvorlage für die Fakultät für Physik am KIT (v0.1.0)
The repository consists of only one branch (master). This thesis class is strongly related to the Praktikumsvorlage.
Use the template
First, obtain a copy of the template. You have multiple possibilities:
- download the most recent release of the template,
- download a development snapshot of the template or
- clone this repository with git:
git clone https://github.com/fsphys/thesisvorlage-latex.git
.
Compile on the command line using make main.pdf
or your favorite LaTeX editor, which will do something like the following for you:
pdflatex main.tex
bibtex main.aux
pdflatex main.tex
pdflatex main.tex
The template is known to be compatible with TeXLive 2012 and 2014.
Contribute to the template
The preferred way is to fork the repository and send a pull request. You can send your contributions via e-mail to [email protected] .