From 2870f6a51df445b37a6dc93ab60a960d53ad2fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Thu, 17 Oct 2019 15:21:32 +0200 Subject: [PATCH] Slide 11 not moving anymore --- slides.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} };