diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-06-04 16:46:46 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-06-04 16:46:46 +0200 |
commit | 4752a00668c8de082d467bbdb8ba47f3cb0091b4 (patch) | |
tree | a3c3782662c1f8ee5e54c40eb9b9d62d30f90c74 /buch/papers/common | |
parent | add ideas file (diff) | |
download | SeminarSpezielleFunktionen-4752a00668c8de082d467bbdb8ba47f3cb0091b4.tar.gz SeminarSpezielleFunktionen-4752a00668c8de082d467bbdb8ba47f3cb0091b4.zip |
add basic file infrastructure for special function book
Diffstat (limited to 'buch/papers/common')
-rw-r--r-- | buch/papers/common/Makefile.inc | 28 | ||||
-rw-r--r-- | buch/papers/common/README | 4 | ||||
-rw-r--r-- | buch/papers/common/addbibresources.tex | 6 | ||||
-rw-r--r-- | buch/papers/common/addpackages.tex | 6 | ||||
-rw-r--r-- | buch/papers/common/addpapers.tex | 6 | ||||
-rw-r--r-- | buch/papers/common/includes.inc | 5 | ||||
-rw-r--r-- | buch/papers/common/paperlist | 1 |
7 files changed, 56 insertions, 0 deletions
diff --git a/buch/papers/common/Makefile.inc b/buch/papers/common/Makefile.inc new file mode 100644 index 0000000..a28dd1b --- /dev/null +++ b/buch/papers/common/Makefile.inc @@ -0,0 +1,28 @@ +# +# 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, Hochschule Rapperswil +# +PAPERFILES = \ + papers/part2.tex \ + papers/uebersicht.tex \ + papers/000template/main.tex \ + +buch1-blx.bbl: buch1-blx.aux + bibtex buch1-blx + +buch2-blx.bbl: buch2-blx.aux + bibtex buch2-blx + +BLXFILES = buch.bbl \ + buch1-blx.bbl \ + buch2-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..7cb5436 --- /dev/null +++ b/buch/papers/common/addbibresources.tex @@ -0,0 +1,6 @@ +% +% addbibresources.tex -- file to add all bib resources +% +% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil +% +\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..e855c81 --- /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, Hochschule Rapperswil +% +\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..bf3da89 --- /dev/null +++ b/buch/papers/common/addpapers.tex @@ -0,0 +1,6 @@ +% +% addpapers.tex -- file to add all paper main files +% +% (c) 2020 Prof Dr Andreas Müller, Hochschule Rapperswil +% +\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..b1df547 --- /dev/null +++ b/buch/papers/common/includes.inc @@ -0,0 +1,5 @@ +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 |