aboutsummaryrefslogtreecommitdiffstats
path: root/vorlesungen/00_template/presentation.tex
diff options
context:
space:
mode:
authorRoy Seitz <roy.seitz@ost.ch>2021-02-22 08:48:36 +0100
committerRoy Seitz <roy.seitz@ost.ch>2021-02-22 08:48:36 +0100
commita82da67587b049e54dcd53e76b4220d22a60d842 (patch)
tree8b0717987839cf0e6cac6c4297f95f94f695f247 /vorlesungen/00_template/presentation.tex
parentTypos. (diff)
parentadd ende (diff)
downloadSeminarMatrizen-a82da67587b049e54dcd53e76b4220d22a60d842.tar.gz
SeminarMatrizen-a82da67587b049e54dcd53e76b4220d22a60d842.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'vorlesungen/00_template/presentation.tex')
-rw-r--r--vorlesungen/00_template/presentation.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/vorlesungen/00_template/presentation.tex b/vorlesungen/00_template/presentation.tex
new file mode 100644
index 0000000..599bed2
--- /dev/null
+++ b/vorlesungen/00_template/presentation.tex
@@ -0,0 +1,14 @@
+%
+% MathSem-yyy-xxx.tex -- Präsentation
+%
+% (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil
+%
+\documentclass[aspectratio=169]{beamer}
+\input{common.tex}
+\setboolean{presentation}{true}
+\begin{document}
+\begin{frame}
+\titlepage
+\end{frame}
+\input{slides.tex}
+\end{document}