diff options
author | Joshua Baer <joshua.baer@ost.ch> | 2022-08-16 10:28:39 +0200 |
---|---|---|
committer | Joshua Baer <joshua.baer@ost.ch> | 2022-08-16 10:28:39 +0200 |
commit | f3fc1867221ab08c20cbb3f21663e89a10526dcb (patch) | |
tree | 49ca3a3a863f57f2ea69025ed493ba6f35d12c36 /buch/papers/zeta/images/Makefile | |
parent | signal m draw (diff) | |
parent | fix a typo (diff) | |
download | SeminarSpezielleFunktionen-f3fc1867221ab08c20cbb3f21663e89a10526dcb.tar.gz SeminarSpezielleFunktionen-f3fc1867221ab08c20cbb3f21663e89a10526dcb.zip |
Merge branch 'master' of github.com:JODBaer/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 |