diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-03-27 20:33:43 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-03-27 20:33:43 +0100 |
commit | 0a3486fa2ae398bb113053ad0823cf59c4a3b1eb (patch) | |
tree | ccc0b28d63b3549a933f66ed67f88ddb7c2fa259 /buch/chapters/40-eigenwerte/images/Makefile | |
parent | fix typo (diff) | |
download | SeminarMatrizen-0a3486fa2ae398bb113053ad0823cf59c4a3b1eb.tar.gz SeminarMatrizen-0a3486fa2ae398bb113053ad0823cf59c4a3b1eb.zip |
new images
Diffstat (limited to 'buch/chapters/40-eigenwerte/images/Makefile')
-rw-r--r-- | buch/chapters/40-eigenwerte/images/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/buch/chapters/40-eigenwerte/images/Makefile b/buch/chapters/40-eigenwerte/images/Makefile index db00dac..753153d 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 nilpotent.pdf +all: sp.pdf nilpotent.pdf kernbild.pdf kombiniert.pdf sp.pdf: sp.tex sppaths.tex pdflatex sp.tex @@ -14,3 +14,8 @@ sppaths.tex: spbeispiel.m nilpotent.pdf: nilpotent.tex pdflatex nilpotent.tex +kernbild.pdf: kernbild.tex bild2.jpg kern2.jpg + pdflatex kernbild.tex + +kombiniert.pdf: kombiniert.tex kombiniert.jpg + pdflatex kombiniert.tex |