diff options
author | Andreas Müller <andreas.mueller@othello.ch> | 2021-12-27 20:34:52 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@othello.ch> | 2021-12-27 20:34:52 +0100 |
commit | b061e8140748608327055591a6c9e8a9722274a2 (patch) | |
tree | 6e47719c8a1481934480d1ca94526d826d3bf876 /buch/chapters/020-exponential/images/Makefile | |
parent | lineare differenzengleichungen, beta, integral-gamma (diff) | |
download | SeminarSpezielleFunktionen-b061e8140748608327055591a6c9e8a9722274a2.tar.gz SeminarSpezielleFunktionen-b061e8140748608327055591a6c9e8a9722274a2.zip |
new stuff about logarithms
Diffstat (limited to 'buch/chapters/020-exponential/images/Makefile')
-rw-r--r-- | buch/chapters/020-exponential/images/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/buch/chapters/020-exponential/images/Makefile b/buch/chapters/020-exponential/images/Makefile index 63ebc4f..0a57348 100644 --- a/buch/chapters/020-exponential/images/Makefile +++ b/buch/chapters/020-exponential/images/Makefile @@ -4,7 +4,7 @@ # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -all: xexpx.pdf w.pdf +all: xexpx.pdf w.pdf buergiausschnitt.pdf xexpx.pdf: xexpx.tex pdflatex xexpx.tex @@ -12,4 +12,5 @@ xexpx.pdf: xexpx.tex w.pdf: w.tex pdflatex w.tex - +buergiausschnitt.pdf: buergiausschnitt.tex buergi1.pdf + pdflatex buergiausschnitt.tex |