From 5e981c99268ba53faddb74ed89091e6a2eec408a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <andreas.mueller@ost.ch>
Date: Mon, 1 Mar 2021 10:09:58 +0100
Subject: handout capability

---
 vorlesungen/slides/3/inverse.tex    | 4 ++--
 vorlesungen/slides/3/motivation.tex | 7 ++++---
 2 files changed, 6 insertions(+), 5 deletions(-)

(limited to 'vorlesungen/slides')

diff --git a/vorlesungen/slides/3/inverse.tex b/vorlesungen/slides/3/inverse.tex
index 28716bc..4ad22d2 100644
--- a/vorlesungen/slides/3/inverse.tex
+++ b/vorlesungen/slides/3/inverse.tex
@@ -48,10 +48,10 @@ D&=\begin{pmatrix}
 \sin \frac{\pi}{1291} &  \cos\frac{\pi}{1291}
 \end{pmatrix}
 \\
-0 &= \only<-3>{D^{1291}+I\phantom{+\frac{\mathstrut}{\mathstrut}}}
+0 &= \ifthenelse{\boolean{presentation}}{\only<-3>{D^{1291}+I\phantom{+\frac{\mathstrut}{\mathstrut}}}}{}
 \only<4->{D^2-2D\cos\frac{\pi\mathstrut}{1291\mathstrut}+I}
 \\
-0 &= \only<-3>{D^{1290}+D^{-1}\phantom{+\frac{\mathstrut}{\mathstrut}}}
+0 &= \ifthenelse{\boolean{presentation}}{\only<-3>{D^{1290}+D^{-1}\phantom{+\frac{\mathstrut}{\mathstrut}}}}{}
 \only<4->{D-2\cos\frac{\pi\mathstrut}{1291\mathstrut}+D^{-1}}
 \\
 D^{-1}
diff --git a/vorlesungen/slides/3/motivation.tex b/vorlesungen/slides/3/motivation.tex
index cf28d46..91f27dd 100644
--- a/vorlesungen/slides/3/motivation.tex
+++ b/vorlesungen/slides/3/motivation.tex
@@ -42,10 +42,10 @@ D&=\begin{pmatrix}
 \sin \frac{\pi}{1291} &  \cos\frac{\pi}{1291}
 \end{pmatrix}
 \\
-p(X)&= \only<-3>{X^{1291}+1\phantom{+\frac{\mathstrut}{\mathstrut}}}
+p(X)&= \ifthenelse{\boolean{presentation}\only<-3>{X^{1291}+1\phantom{+\frac{\mathstrut}{\mathstrut}}}}{}
 \only<4->{X^2-2X\cos\frac{\pi\mathstrut}{1291\mathstrut}+I}
 \\
-p(D) &= \only<-3>{D^{1291}+I\phantom{+\frac{\mathstrut}{\mathstrut}}}
+p(D) &= \ifthenelse{\boolean{presentation}\only<-3>{D^{1291}+I\phantom{+\frac{\mathstrut}{\mathstrut}}}}{}
 \only<4->{D^2-2D\cos\frac{\pi\mathstrut}{1291\mathstrut}+I}
 \end{align*}
 \end{block}}
@@ -56,6 +56,7 @@ p(D) &= \only<-3>{D^{1291}+I\phantom{+\frac{\mathstrut}{\mathstrut}}}
 \begin{block}{3D-Beispiel}
 $p(x) = -x^3-5x^2+5x+1$
 \[
+\ifthenelse{\boolean{presentation}}{
 \only<5-8>{
 A=
 \begin{pmatrix*}[r]
@@ -64,7 +65,7 @@ A=
 -1&-1&2
 \end{pmatrix*}}
 \only<6-8>{
-\quad\Rightarrow\quad}
+\quad\Rightarrow\quad}}{}
 \uncover<6->{
 -
 \only<-9>{A^3}\only<10->{
-- 
cgit v1.2.1