diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-08-22 11:16:26 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-08-22 11:16:26 +0200 |
commit | 123a5f4a7d5afb554d17a6ffc795a7bf1921abf0 (patch) | |
tree | 6dea2c8e51803ed611076724926d59eb85da4634 /buch/chapters/95-homologie/images/Makefile | |
parent | Merge pull request #89 from Malarius1999/master (diff) | |
download | SeminarMatrizen-123a5f4a7d5afb554d17a6ffc795a7bf1921abf0.tar.gz SeminarMatrizen-123a5f4a7d5afb554d17a6ffc795a7bf1921abf0.zip |
add additional image
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/95-homologie/images/Makefile | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/buch/chapters/95-homologie/images/Makefile b/buch/chapters/95-homologie/images/Makefile index ac964ff..d14a3a2 100644 --- a/buch/chapters/95-homologie/images/Makefile +++ b/buch/chapters/95-homologie/images/Makefile @@ -3,7 +3,7 @@ # # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -all: dreieck.pdf polyeder.pdf +all: homocycles.pdf homoboundaries.pdf homoclasses.pdf gausshomoex.pdf gausshomobasis.pdf dreieck.pdf polyeder.pdf dreieck.pdf: dreieck.tex pdflatex dreieck.tex @@ -11,3 +11,18 @@ dreieck.pdf: dreieck.tex polyeder.pdf: polyeder.tex pdflatex polyeder.tex +gausshomobasis.pdf: gausshomobasis.tex + pdflatex gausshomobasis.tex + +gausshomoex.pdf: gausshomoex.tex + pdflatex gausshomoex.tex + +homocycles.pdf: homocycles.tex + pdflatex homocycles.tex + +homoboundaries.pdf: homoboundaries.tex + pdflatex homoboundaries.tex + +homoclasses.pdf: homoclasses.tex + pdflatex homoclasses.tex + |