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:
parent
896fb9601e
commit
c66e19636b
10 changed files with 260 additions and 29 deletions
8
presentations/Diskrete-Mathematik/LaTeX/graphs/Makefile
Normal file
8
presentations/Diskrete-Mathematik/LaTeX/graphs/Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue