diff options
author | Nicolas Tobler <nicolas.tobler@ost.ch> | 2022-05-30 00:06:46 +0200 |
---|---|---|
committer | Nicolas Tobler <nicolas.tobler@ost.ch> | 2022-05-30 00:06:46 +0200 |
commit | 65a3fc106c36dfd1750f8caf8b3d1b5fb0fe71f9 (patch) | |
tree | 30791dc17973690a6d761589de357c452ba9fa29 /vorlesungen/10_kugel/common.tex | |
parent | Added content, presentation (diff) | |
parent | beispiel korrektur (diff) | |
download | SeminarSpezielleFunktionen-65a3fc106c36dfd1750f8caf8b3d1b5fb0fe71f9.tar.gz SeminarSpezielleFunktionen-65a3fc106c36dfd1750f8caf8b3d1b5fb0fe71f9.zip |
Merge branch 'master' of https://github.com/AndreasFMueller/SeminarSpezielleFunktionen
Diffstat (limited to 'vorlesungen/10_kugel/common.tex')
-rw-r--r-- | vorlesungen/10_kugel/common.tex | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vorlesungen/10_kugel/common.tex b/vorlesungen/10_kugel/common.tex new file mode 100644 index 0000000..1662568 --- /dev/null +++ b/vorlesungen/10_kugel/common.tex @@ -0,0 +1,16 @@ +% +% common.tex -- gemeinsame definition +% +% (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil +% +\input{../common/packages.tex} +\input{../common/common.tex} +\mode<beamer>{% +\usetheme[hideothersubsections,hidetitle]{Hannover} +} +\beamertemplatenavigationsymbolsempty +\title[Kugel]{Auf- und Absteigeoperatoren und Kugelfunktionen} +\author[Naoki Pross]{Naoki Pross} +\date[]{30.~Mai 2022} +\newboolean{presentation} + |