diff options
author | erik-loeffler <100943759+erik-loeffler@users.noreply.github.com> | 2022-08-15 09:54:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 09:54:10 +0200 |
commit | 504d47a5a03f60cd54425cfd97fbff750a3f9061 (patch) | |
tree | 74aef248a603bad26b825371af8526b008807950 /buch/papers/zeta/images/Makefile | |
parent | Merge pull request #3 from haddoucher/sturmliouville/erik-branch (diff) | |
parent | Merge pull request #49 from HeadAndToes/master (diff) | |
download | SeminarSpezielleFunktionen-504d47a5a03f60cd54425cfd97fbff750a3f9061.tar.gz SeminarSpezielleFunktionen-504d47a5a03f60cd54425cfd97fbff750a3f9061.zip |
Merge branch 'AndreasFMueller:master' into master
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 |