von Loser » So 26. Apr 2015, 14:06
%
\documentclass{beamer}
\begin{document}
\begin{frame}
\frametitle{jumping overlays}
\framesubtitle{the best presentation}
\begin{overlayarea}{11cm}{10cm}
\begin{align}
\only<1>{ \intertext{here is expanation for the object function\nonumber}}
\only<2->{ &\text{max}& \sum_{b\in B}~a_b \nonumber}\\
\only<3>{ \intertext{here is the first explanation for equation no 1}\nonumber}
\only<4>{ &s.t.& \quad a_{mn} + b_{mn} + c_{mm} &\leq d_o &\forall& ~m \in M, ~ n \in N, ~ o \in O}\nonumber\\
\only<5>{ \intertext{here is the second explanation for equation no 1}}\nonumber\\
\only<6->{ &s.t.& \quad a_{mn} + b_{mn} + c_{mm} &\leq d_o &\forall& ~m \in M, ~ n \in N, ~ o \in O }\\
\only<7>{&& \text{here comes explanation for equation no 2}}\\
\only<8->{ && \sum_{m \in M} a_{mn} + \sum_{m \in M}b_{mn} + \sum_{m\in M}c_{mn} &\leq d_n + e_n \quad &\forall& ~ n \in N }\\
\only<9>{\intertext{here is the explanation for equation no 3}}
\only<10->{ && \sum_{m \in M} a_{mn} + \sum_{m \in M}b_{mn} + \sum_{m\in M}c_{mn} &\leq 1 \quad &\forall& ~ n \in N }
\end{align}
\end{overlayarea}
\end{frame}
\end{document}
%
Hallo zusammen,
ich hoffe ich habe nun alles richtig gemacht, ich bin nicht fit in Forums Beiträgen.
Ich möchte Formeln nacheinander erklären. Dazu soll vor der entsprechenden Formel immer eine kurze Erklärung aufgeblendet werden. Dies funktioniert auch.
Störend allerdings ist das Springen der Formeln und Erklärungen. Horizontal und Vertikal hüpfen die Gleichungen hin und her. Gleichung 1 wird sogar später abgeschnitten.
Ich würde mich über einen Ratschlag sehr freuen. Vielen Dank schon einmal im voraus.
[code]%
\documentclass{beamer}
\begin{document}
\begin{frame}
\frametitle{jumping overlays}
\framesubtitle{the best presentation}
\begin{overlayarea}{11cm}{10cm}
\begin{align}
\only<1>{ \intertext{here is expanation for the object function\nonumber}}
\only<2->{ &\text{max}& \sum_{b\in B}~a_b \nonumber}\\
\only<3>{ \intertext{here is the first explanation for equation no 1}\nonumber}
\only<4>{ &s.t.& \quad a_{mn} + b_{mn} + c_{mm} &\leq d_o &\forall& ~m \in M, ~ n \in N, ~ o \in O}\nonumber\\
\only<5>{ \intertext{here is the second explanation for equation no 1}}\nonumber\\
\only<6->{ &s.t.& \quad a_{mn} + b_{mn} + c_{mm} &\leq d_o &\forall& ~m \in M, ~ n \in N, ~ o \in O }\\
\only<7>{&& \text{here comes explanation for equation no 2}}\\
\only<8->{ && \sum_{m \in M} a_{mn} + \sum_{m \in M}b_{mn} + \sum_{m\in M}c_{mn} &\leq d_n + e_n \quad &\forall& ~ n \in N }\\
\only<9>{\intertext{here is the explanation for equation no 3}}
\only<10->{ && \sum_{m \in M} a_{mn} + \sum_{m \in M}b_{mn} + \sum_{m\in M}c_{mn} &\leq 1 \quad &\forall& ~ n \in N }
\end{align}
\end{overlayarea}
\end{frame}
\end{document}
%[/code]
Hallo zusammen,
ich hoffe ich habe nun alles richtig gemacht, ich bin nicht fit in Forums Beiträgen.
Ich möchte Formeln nacheinander erklären. Dazu soll vor der entsprechenden Formel immer eine kurze Erklärung aufgeblendet werden. Dies funktioniert auch.
Störend allerdings ist das Springen der Formeln und Erklärungen. Horizontal und Vertikal hüpfen die Gleichungen hin und her. Gleichung 1 wird sogar später abgeschnitten.
Ich würde mich über einen Ratschlag sehr freuen. Vielen Dank schon einmal im voraus.