diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-02-09 21:52:16 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-02-09 21:52:16 +0100 |
commit | ada53a9c225b896c8d7608300427aac475bb7045 (patch) | |
tree | 1b1fe99c3e78256ff839611225dd61d983b96575 /buch/chapters/40-eigenwerte/images/Makefile | |
parent | Illustrationen Markov-Ketten (diff) | |
download | SeminarMatrizen-ada53a9c225b896c8d7608300427aac475bb7045.tar.gz SeminarMatrizen-ada53a9c225b896c8d7608300427aac475bb7045.zip |
move all iamges to separate files
Diffstat (limited to 'buch/chapters/40-eigenwerte/images/Makefile')
-rw-r--r-- | buch/chapters/40-eigenwerte/images/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 + |