some work 4 presentation

This commit is contained in:
2020-04-01 13:13:35 +02:00
parent 5e05190bc5
commit 7c1050b32d
4 changed files with 1446 additions and 686 deletions

View File

@@ -12,7 +12,13 @@ graph_pngs= graphs/valid_graph.png \
all: main.pdf
all: main_long.pdf main.pdf
main_long.pdf: main_long.tex $(graph_pngs)
$(latex) main_long
#$(bibtex) main_long
$(latex) main_long
$(pdflatex) main_long
main.pdf: main.tex $(graph_pngs)
$(latex) main
@@ -20,11 +26,19 @@ main.pdf: main.tex $(graph_pngs)
$(latex) main
$(pdflatex) main
graphs/%.png: graphs/%.dot
dot $< -Tpng -o $@
clean:
-rm main_long.aux
-rm main_long.blg
-rm main_long.dvi
-rm main_long.log
-rm main_long.out
-rm main_long.pdf
-rm main_long.toc
-rm main_long.bbl
-rm $(graph_pngs)
-rm main.aux
-rm main.blg
-rm main.dvi
@@ -33,4 +47,3 @@ clean:
-rm main.pdf
-rm main.toc
-rm main.bbl
-rm $(graph_pngs)

File diff suppressed because it is too large Load Diff

1042
presentation/main_long.tex Normal file

File diff suppressed because it is too large Load Diff