2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-29 15:57:57 +02:00

Kantenzug-Defnition verbessert; Definition einer Schleife hinzugefügt; RectangleFreeColoring; Hierholzer-Algorithmus; Nicht-Eindeutigkeit von Eulerkreisen

This commit is contained in:
Martin Thoma 2013-06-13 20:59:55 +02:00
parent 896fb9601e
commit c66e19636b
10 changed files with 260 additions and 29 deletions

View file

@ -0,0 +1,8 @@
SOURCE = euler-nicht-eindeutig
make:
pdflatex -shell-escape $(SOURCE).tex -output-format=pdf # shellescape wird fürs logo benötigt
make clean
clean:
rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.glo *.glg *.gls *.ist *.xdy *.1 *.toc *.snm *.nav *.vrb *.fls *.fdb_latexmk *.pyg