forgot that

This commit is contained in:
Daniel Knüttel 2020-02-25 14:21:59 +01:00
parent 030dc9860e
commit 7b633f0b62
2 changed files with 24 additions and 0 deletions

24
presentation/Makefile Normal file
View File

@ -0,0 +1,24 @@
latex=xelatex
pdflatex=xelatex
bibtex=bibtex
all: main.pdf
main.pdf: main.tex #main.bib $(cover) $(chapters)
$(latex) main
#$(bibtex) main
$(latex) main
$(pdflatex) main
clean:
-rm main.aux
-rm main.blg
-rm main.dvi
-rm main.log
-rm main.out
-rm main.pdf
-rm main.toc
-rm main.bbl

BIN
presentation/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB