diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-05-21 12:45:42 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-05-21 12:45:42 +0200 |
commit | eceae67b3a13bc28acc446288429a90be2efa99d (patch) | |
tree | edb40b97e510b7e5eee51a2b7e9016b3e0ce1304 /buch/papers/kugel/images/Makefile | |
parent | add new script for risch part (diff) | |
download | SeminarSpezielleFunktionen-eceae67b3a13bc28acc446288429a90be2efa99d.tar.gz SeminarSpezielleFunktionen-eceae67b3a13bc28acc446288429a90be2efa99d.zip |
curvature graph
Diffstat (limited to 'buch/papers/kugel/images/Makefile')
-rw-r--r-- | buch/papers/kugel/images/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/buch/papers/kugel/images/Makefile b/buch/papers/kugel/images/Makefile new file mode 100644 index 0000000..8efa228 --- /dev/null +++ b/buch/papers/kugel/images/Makefile @@ -0,0 +1,13 @@ +# +# Makefile -- build images +# +# (c) 2022 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# +all: curvature.png + +curvature.inc: curvgraph.m + octave curvgraph.m + +curvature.png: curvature.pov curvature.inc + povray +A0.1 +W1920 +H1080 +Ocurvature.png curvature.pov + |