aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/020-exponential/images/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-06-06 21:08:29 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-06-06 21:08:29 +0200
commitb73b611b12f5de2c342b04a22cac7f21f3786bad (patch)
tree3afb19ea39d765ceb9c4c1eb979c20e19e598813 /buch/chapters/020-exponential/images/Makefile
parentadd intro (diff)
downloadSeminarSpezielleFunktionen-b73b611b12f5de2c342b04a22cac7f21f3786bad.tar.gz
SeminarSpezielleFunktionen-b73b611b12f5de2c342b04a22cac7f21f3786bad.zip
add lambert w section
Diffstat (limited to 'buch/chapters/020-exponential/images/Makefile')
-rw-r--r--buch/chapters/020-exponential/images/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/buch/chapters/020-exponential/images/Makefile b/buch/chapters/020-exponential/images/Makefile
new file mode 100644
index 0000000..63ebc4f
--- /dev/null
+++ b/buch/chapters/020-exponential/images/Makefile
@@ -0,0 +1,15 @@
+#
+# Makefile
+#
+# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+
+all: xexpx.pdf w.pdf
+
+xexpx.pdf: xexpx.tex
+ pdflatex xexpx.tex
+
+w.pdf: w.tex
+ pdflatex w.tex
+
+