Clean overlays

This commit is contained in:
Théophile Bastian 2019-10-15 12:13:55 +02:00
parent f21ad366e7
commit 7a443bba1b

View file

@ -130,7 +130,7 @@
\begin{frame}[fragile]{} \begin{frame}[fragile]{}
\begin{columns}[c] \begin{columns}[c]
\begin{column}{0.65\textwidth} \begin{column}{0.65\textwidth}
\begin{lstlisting}[language=gdb, numbers=none, escapechar=|] \begin{lstlisting}[basicstyle=\tt,language=gdb, numbers=none, escapechar=|]
$ ./a.out $ ./a.out
Segmentation fault. Segmentation fault.
@ -241,22 +241,26 @@ Segmentation fault.
by a \alert{Turing-complete stack machine}!} by a \alert{Turing-complete stack machine}!}
\end{itemize} \end{itemize}
\pause{} \only<2->{
\begin{textblock*}{0.90\textwidth}[0.5,0](0.5\paperwidth,0.17\paperheight)%
\begin{tcolorbox}[halign=center, colframe=red, colback=Lavender]
\bf \huge
Complex \,\& \,slow
\end{tcolorbox}
\end{textblock*}
}
\vspace{-5cm} \only<3->{
\begin{tcolorbox}[halign=center, colframe=red, colback=Lavender] \begin{textblock*}{0.90\textwidth}[0.5,0](0.5\paperwidth,0.35\paperheight)%
\bf \huge \begin{tcolorbox}[halign=center, colframe=red, colback=Lavender]
Complex \,\& \,slow \huge
\end{tcolorbox} \textbf{Pervasive:}\\ relied upon by debuggers, profilers, C++
exceptions \\
\pause{} \medskip{}
\begin{tcolorbox}[halign=center, colframe=red, colback=Lavender] \textbf{$\leadsto$ not only for debuggers!}
\huge \end{tcolorbox}
\textbf{Pervasive:}\\ relied upon by debuggers, profilers, C++ \end{textblock*}
exceptions \\ }
\medskip{}
\textbf{$\leadsto$ not only for debuggers!}
\end{tcolorbox}
\end{frame} \end{frame}
\newcommand{\LinusMailOne}{ \newcommand{\LinusMailOne}{
@ -442,7 +446,7 @@ Segmentation fault.
\begin{tikzpicture} \begin{tikzpicture}
\begin{scope}[every node/.style={rectangle,thick,draw,scale=0.95}] \begin{scope}[every node/.style={rectangle,thick,draw,scale=0.95}]
\node (dwarf) at (0, 0) { \node (dwarf) at (0, 0) {
\lstinputlisting[basicstyle=\tiny,numbers=none,language=]{src/dw_plt_abbr} \lstinputlisting[basicstyle=\tiny\tt,numbers=none,language=]{src/dw_plt_abbr}
}; };
\only<2->{ \only<2->{