diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-02-01 13:29:17 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-02-01 13:29:17 +0100 |
commit | 6e8e590acec6c5e94497f386ad36849f9b4825fc (patch) | |
tree | 9e319970ee94d1df979c9c2952167b28b754c65c /buch/chapters/10-vektorenmatrizen/images/Makefile | |
parent | Markov-Ketten (diff) | |
download | SeminarMatrizen-6e8e590acec6c5e94497f386ad36849f9b4825fc.tar.gz SeminarMatrizen-6e8e590acec6c5e94497f386ad36849f9b4825fc.zip |
Übersicht algebraische Strukturen
Diffstat (limited to 'buch/chapters/10-vektorenmatrizen/images/Makefile')
-rw-r--r-- | buch/chapters/10-vektorenmatrizen/images/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/buch/chapters/10-vektorenmatrizen/images/Makefile b/buch/chapters/10-vektorenmatrizen/images/Makefile index 779d571..664dff5 100644 --- a/buch/chapters/10-vektorenmatrizen/images/Makefile +++ b/buch/chapters/10-vektorenmatrizen/images/Makefile @@ -3,10 +3,13 @@ # # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -all: ideale.pdf gausszahlen.pdf +all: ideale.pdf gausszahlen.pdf strukturen.pdf ideale.pdf: ideale.tex pdflatex ideale.tex gausszahlen.pdf: gausszahlen.tex pdflatex gausszahlen.tex + +strukturen.pdf: strukturen.tex + pdflatex strukturen.tex |