aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/common
diff options
context:
space:
mode:
Diffstat (limited to 'buch/papers/common')
-rw-r--r--buch/papers/common/Makefile.inc7
-rw-r--r--buch/papers/common/addpackages.tex1
-rw-r--r--buch/papers/common/addpapers.tex1
-rw-r--r--buch/papers/common/includes.inc2
-rw-r--r--buch/papers/common/paperlist1
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