diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-09-09 16:25:47 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-09-09 16:25:47 +0200 |
commit | 15b6405261f267d24c509ed8f356d4eaffda1794 (patch) | |
tree | 08c97c373d39b0fe331498a6465d09ef925026bb /buch/chapters/60-gruppen/images/Makefile | |
parent | typo (diff) | |
download | SeminarMatrizen-15b6405261f267d24c509ed8f356d4eaffda1794.tar.gz SeminarMatrizen-15b6405261f267d24c509ed8f356d4eaffda1794.zip |
Kapitel 7
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/60-gruppen/images/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/buch/chapters/60-gruppen/images/Makefile b/buch/chapters/60-gruppen/images/Makefile index 3ed39e5..294ecfa 100644 --- a/buch/chapters/60-gruppen/images/Makefile +++ b/buch/chapters/60-gruppen/images/Makefile @@ -3,7 +3,8 @@ # # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -all: phasenraum.pdf kartenkreis.pdf karten.pdf sl2.pdf scherungen.pdf +all: phasenraum.pdf kartenkreis.pdf karten.pdf sl2.pdf scherungen.pdf \ + rodriguez.pdf nichtkomm.pdf phasenraum.pdf: phasenraum.tex pdflatex phasenraum.tex @@ -23,3 +24,8 @@ sl2.pdf: sl2.tex scherungen.pdf: scherungen.tex pdflatex scherungen.tex +rodriguez.pdf: rodriguez.tex rodriguez.jpg + pdflatex rodriguez.tex + +nichtkomm.pdf: nichtkomm.tex c60.jpg + pdflatex nichtkomm.tex |