diff options
author | Nao Pross <np@0hm.ch> | 2022-03-15 09:48:35 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2022-03-15 09:50:42 +0100 |
commit | bfaa02edc586b384691399c81aad54d92b5de986 (patch) | |
tree | 98917044a3f8a8ee5bc87da04824c23560ff9942 /buch/papers/kugel/Makefile | |
parent | move command configuration to common/Makefile.inc (diff) | |
download | SeminarSpezielleFunktionen-bfaa02edc586b384691399c81aad54d92b5de986.tar.gz SeminarSpezielleFunktionen-bfaa02edc586b384691399c81aad54d92b5de986.zip |
kugel: Add paper title and notes
Diffstat (limited to '')
-rw-r--r-- | buch/papers/kugel/Makefile.inc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/buch/papers/kugel/Makefile.inc b/buch/papers/kugel/Makefile.inc index d926229..50d6825 100644 --- a/buch/papers/kugel/Makefile.inc +++ b/buch/papers/kugel/Makefile.inc @@ -4,11 +4,7 @@ # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # dependencies-kugel = \ - papers/kugel/packages.tex \ + papers/kugel/packages.tex \ papers/kugel/main.tex \ - papers/kugel/references.bib \ - papers/kugel/teil0.tex \ - papers/kugel/teil1.tex \ - papers/kugel/teil2.tex \ - papers/kugel/teil3.tex + papers/kugel/references.bib |