diff options
author | Andreas Müller <andreas.mueller@hsr.ch> | 2020-12-03 17:18:03 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@hsr.ch> | 2020-12-03 17:18:03 +0100 |
commit | ac4b80be810fc615b426557ad86f0cb8092f5304 (patch) | |
tree | 2afe81a7f8a178fa479a91bec4cf61a54f8eae9f /buch/papers/common | |
parent | some more ideas (diff) | |
download | SeminarMatrizen-ac4b80be810fc615b426557ad86f0cb8092f5304.tar.gz SeminarMatrizen-ac4b80be810fc615b426557ad86f0cb8092f5304.zip |
add files
Diffstat (limited to 'buch/papers/common')
-rw-r--r-- | buch/papers/common/Makefile.inc | 27 | ||||
-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 | 6 | ||||
-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..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 |