diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-02-22 19:20:23 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-02-22 19:20:23 +0100 |
commit | 4e04665947e8b2e625dc53ba7c597171e7d9de7d (patch) | |
tree | c94d96cabd53234143e93ca7aa7dfb3a518b5773 /buch/chapters/70-graphen/images/Makefile | |
parent | Abbildung Graph mit Adj/Inz (diff) | |
download | SeminarMatrizen-4e04665947e8b2e625dc53ba7c597171e7d9de7d.tar.gz SeminarMatrizen-4e04665947e8b2e625dc53ba7c597171e7d9de7d.zip |
add new images
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 9e61446..529f314 100644 --- a/buch/chapters/70-graphen/images/Makefile +++ b/buch/chapters/70-graphen/images/Makefile @@ -3,7 +3,7 @@ # # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -all: peterson.pdf adjazenzu.pdf +all: peterson.pdf adjazenzu.pdf adjazenzd.pdf peterson.pdf: peterson.tex pdflatex peterson.tex @@ -11,3 +11,6 @@ peterson.pdf: peterson.tex adjazenzu.pdf: adjazenzu.tex pdflatex adjazenzu.tex +adjazenzd.pdf: adjazenzd.tex + pdflatex adjazenzd.tex + |