diff options
author | Pascal Schmid <81317360+paschost@users.noreply.github.com> | 2021-05-24 21:17:59 +0200 |
---|---|---|
committer | Pascal Schmid <81317360+paschost@users.noreply.github.com> | 2021-05-24 21:17:59 +0200 |
commit | dab16fe994a13728b9ce9f279c4f90463f3474e7 (patch) | |
tree | 31624324a879c9944c9035b25407bc6ea839763f /buch/chapters/70-graphen/images/Makefile | |
parent | Merge branch 'part_verkehr' of https://github.com/paschost/SeminarMatrizen in... (diff) | |
parent | Wavelets auf einem Graphen (diff) | |
download | SeminarMatrizen-dab16fe994a13728b9ce9f279c4f90463f3474e7.tar.gz SeminarMatrizen-dab16fe994a13728b9ce9f279c4f90463f3474e7.zip |
Merge branch 'AndreasFMueller:master' into part_verkehr
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 d34247b..5db54c8 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 nine.pdf + petersonchrind.pdf nine.pdf gh.pdf peterson.pdf: peterson.tex pdflatex peterson.tex @@ -26,3 +26,6 @@ fundamental.pdf: fundamental.tex nine.pdf: nine.tex pdflatex nine.tex +gh.pdf: gh.tex + pdflatex gh.tex + |