diff options
author | Andreas Müller <andreas.mueller@othello.ch> | 2022-08-09 07:26:30 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@othello.ch> | 2022-08-09 07:26:30 +0200 |
commit | c59bfce625a6c884e8404c07335a061db4cb07f6 (patch) | |
tree | 8299a54da9031916fb58225358b7c41fab09bc41 /buch/papers/zeta/images/Makefile | |
parent | Merge pull request #44 from Runterer/master (diff) | |
download | SeminarSpezielleFunktionen-c59bfce625a6c884e8404c07335a061db4cb07f6.tar.gz SeminarSpezielleFunktionen-c59bfce625a6c884e8404c07335a061db4cb07f6.zip |
Vorschlag für Primzahlfunktion-Graph
Diffstat (limited to 'buch/papers/zeta/images/Makefile')
-rw-r--r-- | buch/papers/zeta/images/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/buch/papers/zeta/images/Makefile b/buch/papers/zeta/images/Makefile new file mode 100644 index 0000000..c8deeec --- /dev/null +++ b/buch/papers/zeta/images/Makefile @@ -0,0 +1,5 @@ +# +# Makefile to build images +# +primzahlfunktion2.pdf: primzahlfunktion2.tex + pdflatex primzahlfunktion2.tex |