Skip to content

fsphys/praktikum-protokollvorlage-latex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protokollvorlage für das physikalische Anfängerpraktikum am KIT

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).

Use the template

First, obtain a copy of the template. You have multiple possibilities:

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).

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 latexvorlage@fachschaft.physik.kit.edu .