aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/slides/common.tex
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-09-28 14:36:51 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-09-28 14:36:51 +0200
commitea0870aa497127ed3947d65255030b07a1798c59 (patch)
tree56da0ea7b03f1873e67c856440a41ddae9867d75 /vorlesungen/slides/common.tex
parentslide infrastructure for MathSem (diff)
downloadSeminarSpezielleFunktionen-ea0870aa497127ed3947d65255030b07a1798c59.tar.gz
SeminarSpezielleFunktionen-ea0870aa497127ed3947d65255030b07a1798c59.zip
add slide infrastructure
Diffstat (limited to 'vorlesungen/slides/common.tex')
-rw-r--r--vorlesungen/slides/common.tex26
1 files changed, 26 insertions, 0 deletions
diff --git a/vorlesungen/slides/common.tex b/vorlesungen/slides/common.tex
new file mode 100644
index 0000000..142c7f2
--- /dev/null
+++ b/vorlesungen/slides/common.tex
@@ -0,0 +1,26 @@
+%
+% common.tex -- gemeinsame definition
+%
+% (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil
+%
+\input{../common/packages.tex}
+\mode<beamer>{%
+\usetheme[hideothersubsections,hidetitle]{Hannover}
+}
+\beamertemplatenavigationsymbolsempty
+\title[MathSem]{Mathematisches Seminar Spezielle Funktionen}
+\author[A.~Müller]{Andreas Müller}
+\date[]{}
+\newboolean{presentation}
+
+\input{../common/common.tex}
+
+\def\folie#1{
+%\subsection{#1}
+\begin{frame}
+\begin{center}
+\tt #1
+\end{center}
+\end{frame}
+\input{#1}
+}