aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/10-vektorenmatrizen
diff options
context:
space:
mode:
Diffstat (limited to 'buch/chapters/10-vektorenmatrizen')
-rw-r--r--buch/chapters/10-vektorenmatrizen/Makefile7
-rw-r--r--buch/chapters/10-vektorenmatrizen/Makefile.inc8
-rw-r--r--buch/chapters/10-vektorenmatrizen/chapter.tex9
3 files changed, 24 insertions, 0 deletions
diff --git a/buch/chapters/10-vektorenmatrizen/Makefile b/buch/chapters/10-vektorenmatrizen/Makefile
new file mode 100644
index 0000000..7dade13
--- /dev/null
+++ b/buch/chapters/10-vektorenmatrizen/Makefile
@@ -0,0 +1,7 @@
+#
+# Makefile -- Bilder für Kapitel 1 bauen
+#
+# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+images:
+
diff --git a/buch/chapters/10-vektorenmatrizen/Makefile.inc b/buch/chapters/10-vektorenmatrizen/Makefile.inc
new file mode 100644
index 0000000..d0a1805
--- /dev/null
+++ b/buch/chapters/10-vektorenmatrizen/Makefile.inc
@@ -0,0 +1,8 @@
+#
+# Makefile.inc -- Makefile dependencies for chapter 1
+#
+# (c) 2020 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+
+CHAPTERFILES = $(CHAPTERFILES) \
+ chapters/10-matrizenvektoren/chapter.tex
diff --git a/buch/chapters/10-vektorenmatrizen/chapter.tex b/buch/chapters/10-vektorenmatrizen/chapter.tex
new file mode 100644
index 0000000..d26f2a9
--- /dev/null
+++ b/buch/chapters/10-vektorenmatrizen/chapter.tex
@@ -0,0 +1,9 @@
+%
+% chapter.tex -- Kapitel mit den Grunddefinition und Notationen
+%
+% (c) 2020 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+%
+\chapter{Vektoren und Matrizen
+\label{buch:chapter:vektoren-und-matrizen}}
+\lhead{Vektoren und Matrizen }
+