diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-01-02 12:35:36 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-01-02 12:35:36 +0100 |
commit | 083feab0f9542f4e6e01c51c1beb6878f2f70b2f (patch) | |
tree | 6ccde264db9a51e4a3a817400057f53b08da2359 /buch/chapters/010-potenzen/images/Makefile | |
parent | fix some errors in hypergeometric examples (diff) | |
download | SeminarSpezielleFunktionen-083feab0f9542f4e6e01c51c1beb6878f2f70b2f.tar.gz SeminarSpezielleFunktionen-083feab0f9542f4e6e01c51c1beb6878f2f70b2f.zip |
new images
Diffstat (limited to 'buch/chapters/010-potenzen/images/Makefile')
-rw-r--r-- | buch/chapters/010-potenzen/images/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/buch/chapters/010-potenzen/images/Makefile b/buch/chapters/010-potenzen/images/Makefile new file mode 100644 index 0000000..a4b4f0d --- /dev/null +++ b/buch/chapters/010-potenzen/images/Makefile @@ -0,0 +1,9 @@ +# +# Makefile +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# +all: wurzel.pdf + +wurzel.pdf: wurzel.tex + pdflatex wurzel.tex |