From c59bfce625a6c884e8404c07335a061db4cb07f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 9 Aug 2022 07:26:30 +0200 Subject: =?UTF-8?q?Vorschlag=20f=C3=BCr=20Primzahlfunktion-Graph?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buch/papers/zeta/images/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 buch/papers/zeta/images/Makefile (limited to 'buch/papers/zeta/images/Makefile') 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 -- cgit v1.2.1 From 1a6b529c9f88bd92579714a43bfa2c9fa32e6a12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 9 Aug 2022 08:27:08 +0200 Subject: add zetaplot --- buch/papers/zeta/images/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'buch/papers/zeta/images/Makefile') diff --git a/buch/papers/zeta/images/Makefile b/buch/papers/zeta/images/Makefile index c8deeec..d9cc20d 100644 --- a/buch/papers/zeta/images/Makefile +++ b/buch/papers/zeta/images/Makefile @@ -1,5 +1,13 @@ # # Makefile to build images # +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 -- cgit v1.2.1 From 5f0bd2f0f44f0111977a9eece9ac555b06208ca9 Mon Sep 17 00:00:00 2001 From: runterer Date: Tue, 9 Aug 2022 10:05:41 +0200 Subject: used matlab to calculate zetapath.tex --- buch/papers/zeta/images/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'buch/papers/zeta/images/Makefile') 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 -- cgit v1.2.1