From 812a80acf52275699afb285db46aa76be03006c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 18 Jan 2021 21:01:26 +0100 Subject: add more stuff about spectral radius --- buch/chapters/40-eigenwerte/images/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 buch/chapters/40-eigenwerte/images/Makefile (limited to 'buch/chapters/40-eigenwerte/images/Makefile') diff --git a/buch/chapters/40-eigenwerte/images/Makefile b/buch/chapters/40-eigenwerte/images/Makefile new file mode 100644 index 0000000..5915d30 --- /dev/null +++ b/buch/chapters/40-eigenwerte/images/Makefile @@ -0,0 +1,13 @@ +# +# Makefile +# +# (c) 2020 Prof Dr Andreas Müller, Hochschule Rappersil +# +all: sp.pdf + +sp.pdf: sp.tex sppaths.tex + pdflatex sp.tex + +sppaths.tex: spbeispiel.m + octave spbeispiel.m + -- cgit v1.2.1 From ada53a9c225b896c8d7608300427aac475bb7045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 9 Feb 2021 21:52:16 +0100 Subject: move all iamges to separate files --- buch/chapters/40-eigenwerte/images/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'buch/chapters/40-eigenwerte/images/Makefile') diff --git a/buch/chapters/40-eigenwerte/images/Makefile b/buch/chapters/40-eigenwerte/images/Makefile index 5915d30..db00dac 100644 --- a/buch/chapters/40-eigenwerte/images/Makefile +++ b/buch/chapters/40-eigenwerte/images/Makefile @@ -3,7 +3,7 @@ # # (c) 2020 Prof Dr Andreas Müller, Hochschule Rappersil # -all: sp.pdf +all: sp.pdf nilpotent.pdf sp.pdf: sp.tex sppaths.tex pdflatex sp.tex @@ -11,3 +11,6 @@ sp.pdf: sp.tex sppaths.tex sppaths.tex: spbeispiel.m octave spbeispiel.m +nilpotent.pdf: nilpotent.tex + pdflatex nilpotent.tex + -- cgit v1.2.1