diff options
author | Nunigan <37363304+Nunigan@users.noreply.github.com> | 2021-08-23 11:01:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 11:01:22 +0200 |
commit | 82a3f1c97dabda9725ba3292bb31ad6784abb22a (patch) | |
tree | 8c8cceb53490d0cff02cae1543fcc43661ef999b /buch/chapters/95-homologie/images/Makefile | |
parent | update (diff) | |
parent | typo (diff) | |
download | SeminarMatrizen-82a3f1c97dabda9725ba3292bb31ad6784abb22a.tar.gz SeminarMatrizen-82a3f1c97dabda9725ba3292bb31ad6784abb22a.zip |
Merge branch 'AndreasFMueller:master' into master
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/95-homologie/images/Makefile | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/buch/chapters/95-homologie/images/Makefile b/buch/chapters/95-homologie/images/Makefile index ac964ff..50c2b0d 100644 --- a/buch/chapters/95-homologie/images/Makefile +++ b/buch/chapters/95-homologie/images/Makefile @@ -3,7 +3,8 @@ # # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -all: dreieck.pdf polyeder.pdf +all: complexbasis.pdf homocycles.pdf homoboundaries.pdf homoclasses.pdf \ + gausshomoex.pdf gausshomobasis.pdf dreieck.pdf polyeder.pdf dreieck.pdf: dreieck.tex pdflatex dreieck.tex @@ -11,3 +12,21 @@ 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 + +complexbasis.pdf: complexbasis.tex + pdflatex complexbasis.tex + |