diff options
author | Andreas Müller <andreas.mueller@othello.ch> | 2021-04-04 16:11:42 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@othello.ch> | 2021-04-04 16:11:42 +0200 |
commit | cca51799a95ab64faa3f0dfb841883c2852037d4 (patch) | |
tree | de16039d28fd32dc58b20535c0d866fb1b1dacc7 /buch/chapters/60-gruppen/images/Makefile | |
parent | fix phi_4 (diff) | |
download | SeminarMatrizen-cca51799a95ab64faa3f0dfb841883c2852037d4.tar.gz SeminarMatrizen-cca51799a95ab64faa3f0dfb841883c2852037d4.zip |
tangentialvektoren von o(n), sl_n
Diffstat (limited to 'buch/chapters/60-gruppen/images/Makefile')
-rw-r--r-- | buch/chapters/60-gruppen/images/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/buch/chapters/60-gruppen/images/Makefile b/buch/chapters/60-gruppen/images/Makefile index bc65a71..8824d75 100644 --- a/buch/chapters/60-gruppen/images/Makefile +++ b/buch/chapters/60-gruppen/images/Makefile @@ -3,7 +3,7 @@ # # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -all: phasenraum.pdf kartenkreis.pdf karten.pdf +all: phasenraum.pdf kartenkreis.pdf karten.pdf sl2.pdf phasenraum.pdf: phasenraum.tex pdflatex phasenraum.tex @@ -17,3 +17,6 @@ torus.png: torus.pov karten.pdf: karten.tex torus.png pdflatex karten.tex +sl2.pdf: sl2.tex + pdflatex sl2.tex + |