initial project commit

This commit is contained in:
Johannes Demel
2015-10-19 11:52:10 +02:00
commit 01ba809115
34 changed files with 4725 additions and 0 deletions

5
make_pdf Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
pdflatex header.tex
bibtex header
pdflatex header.tex
pdflatex --src-specials header.tex