Stop stack sketch from moving between frame 1-2

This commit is contained in:
Théophile Bastian 2019-10-24 11:24:19 +03:00
parent b8f437e146
commit 9d4e91248d

View file

@ -185,11 +185,16 @@ Segmentation fault.
\textbf{\Large How does it work?} \textbf{\Large How does it work?}
\end{center} \end{center}
\end{column} \end{column}
\hfill
\begin{column}{0.35\textwidth} \begin{column}{0.35\textwidth}
\pause{}
\includegraphics[width=0.95\linewidth]{img/call_stack}
\end{column} \end{column}
\end{columns} \end{columns}
\only<4->{
\begin{textblock*}{0.35\textwidth}[1,0.5](0.9\paperwidth,0.5\paperheight)%
\includegraphics[width=0.95\linewidth]{img/call_stack}
\end{textblock*}
}
\end{frame} \end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@ -197,7 +202,7 @@ Segmentation fault.
\begin{frame} \begin{frame}
\begin{columns}[c] \begin{columns}[c]
\begin{column}{0.65\textwidth} \begin{column}{0.55\textwidth}
\begin{center} \begin{center}
\large\bf \large\bf
How do we get\\ How do we get\\
@ -209,10 +214,14 @@ Segmentation fault.
\end{center} \end{center}
\end{column} \end{column}
\hfill
\begin{column}{0.35\textwidth} \begin{column}{0.35\textwidth}
\includegraphics[width=0.95\linewidth]{img/call_stack}
\end{column} \end{column}
\end{columns} \end{columns}
\begin{textblock*}{0.35\textwidth}[1,0.5](0.9\paperwidth,0.5\paperheight)%
\includegraphics[width=0.95\linewidth]{img/call_stack}
\end{textblock*}
\end{frame} \end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%