diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-03-01 15:37:14 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-03-01 15:37:14 +0100 |
commit | 37f57e7328eca4340589968b9e93a4229707611f (patch) | |
tree | e3f4ef190a3778d0d172b51bcf815ea3707bb791 /vorlesungen/02_polynome/common.tex | |
parent | typos (diff) | |
download | SeminarMatrizen-37f57e7328eca4340589968b9e93a4229707611f.tar.gz SeminarMatrizen-37f57e7328eca4340589968b9e93a4229707611f.zip |
add week 3 presentation
Diffstat (limited to '')
-rw-r--r-- | vorlesungen/02_polynome/common.tex | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vorlesungen/02_polynome/common.tex b/vorlesungen/02_polynome/common.tex new file mode 100644 index 0000000..022edab --- /dev/null +++ b/vorlesungen/02_polynome/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[Polynome]{Polynome und Matrizen} +\author[A.~Müller]{Prof. Dr. Andreas Müller} +\date[]{} +\newboolean{presentation} + |