diff options
author | runterer <raphael.unterer@ost.ch> | 2022-08-09 10:05:41 +0200 |
---|---|---|
committer | runterer <raphael.unterer@ost.ch> | 2022-08-09 10:05:41 +0200 |
commit | 5f0bd2f0f44f0111977a9eece9ac555b06208ca9 (patch) | |
tree | f96a6ce92742ba80d7203a81008bbb69bdc91c63 /buch/papers/zeta/images/Makefile | |
parent | add zetaplot (diff) | |
download | SeminarSpezielleFunktionen-5f0bd2f0f44f0111977a9eece9ac555b06208ca9.tar.gz SeminarSpezielleFunktionen-5f0bd2f0f44f0111977a9eece9ac555b06208ca9.zip |
used matlab to calculate zetapath.tex
Diffstat (limited to '')
-rw-r--r-- | buch/papers/zeta/images/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/buch/papers/zeta/images/Makefile b/buch/papers/zeta/images/Makefile index d9cc20d..611662d 100644 --- a/buch/papers/zeta/images/Makefile +++ b/buch/papers/zeta/images/Makefile @@ -6,8 +6,5 @@ all: primzahlfunktion2.pdf zetaplot.pdf primzahlfunktion2.pdf: primzahlfunktion2.tex pdflatex primzahlfunktion2.tex -zetapath.tex: zetaplot.m zeta.m - octave zetaplot.m - zetaplot.pdf: zetaplot.tex zetapath.tex pdflatex zetaplot.tex |