diff options
author | Andreas Müller <andreas.mueller@othello.ch> | 2021-05-24 20:36:06 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@othello.ch> | 2021-05-24 20:36:06 +0200 |
commit | 7e4a7b847c63064a40fd7a4d3829eddb4191aa9e (patch) | |
tree | df3fd3bd2d8897e1e2803f049159e57ed8f29752 /buch/chapters/70-graphen/images/Makefile | |
parent | Kapitel über spektrale Graphentheorie (diff) | |
download | SeminarMatrizen-7e4a7b847c63064a40fd7a4d3829eddb4191aa9e.tar.gz SeminarMatrizen-7e4a7b847c63064a40fd7a4d3829eddb4191aa9e.zip |
Wavelets auf einem Graphen
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 + |