aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/dreieck/images/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-03-13 11:05:56 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2022-03-13 11:05:56 +0100
commit97931f8f854d0b18dc5c0cb3cb2fecae922f81a2 (patch)
tree3d02cec7293be3da2f411ff7eb185acf4e49145a /buch/papers/dreieck/images/Makefile
parentBohr-Mollerup und Eindeutigkeit der Gamma-Funktion (diff)
downloadSeminarSpezielleFunktionen-97931f8f854d0b18dc5c0cb3cb2fecae922f81a2.tar.gz
SeminarSpezielleFunktionen-97931f8f854d0b18dc5c0cb3cb2fecae922f81a2.zip
add beta distribution graphs
Diffstat (limited to 'buch/papers/dreieck/images/Makefile')
-rw-r--r--buch/papers/dreieck/images/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/buch/papers/dreieck/images/Makefile b/buch/papers/dreieck/images/Makefile
index 3907d13..c979599 100644
--- a/buch/papers/dreieck/images/Makefile
+++ b/buch/papers/dreieck/images/Makefile
@@ -3,8 +3,16 @@
#
# (c) 2022 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
+all: order.pdf beta.pdf
+
order.pdf: order.tex orderpath.tex
pdflatex order.tex
orderpath.tex: order.m
octave order.m
+
+beta.pdf: beta.tex betapaths.tex
+ pdflatex beta.tex
+
+betapaths.tex: betadist.m
+ octave betadist.m