The repository consists of three branches:
- master: contains only the template.
- example: contains an example lab report written with the template. View it as PDF.
- readme: contains a manual for the template (also written with the template). View it as PDF. This protokoll class is strongly related to the Thesisvorlage.
Both, major and minor changes in the release version, will be applied to the master branch and the corresponding example and readme branches will come shipped with it. Lesser patches to stuff other than the class file and the includes may be released individually (e.g. typos in and amendment of the readme or making the example look more beautiful).
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/praktikum-protokollvorlage-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.
For detailed information on using the template, see the readme pdf (main.pdf in readme branch).
The preferred way is to fork the repository and send a pull request. You can send your contributions via e-mail to [email protected] .