aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/common
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-03-07 07:01:09 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2022-03-07 07:01:09 +0100
commit65b87e68461798469998bc1a9d280e22f33244d3 (patch)
treec1bb43f38edc7ce8df643c13381f1d4bff249314 /buch/papers/common
parentfix wrong paper short name (diff)
downloadSeminarSpezielleFunktionen-65b87e68461798469998bc1a9d280e22f33244d3.tar.gz
SeminarSpezielleFunktionen-65b87e68461798469998bc1a9d280e22f33244d3.zip
add missing paper
Diffstat (limited to 'buch/papers/common')
-rw-r--r--buch/papers/common/Makefile.inc7
-rw-r--r--buch/papers/common/addbibresources.tex1
-rw-r--r--buch/papers/common/addpackages.tex14
-rw-r--r--buch/papers/common/addpapers.tex1
-rw-r--r--buch/papers/common/includes.inc2
-rw-r--r--buch/papers/common/paperlist1
6 files changed, 26 insertions, 0 deletions
diff --git a/buch/papers/common/Makefile.inc b/buch/papers/common/Makefile.inc
index 4daf640..fdf406c 100644
--- a/buch/papers/common/Makefile.inc
+++ b/buch/papers/common/Makefile.inc
@@ -18,6 +18,7 @@ PAPERFILES = \
papers/laguerre/main.tex \
papers/zeta/main.tex \
papers/0f1/main.tex \
+ papers/nav/main.tex \
papers/kra/main.tex \
papers/kugel/main.tex \
papers/hermite/main.tex \
@@ -68,6 +69,9 @@ buch14-blx.bbl: buch14-blx.aux
buch15-blx.bbl: buch15-blx.aux
bibtex buch15-blx
+buch16-blx.bbl: buch16-blx.aux
+ bibtex buch16-blx
+
BLXFILES = buch.bbl \
buch1-blx.bbl \
buch2-blx.bbl \
@@ -84,6 +88,7 @@ BLXFILES = buch.bbl \
buch13-blx.bbl \
buch14-blx.bbl \
buch15-blx.bbl \
+ buch16-blx.bbl \
PAPER_DIRECTORIES = \
000template \
@@ -96,6 +101,7 @@ PAPER_DIRECTORIES = \
laguerre \
zeta \
0f1 \
+ nav \
kra \
kugel \
hermite \
@@ -112,6 +118,7 @@ PAPER_MAKEFILEINC = \
papers/laguerre/Makefile.inc \
papers/zeta/Makefile.inc \
papers/0f1/Makefile.inc \
+ papers/nav/Makefile.inc \
papers/kra/Makefile.inc \
papers/kugel/Makefile.inc \
papers/hermite/Makefile.inc \
diff --git a/buch/papers/common/addbibresources.tex b/buch/papers/common/addbibresources.tex
index cd75c19..13947b5 100644
--- a/buch/papers/common/addbibresources.tex
+++ b/buch/papers/common/addbibresources.tex
@@ -13,6 +13,7 @@
\addbibresource{papers/laguerre/references.bib}
\addbibresource{papers/zeta/references.bib}
\addbibresource{papers/0f1/references.bib}
+\addbibresource{papers/nav/references.bib}
\addbibresource{papers/kra/references.bib}
\addbibresource{papers/kugel/references.bib}
\addbibresource{papers/hermite/references.bib}
diff --git a/buch/papers/common/addpackages.tex b/buch/papers/common/addpackages.tex
index e855c81..4f2f2c9 100644
--- a/buch/papers/common/addpackages.tex
+++ b/buch/papers/common/addpackages.tex
@@ -4,3 +4,17 @@
% (c) 2019 Prof Dr Andreas Müller, Hochschule Rapperswil
%
\input{papers/000template/packages.tex}
+\input{papers/lambertw/packages.tex}
+\input{papers/fm/packages.tex}
+\input{papers/nlwave/packages.tex}
+\input{papers/fresnel/packages.tex}
+\input{papers/kreismembran/packages.tex}
+\input{papers/sturmliouville/packages.tex}
+\input{papers/laguerre/packages.tex}
+\input{papers/zeta/packages.tex}
+\input{papers/0f1/packages.tex}
+\input{papers/nav/packages.tex}
+\input{papers/kra/packages.tex}
+\input{papers/kugel/packages.tex}
+\input{papers/hermite/packages.tex}
+\input{papers/ellfilter/packages.tex}
diff --git a/buch/papers/common/addpapers.tex b/buch/papers/common/addpapers.tex
index 20d9b8f..2180bef 100644
--- a/buch/papers/common/addpapers.tex
+++ b/buch/papers/common/addpapers.tex
@@ -13,6 +13,7 @@
\input{papers/laguerre/main.tex}
\input{papers/zeta/main.tex}
\input{papers/0f1/main.tex}
+\input{papers/nav/main.tex}
\input{papers/kra/main.tex}
\input{papers/kugel/main.tex}
\input{papers/hermite/main.tex}
diff --git a/buch/papers/common/includes.inc b/buch/papers/common/includes.inc
index dca6e9f..594f89c 100644
--- a/buch/papers/common/includes.inc
+++ b/buch/papers/common/includes.inc
@@ -8,6 +8,7 @@ include papers/sturmliouville/Makefile.inc
include papers/laguerre/Makefile.inc
include papers/zeta/Makefile.inc
include papers/0f1/Makefile.inc
+include papers/nav/Makefile.inc
include papers/kra/Makefile.inc
include papers/kugel/Makefile.inc
include papers/hermite/Makefile.inc
@@ -24,6 +25,7 @@ TEXFILES = \
$(dependencies-laguerre) \
$(dependencies-zeta) \
$(dependencies-0f1) \
+ $(dependencies-nav) \
$(dependencies-kra) \
$(dependencies-kugel) \
$(dependencies-hermite) \
diff --git a/buch/papers/common/paperlist b/buch/papers/common/paperlist
index 916b7c5..2b2a988 100644
--- a/buch/papers/common/paperlist
+++ b/buch/papers/common/paperlist
@@ -8,6 +8,7 @@ sturmliouville
laguerre
zeta
0f1
+nav
kra
kugel
hermite