diff options
author | haddoucher <reda.haddouche@ost.ch> | 2022-08-16 14:36:07 +0200 |
---|---|---|
committer | haddoucher <reda.haddouche@ost.ch> | 2022-08-16 14:36:07 +0200 |
commit | f031b148a79d1dafb0e3405643be05e7a7eb1222 (patch) | |
tree | 3f0c7d27ba90e10874a885cae9026fdbaa0b01e6 /buch/papers/zeta/images/Makefile | |
parent | Update tschebyscheff_beispiel.tex (diff) | |
parent | Merge pull request #5 from haddoucher/sturmliouville/erik-branch (diff) | |
download | SeminarSpezielleFunktionen-f031b148a79d1dafb0e3405643be05e7a7eb1222.tar.gz SeminarSpezielleFunktionen-f031b148a79d1dafb0e3405643be05e7a7eb1222.zip |
Merge remote-tracking branch 'origin/master' into sturmliouville/redabranch
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 |