Skip to content
Snippets Groups Projects
Commit 85b01af5 authored by Dietmar Roth's avatar Dietmar Roth
Browse files

fuegt compile.sh hinzu

parent 834a0522
Branches
No related tags found
No related merge requests found
......@@ -2,11 +2,20 @@ SysProg Projektarbeit Template
==============================
Voraussetzungen
-
---------------
- Java (für PlantUML)
Ausführung
-
----------
Um PlantUML nutzen zu können, muss pdflatex mit ```-shell-escape``` ausgeführt werden.
compile.sh
----------
Das Projekt kann über die ``compile.sh`` gestartet compiliert werden.
````shell
./compile.sh report
````
#!/bin/bash
cd src || exit 1
echo pdflatex -shell-escape $1.tex ...
pdflatex -shell-escape $1.tex
echp bibtex $1 ...
bibtex $1
echo pdflatex -shell-escape $1.tex ...
pdflatex -shell-escape $1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment