diff options
author | Andreas Müller <andreas.mueller@othello.ch> | 2021-05-24 13:58:26 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@othello.ch> | 2021-05-24 13:58:26 +0200 |
commit | 18fb6543de96f23cfa254005a045e1595f48cff2 (patch) | |
tree | fba8334a4fbd7a3fa0b3a2244d52e660ffa38713 /buch/chapters/70-graphen/images/Makefile | |
parent | abschnitt spektrale Graphentheorie (diff) | |
download | SeminarMatrizen-18fb6543de96f23cfa254005a045e1595f48cff2.tar.gz SeminarMatrizen-18fb6543de96f23cfa254005a045e1595f48cff2.zip |
Kapitel über spektrale Graphentheorie
Diffstat (limited to 'buch/chapters/70-graphen/images/Makefile')
-rw-r--r-- | buch/chapters/70-graphen/images/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/buch/chapters/70-graphen/images/Makefile b/buch/chapters/70-graphen/images/Makefile index 8f98134..d34247b 100644 --- a/buch/chapters/70-graphen/images/Makefile +++ b/buch/chapters/70-graphen/images/Makefile @@ -4,7 +4,7 @@ # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # all: peterson.pdf adjazenzu.pdf adjazenzd.pdf kreis.pdf fundamental.pdf \ - petersonchrind.pdf + petersonchrind.pdf nine.pdf peterson.pdf: peterson.tex pdflatex peterson.tex @@ -23,3 +23,6 @@ kreis.pdf: kreis.tex fundamental.pdf: fundamental.tex pdflatex fundamental.tex +nine.pdf: nine.tex + pdflatex nine.tex + |