diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-10-12 07:44:15 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-10-12 07:44:15 +0200 |
commit | 09e2c20b0a41a36161547b2628366db1e048eaf8 (patch) | |
tree | 19ce49dcdcf7ebe7835432ecc81b66ac1a97f7ec /buch/chapters/030-geometrie/images/Makefile | |
parent | more chapter skeletons (diff) | |
download | SeminarSpezielleFunktionen-09e2c20b0a41a36161547b2628366db1e048eaf8.tar.gz SeminarSpezielleFunktionen-09e2c20b0a41a36161547b2628366db1e048eaf8.zip |
add some info on elliptic functions
Diffstat (limited to 'buch/chapters/030-geometrie/images/Makefile')
-rw-r--r-- | buch/chapters/030-geometrie/images/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/buch/chapters/030-geometrie/images/Makefile b/buch/chapters/030-geometrie/images/Makefile new file mode 100644 index 0000000..8796cf6 --- /dev/null +++ b/buch/chapters/030-geometrie/images/Makefile @@ -0,0 +1,14 @@ +# +# Makefile for images +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# + +all: hyperbelflaeche.pdf polargleichung.pdf + +hyperbelflaeche.pdf: hyperbelflaeche.tex + pdflatex hyperbelflaeche.tex + +polargleichung.pdf: polargleichung.tex + pdflatex polargleichung.tex + |