diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-05-01 08:44:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-01 08:44:42 +0200 |
commit | c0e25074194ed78103a5d43b27dd278126999c78 (patch) | |
tree | 41af8703a70d0f0a0cbd03c2f2194f12a5a6a075 /buch/papers/zeta/Makefile | |
parent | fix typos (diff) | |
parent | minor fix (diff) | |
download | SeminarSpezielleFunktionen-c0e25074194ed78103a5d43b27dd278126999c78.tar.gz SeminarSpezielleFunktionen-c0e25074194ed78103a5d43b27dd278126999c78.zip |
Merge pull request #7 from Runterer/master
Erste Arbeiten an Zeta Funktion
Diffstat (limited to '')
-rw-r--r-- | buch/papers/zeta/Makefile.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/buch/papers/zeta/Makefile.inc b/buch/papers/zeta/Makefile.inc index 11c7697..14babe2 100644 --- a/buch/papers/zeta/Makefile.inc +++ b/buch/papers/zeta/Makefile.inc @@ -7,8 +7,7 @@ dependencies-zeta = \ papers/zeta/packages.tex \ papers/zeta/main.tex \ papers/zeta/references.bib \ - papers/zeta/teil0.tex \ - papers/zeta/teil1.tex \ - papers/zeta/teil2.tex \ - papers/zeta/teil3.tex + papers/zeta/einleitung.tex \ + papers/zeta/analytic_continuation.tex \ + papers/zeta/zeta_gamma.tex \ |