diff options
author | Patrik Müller <patrik.mueller@ost.ch> | 2022-07-18 17:34:37 +0200 |
---|---|---|
committer | Patrik Müller <patrik.mueller@ost.ch> | 2022-07-18 17:34:37 +0200 |
commit | e1f5d6267540ea8dc758696fb08cb7540362cf8f (patch) | |
tree | 9262e3e7dd31bcea50a5e1dc43cab4fa8f681625 /buch/papers/laguerre/Makefile | |
parent | Change image scripts to PDF format, update Makefile, add complex plane plot (diff) | |
download | SeminarSpezielleFunktionen-e1f5d6267540ea8dc758696fb08cb7540362cf8f.tar.gz SeminarSpezielleFunktionen-e1f5d6267540ea8dc758696fb08cb7540362cf8f.zip |
First complete draft of Laguerre chapter
Diffstat (limited to 'buch/papers/laguerre/Makefile')
-rw-r--r-- | buch/papers/laguerre/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buch/papers/laguerre/Makefile b/buch/papers/laguerre/Makefile index 48f8066..85a1b83 100644 --- a/buch/papers/laguerre/Makefile +++ b/buch/papers/laguerre/Makefile @@ -28,7 +28,7 @@ images: $(FIGURES) .PHONY: presentation presentation: $(PRESFOLDER)/presentation.pdf -images/%.pdf images/%.pgf: scripts/%.py +images/%.pdf images/%.pgf: scripts/%.py scripts/gamma_approx.py python3 $< images/gammaplot.pdf: images/gammaplot.tex images/gammapaths.tex |