diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-03-13 21:09:35 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-03-13 21:09:35 +0100 |
commit | a0a5f0f799be512684e31d13cdedc2ef1c404792 (patch) | |
tree | 7e9b9845f35a21d7bfef50c41464a8d0340f188c /buch/papers/common | |
parent | add new slides (diff) | |
download | SeminarMatrizen-a0a5f0f799be512684e31d13cdedc2ef1c404792.tar.gz SeminarMatrizen-a0a5f0f799be512684e31d13cdedc2ef1c404792.zip |
add additional paper
Diffstat (limited to 'buch/papers/common')
-rw-r--r-- | buch/papers/common/Makefile.inc | 7 | ||||
-rw-r--r-- | buch/papers/common/addpackages.tex | 1 | ||||
-rw-r--r-- | buch/papers/common/addpapers.tex | 1 | ||||
-rw-r--r-- | buch/papers/common/includes.inc | 2 | ||||
-rw-r--r-- | buch/papers/common/paperlist | 1 |
5 files changed, 12 insertions, 0 deletions
diff --git a/buch/papers/common/Makefile.inc b/buch/papers/common/Makefile.inc index b7b5775..5f77cb7 100644 --- a/buch/papers/common/Makefile.inc +++ b/buch/papers/common/Makefile.inc @@ -17,6 +17,7 @@ PAPERFILES = \ papers/clifford/main.tex \ papers/spannung/main.tex \ papers/erdbeben/main.tex \ + papers/munkres/main.tex \ buch1-blx.bbl: buch1-blx.aux bibtex buch1-blx @@ -48,6 +49,9 @@ buch9-blx.bbl: buch9-blx.aux buch10-blx.bbl: buch10-blx.aux bibtex buch10-blx +buch11-blx.bbl: buch11-blx.aux + bibtex buch11-blx + BLXFILES = buch.bbl \ buch1-blx.bbl \ buch2-blx.bbl \ @@ -59,6 +63,7 @@ BLXFILES = buch.bbl \ buch8-blx.bbl \ buch9-blx.bbl \ buch10-blx.bbl \ + buch11-blx.bbl \ PAPER_DIRECTORIES = \ verkehr \ @@ -70,6 +75,7 @@ PAPER_DIRECTORIES = \ clifford \ spannung \ erdbeben \ + munkres \ PAPER_MAKEFILEINC = \ papers/verkehr/Makefile.inc \ @@ -81,4 +87,5 @@ PAPER_MAKEFILEINC = \ papers/clifford/Makefile.inc \ papers/spannung/Makefile.inc \ papers/erdbeben/Makefile.inc \ + papers/munkres/Makefile.inc \ diff --git a/buch/papers/common/addpackages.tex b/buch/papers/common/addpackages.tex index 5497b14..0c44226 100644 --- a/buch/papers/common/addpackages.tex +++ b/buch/papers/common/addpackages.tex @@ -12,3 +12,4 @@ \input{papers/clifford/packages.tex} \input{papers/spannung/packages.tex} \input{papers/erdbeben/packages.tex} +\input{papers/munkres/packages.tex} diff --git a/buch/papers/common/addpapers.tex b/buch/papers/common/addpapers.tex index a5b9392..56d935a 100644 --- a/buch/papers/common/addpapers.tex +++ b/buch/papers/common/addpapers.tex @@ -12,3 +12,4 @@ \input{papers/clifford/main.tex} \input{papers/spannung/main.tex} \input{papers/erdbeben/main.tex} +\input{papers/munkres/main.tex} diff --git a/buch/papers/common/includes.inc b/buch/papers/common/includes.inc index fbd7bbd..8dc0247 100644 --- a/buch/papers/common/includes.inc +++ b/buch/papers/common/includes.inc @@ -7,6 +7,7 @@ include papers/mceliece/Makefile.inc include papers/clifford/Makefile.inc include papers/spannung/Makefile.inc include papers/erdbeben/Makefile.inc +include papers/munkres/Makefile.inc TEXFILES = \ $(dependencies-verkehr) \ @@ -18,4 +19,5 @@ TEXFILES = \ $(dependencies-clifford) \ $(dependencies-spannung) \ $(dependencies-erdbeben) \ + $(dependencies-munkres) \ diff --git a/buch/papers/common/paperlist b/buch/papers/common/paperlist index 495d1b7..ec9ac4d 100644 --- a/buch/papers/common/paperlist +++ b/buch/papers/common/paperlist @@ -7,3 +7,4 @@ mceliece clifford spannung erdbeben +munkres |