diff options
author | Andreas Müller <andreas.mueller@othello.ch> | 2021-02-19 23:11:27 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@othello.ch> | 2021-02-19 23:11:27 +0100 |
commit | 918db721c225c4d7b891145ac73e3886d13f8166 (patch) | |
tree | 52397d50198ad45e5a786175881920fd0902f2e5 /vorlesungen/01_intro/intro-handout.tex | |
parent | new slides (diff) | |
download | SeminarMatrizen-918db721c225c4d7b891145ac73e3886d13f8166.tar.gz SeminarMatrizen-918db721c225c4d7b891145ac73e3886d13f8166.zip |
add new presentation
Diffstat (limited to '')
-rw-r--r-- | vorlesungen/01_intro/intro-handout.tex | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vorlesungen/01_intro/intro-handout.tex b/vorlesungen/01_intro/intro-handout.tex new file mode 100644 index 0000000..b867c8d --- /dev/null +++ b/vorlesungen/01_intro/intro-handout.tex @@ -0,0 +1,11 @@ +% +% intro-handout.tex -- Handout XXX +% +% (c) 2017 Prof Dr Andreas Müller, Hochschule Rapperswil +% +\documentclass[handout,aspectratio=169]{beamer} +\input{common.tex} +\setboolean{presentation}{false} +\begin{document} +\input{slides.tex} +\end{document} |