diff --git a/slides.tex b/slides.tex index 465a4c6..b99a4eb 100644 --- a/slides.tex +++ b/slides.tex @@ -457,7 +457,7 @@ Segmentation fault. \lstinputlisting[basicstyle=\tiny\tt,numbers=none,language=]{src/dw_plt_abbr} }; - \only<2->{ + \onslide<2->{ \node (table) at (0.5\textwidth, -0.23\textheight) { \tiny\tt \begin{tabular}{ @@ -473,7 +473,7 @@ Segmentation fault. \end{tabular} }; } - \only<3->{ + \onslide<3->{ \node (csrc) at (0, -0.6\textheight) { \lstinputlisting[basicstyle=\tiny,numbers=none,language=C]{src/fib7/fib7.eh_elf_basic.c} };