diff options
author | Nicolas Tobler <nicolas.tobler@ost.ch> | 2022-08-14 15:40:49 +0200 |
---|---|---|
committer | Nicolas Tobler <nicolas.tobler@ost.ch> | 2022-08-14 15:40:49 +0200 |
commit | 14af017af260d31f8e254e158aaa8dc285890006 (patch) | |
tree | 183cbb155f014a433cef63127e9923068cf68063 /buch/papers/zeta/images/Makefile | |
parent | corrections (diff) | |
parent | Merge pull request #47 from f1bi1n/master (diff) | |
download | SeminarSpezielleFunktionen-14af017af260d31f8e254e158aaa8dc285890006.tar.gz SeminarSpezielleFunktionen-14af017af260d31f8e254e158aaa8dc285890006.zip |
Merge branch 'master' of https://github.com/AndreasFMueller/SeminarSpezielleFunktionen
Diffstat (limited to '')
-rw-r--r-- | buch/papers/zeta/images/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/buch/papers/zeta/images/Makefile b/buch/papers/zeta/images/Makefile new file mode 100644 index 0000000..611662d --- /dev/null +++ b/buch/papers/zeta/images/Makefile @@ -0,0 +1,10 @@ +# +# Makefile to build images +# +all: primzahlfunktion2.pdf zetaplot.pdf + +primzahlfunktion2.pdf: primzahlfunktion2.tex + pdflatex primzahlfunktion2.tex + +zetaplot.pdf: zetaplot.tex zetapath.tex + pdflatex zetaplot.tex |