From ac4b80be810fc615b426557ad86f0cb8092f5304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 3 Dec 2020 17:18:03 +0100 Subject: add files --- buch/papers/common/Makefile.inc | 27 +++++++++++++++++++++++++++ buch/papers/common/README | 4 ++++ buch/papers/common/addbibresources.tex | 6 ++++++ buch/papers/common/addpackages.tex | 6 ++++++ buch/papers/common/addpapers.tex | 6 ++++++ buch/papers/common/includes.inc | 6 ++++++ buch/papers/common/paperlist | 1 + 7 files changed, 56 insertions(+) create mode 100644 buch/papers/common/Makefile.inc create mode 100644 buch/papers/common/README create mode 100644 buch/papers/common/addbibresources.tex create mode 100644 buch/papers/common/addpackages.tex create mode 100644 buch/papers/common/addpapers.tex create mode 100644 buch/papers/common/includes.inc create mode 100644 buch/papers/common/paperlist (limited to 'buch/papers/common') diff --git a/buch/papers/common/Makefile.inc b/buch/papers/common/Makefile.inc new file mode 100644 index 0000000..831686d --- /dev/null +++ b/buch/papers/common/Makefile.inc @@ -0,0 +1,27 @@ +# +# Makefile.inc -- Makefile Targets und Variablen für Papers +# +# Achtung: dieses File wird erzeugt vom Skript scripts/mkmakefile +# +# (c) 2020 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# +PAPERFILES = \ + papers/part2.tex \ + papers/uebersicht.tex \ + papers/000template/main.tex \ + +buch1-blx.bbl: buch1-blx.aux + bibtex buch1-blx + + +BLXFILES = buch.bbl \ + buch1-blx.bbl \ + + +PAPER_DIRECTORIES = \ + 000template \ + +PAPER_MAKEFILEINC = \ + papers/000template/Makefile.inc \ + + diff --git a/buch/papers/common/README b/buch/papers/common/README new file mode 100644 index 0000000..09e3854 --- /dev/null +++ b/buch/papers/common/README @@ -0,0 +1,4 @@ +This directory mainly contains files generated by scripts in the scripts +directory. Most of them depend on the file paperlist that contains short +names for directories containing individual papers. + diff --git a/buch/papers/common/addbibresources.tex b/buch/papers/common/addbibresources.tex new file mode 100644 index 0000000..d3976c7 --- /dev/null +++ b/buch/papers/common/addbibresources.tex @@ -0,0 +1,6 @@ +% +% addbibresources.tex -- file to add all bib resources +% +% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +% +\addbibresource{papers/000template/references.bib} diff --git a/buch/papers/common/addpackages.tex b/buch/papers/common/addpackages.tex new file mode 100644 index 0000000..7683c16 --- /dev/null +++ b/buch/papers/common/addpackages.tex @@ -0,0 +1,6 @@ +% +% addpackages.tex -- file to add all paper packages files +% +% (c) 2019 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +% +\input{papers/000template/packages.tex} diff --git a/buch/papers/common/addpapers.tex b/buch/papers/common/addpapers.tex new file mode 100644 index 0000000..27baa8b --- /dev/null +++ b/buch/papers/common/addpapers.tex @@ -0,0 +1,6 @@ +% +% addpapers.tex -- file to add all paper main files +% +% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +% +\input{papers/000template/main.tex} diff --git a/buch/papers/common/includes.inc b/buch/papers/common/includes.inc new file mode 100644 index 0000000..8ef798e --- /dev/null +++ b/buch/papers/common/includes.inc @@ -0,0 +1,6 @@ +include papers/000template/Makefile.inc + +TEXFILES = \ + $(dependencies-000template) \ + + diff --git a/buch/papers/common/paperlist b/buch/papers/common/paperlist new file mode 100644 index 0000000..ed0f06a --- /dev/null +++ b/buch/papers/common/paperlist @@ -0,0 +1 @@ +000template -- cgit v1.2.1