From b73b611b12f5de2c342b04a22cac7f21f3786bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 6 Jun 2021 21:08:29 +0200 Subject: add lambert w section --- buch/chapters/020-exponential/images/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 buch/chapters/020-exponential/images/Makefile (limited to 'buch/chapters/020-exponential/images/Makefile') 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 + + -- cgit v1.2.1