aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/common
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-03-08 16:27:37 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2022-03-08 16:27:37 +0100
commited0a70c80e7a8c9915f53edbfeb4daf19e030dd8 (patch)
tree60bf2a1bacc0008b48226ace4f5249192681fd58 /buch/papers/common
parentfix buchcover (diff)
downloadSeminarSpezielleFunktionen-ed0a70c80e7a8c9915f53edbfeb4daf19e030dd8.tar.gz
SeminarSpezielleFunktionen-ed0a70c80e7a8c9915f53edbfeb4daf19e030dd8.zip
add some theory
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.tex1
-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, 13 insertions, 0 deletions
diff --git a/buch/papers/common/Makefile.inc b/buch/papers/common/Makefile.inc
index 1e699cc..eb8b8a7 100644
--- a/buch/papers/common/Makefile.inc
+++ b/buch/papers/common/Makefile.inc
@@ -24,6 +24,7 @@ PAPERFILES = \
papers/kugel/main.tex \
papers/hermite/main.tex \
papers/ellfilter/main.tex \
+ papers/dreieck/main.tex \
buch1-blx.bbl: buch1-blx.aux
bibtex buch1-blx
@@ -76,6 +77,9 @@ buch16-blx.bbl: buch16-blx.aux
buch17-blx.bbl: buch17-blx.aux
bibtex buch17-blx
+buch18-blx.bbl: buch18-blx.aux
+ bibtex buch18-blx
+
BLXFILES = buch.bbl \
buch1-blx.bbl \
buch2-blx.bbl \
@@ -94,6 +98,7 @@ BLXFILES = buch.bbl \
buch15-blx.bbl \
buch16-blx.bbl \
buch17-blx.bbl \
+ buch18-blx.bbl \
PAPER_DIRECTORIES = \
000template \
@@ -112,6 +117,7 @@ PAPER_DIRECTORIES = \
kugel \
hermite \
ellfilter \
+ dreieck \
PAPER_MAKEFILEINC = \
papers/000template/Makefile.inc \
@@ -130,4 +136,5 @@ PAPER_MAKEFILEINC = \
papers/kugel/Makefile.inc \
papers/hermite/Makefile.inc \
papers/ellfilter/Makefile.inc \
+ papers/dreieck/Makefile.inc \
diff --git a/buch/papers/common/addbibresources.tex b/buch/papers/common/addbibresources.tex
index 0d60231..6e354b5 100644
--- a/buch/papers/common/addbibresources.tex
+++ b/buch/papers/common/addbibresources.tex
@@ -19,3 +19,4 @@
\addbibresource{papers/kugel/references.bib}
\addbibresource{papers/hermite/references.bib}
\addbibresource{papers/ellfilter/references.bib}
+\addbibresource{papers/dreieck/references.bib}
diff --git a/buch/papers/common/addpackages.tex b/buch/papers/common/addpackages.tex
index c97ce85..31f7455 100644
--- a/buch/papers/common/addpackages.tex
+++ b/buch/papers/common/addpackages.tex
@@ -19,3 +19,4 @@
\input{papers/kugel/packages.tex}
\input{papers/hermite/packages.tex}
\input{papers/ellfilter/packages.tex}
+\input{papers/dreieck/packages.tex}
diff --git a/buch/papers/common/addpapers.tex b/buch/papers/common/addpapers.tex
index 9e53036..dd2b07a 100644
--- a/buch/papers/common/addpapers.tex
+++ b/buch/papers/common/addpapers.tex
@@ -19,3 +19,4 @@
\input{papers/kugel/main.tex}
\input{papers/hermite/main.tex}
\input{papers/ellfilter/main.tex}
+\input{papers/dreieck/main.tex}
diff --git a/buch/papers/common/includes.inc b/buch/papers/common/includes.inc
index ad8af23..3e064d9 100644
--- a/buch/papers/common/includes.inc
+++ b/buch/papers/common/includes.inc
@@ -14,6 +14,7 @@ include papers/kra/Makefile.inc
include papers/kugel/Makefile.inc
include papers/hermite/Makefile.inc
include papers/ellfilter/Makefile.inc
+include papers/dreieck/Makefile.inc
TEXFILES = \
$(dependencies-000template) \
@@ -32,4 +33,5 @@ TEXFILES = \
$(dependencies-kugel) \
$(dependencies-hermite) \
$(dependencies-ellfilter) \
+ $(dependencies-dreieck) \
diff --git a/buch/papers/common/paperlist b/buch/papers/common/paperlist
index 6eab61d..d4e5c20 100644
--- a/buch/papers/common/paperlist
+++ b/buch/papers/common/paperlist
@@ -14,3 +14,4 @@ kra
kugel
hermite
ellfilter
+dreieck