From 806a9ed0cf5ab8c2daab8e5a384b799ad81eb56c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 7 Mar 2022 09:53:32 +0100 Subject: add missing paper transfer --- buch/papers/common/Makefile.inc | 7 +++++++ buch/papers/common/addbibresources.tex | 1 + buch/papers/common/addpackages.tex | 1 + buch/papers/common/addpapers.tex | 1 + buch/papers/common/includes.inc | 2 ++ buch/papers/common/paperlist | 1 + 6 files changed, 13 insertions(+) (limited to 'buch/papers/common') diff --git a/buch/papers/common/Makefile.inc b/buch/papers/common/Makefile.inc index fdf406c..d32c902 100644 --- a/buch/papers/common/Makefile.inc +++ b/buch/papers/common/Makefile.inc @@ -19,6 +19,7 @@ PAPERFILES = \ papers/zeta/main.tex \ papers/0f1/main.tex \ papers/nav/main.tex \ + papers/transfer/main.tex \ papers/kra/main.tex \ papers/kugel/main.tex \ papers/hermite/main.tex \ @@ -72,6 +73,9 @@ buch15-blx.bbl: buch15-blx.aux buch16-blx.bbl: buch16-blx.aux bibtex buch16-blx +buch17-blx.bbl: buch17-blx.aux + bibtex buch17-blx + BLXFILES = buch.bbl \ buch1-blx.bbl \ buch2-blx.bbl \ @@ -89,6 +93,7 @@ BLXFILES = buch.bbl \ buch14-blx.bbl \ buch15-blx.bbl \ buch16-blx.bbl \ + buch17-blx.bbl \ PAPER_DIRECTORIES = \ 000template \ @@ -102,6 +107,7 @@ PAPER_DIRECTORIES = \ zeta \ 0f1 \ nav \ + transfer \ kra \ kugel \ hermite \ @@ -119,6 +125,7 @@ PAPER_MAKEFILEINC = \ papers/zeta/Makefile.inc \ papers/0f1/Makefile.inc \ papers/nav/Makefile.inc \ + papers/transfer/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 13947b5..be4802c 100644 --- a/buch/papers/common/addbibresources.tex +++ b/buch/papers/common/addbibresources.tex @@ -14,6 +14,7 @@ \addbibresource{papers/zeta/references.bib} \addbibresource{papers/0f1/references.bib} \addbibresource{papers/nav/references.bib} +\addbibresource{papers/transfer/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 4f2f2c9..00e564a 100644 --- a/buch/papers/common/addpackages.tex +++ b/buch/papers/common/addpackages.tex @@ -14,6 +14,7 @@ \input{papers/zeta/packages.tex} \input{papers/0f1/packages.tex} \input{papers/nav/packages.tex} +\input{papers/transfer/packages.tex} \input{papers/kra/packages.tex} \input{papers/kugel/packages.tex} \input{papers/hermite/packages.tex} diff --git a/buch/papers/common/addpapers.tex b/buch/papers/common/addpapers.tex index 2180bef..6327dc3 100644 --- a/buch/papers/common/addpapers.tex +++ b/buch/papers/common/addpapers.tex @@ -14,6 +14,7 @@ \input{papers/zeta/main.tex} \input{papers/0f1/main.tex} \input{papers/nav/main.tex} +\input{papers/transfer/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 594f89c..e5b4a63 100644 --- a/buch/papers/common/includes.inc +++ b/buch/papers/common/includes.inc @@ -9,6 +9,7 @@ include papers/laguerre/Makefile.inc include papers/zeta/Makefile.inc include papers/0f1/Makefile.inc include papers/nav/Makefile.inc +include papers/transfer/Makefile.inc include papers/kra/Makefile.inc include papers/kugel/Makefile.inc include papers/hermite/Makefile.inc @@ -26,6 +27,7 @@ TEXFILES = \ $(dependencies-zeta) \ $(dependencies-0f1) \ $(dependencies-nav) \ + $(dependencies-transfer) \ $(dependencies-kra) \ $(dependencies-kugel) \ $(dependencies-hermite) \ diff --git a/buch/papers/common/paperlist b/buch/papers/common/paperlist index 2b2a988..e2ef4c3 100644 --- a/buch/papers/common/paperlist +++ b/buch/papers/common/paperlist @@ -9,6 +9,7 @@ laguerre zeta 0f1 nav +transfer kra kugel hermite -- cgit v1.2.1