diff options
author | Andreas Müller <andreas.mueller@hsr.ch> | 2020-12-03 17:18:03 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@hsr.ch> | 2020-12-03 17:18:03 +0100 |
commit | ac4b80be810fc615b426557ad86f0cb8092f5304 (patch) | |
tree | 2afe81a7f8a178fa479a91bec4cf61a54f8eae9f /buch/chapters/20-polynome | |
parent | some more ideas (diff) | |
download | SeminarMatrizen-ac4b80be810fc615b426557ad86f0cb8092f5304.tar.gz SeminarMatrizen-ac4b80be810fc615b426557ad86f0cb8092f5304.zip |
add files
Diffstat (limited to 'buch/chapters/20-polynome')
-rw-r--r-- | buch/chapters/20-polynome/Makefile | 7 | ||||
-rw-r--r-- | buch/chapters/20-polynome/Makefile.inc | 8 | ||||
-rw-r--r-- | buch/chapters/20-polynome/chapter.tex | 9 |
3 files changed, 24 insertions, 0 deletions
diff --git a/buch/chapters/20-polynome/Makefile b/buch/chapters/20-polynome/Makefile new file mode 100644 index 0000000..6b83cbe --- /dev/null +++ b/buch/chapters/20-polynome/Makefile @@ -0,0 +1,7 @@ +# +# Makefile -- Bilder für Kapitel 2 bauen +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# +images: + diff --git a/buch/chapters/20-polynome/Makefile.inc b/buch/chapters/20-polynome/Makefile.inc new file mode 100644 index 0000000..06576f3 --- /dev/null +++ b/buch/chapters/20-polynome/Makefile.inc @@ -0,0 +1,8 @@ +# +# Makefile.inc -- Makefile dependencies for chapter 2 +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# + +CHAPTERFILES = $(CHAPTERFILES) \ + chapters/20-polynome/chapter.tex diff --git a/buch/chapters/20-polynome/chapter.tex b/buch/chapters/20-polynome/chapter.tex new file mode 100644 index 0000000..4156c15 --- /dev/null +++ b/buch/chapters/20-polynome/chapter.tex @@ -0,0 +1,9 @@ +% +% chapter.tex -- Kapitel über Polynome +% +% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +% +\chapter{Polynome +\label{buch:chapter:polynome}} +\lhead{Polynome} + |