diff options
author | Andreas Müller <andreas.mueller@othello.ch> | 2021-04-03 16:53:38 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@othello.ch> | 2021-04-03 16:53:38 +0200 |
commit | 260bd654d33b27c69b47e07217fa2212ef835fbd (patch) | |
tree | 469dc95275b6d8142ef9c25e312fc7a845f6a2b2 /buch/chapters/60-gruppen/images/Makefile | |
parent | kontinuierliche Symmetrien (diff) | |
download | SeminarMatrizen-260bd654d33b27c69b47e07217fa2212ef835fbd.tar.gz SeminarMatrizen-260bd654d33b27c69b47e07217fa2212ef835fbd.zip |
add new images
Diffstat (limited to 'buch/chapters/60-gruppen/images/Makefile')
-rw-r--r-- | buch/chapters/60-gruppen/images/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/buch/chapters/60-gruppen/images/Makefile b/buch/chapters/60-gruppen/images/Makefile new file mode 100644 index 0000000..bc65a71 --- /dev/null +++ b/buch/chapters/60-gruppen/images/Makefile @@ -0,0 +1,19 @@ +# +# Makefile +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# +all: phasenraum.pdf kartenkreis.pdf karten.pdf + +phasenraum.pdf: phasenraum.tex + pdflatex phasenraum.tex + +kartenkreis.pdf: kartenkreis.tex + pdflatex kartenkreis.tex + +torus.png: torus.pov + povray +A0.1 -W1920 -H1080 -Otorus.png torus.pov + +karten.pdf: karten.tex torus.png + pdflatex karten.tex + |