mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Makedatei und PDF hinzugefügt
This commit is contained in:
parent
abe6f09aa9
commit
1ee526604d
1 changed files with 8 additions and 0 deletions
8
documents/Numerik/Klausur2/Makefile
Normal file
8
documents/Numerik/Klausur2/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
SOURCE = Klausur2
|
||||
make:
|
||||
pdflatex -shell-escape $(SOURCE).tex -output-format=pdf
|
||||
pdflatex -shell-escape $(SOURCE).tex -output-format=pdf
|
||||
make clean
|
||||
|
||||
clean:
|
||||
rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.pyg
|
Loading…
Add table
Add a link
Reference in a new issue