diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-01-25 21:28:42 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-01-25 21:28:42 +0100 |
commit | 7c87c2a7f34086001e0274bf804ae47b220f832a (patch) | |
tree | f2d1b2539e07cd850274e20fb985bfb3944633ea /buch/chapters/80-wahrscheinlichkeit/images/Makefile | |
parent | vieles zu endlichen Körpern (diff) | |
download | SeminarMatrizen-7c87c2a7f34086001e0274bf804ae47b220f832a.tar.gz SeminarMatrizen-7c87c2a7f34086001e0274bf804ae47b220f832a.zip |
Perron-Frobenius Theorie
Diffstat (limited to 'buch/chapters/80-wahrscheinlichkeit/images/Makefile')
-rw-r--r-- | buch/chapters/80-wahrscheinlichkeit/images/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/buch/chapters/80-wahrscheinlichkeit/images/Makefile b/buch/chapters/80-wahrscheinlichkeit/images/Makefile new file mode 100644 index 0000000..3c6a7f9 --- /dev/null +++ b/buch/chapters/80-wahrscheinlichkeit/images/Makefile @@ -0,0 +1,19 @@ +# +# Makefile +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschulen +# +all: diffusion.png diffusion.pdf + +diffusion.pdf: diffusion.tex diffusion.jpg + pdflatex diffusion.tex + +diffusion.png: diffusion.pov vektoren.inc + povray +A0.1 +W1920 +H1080 -Odiffusion.png diffusion.pov + +diffusion.jpg: diffusion.png + convert diffusion.png -density 300 -units PixelsPerInch diffusion.jpg + +vektoren.inc: diffusion.m + octave diffusion.m + |