Slide 11 not moving anymore

This commit is contained in:
Théophile Bastian 2019-10-17 15:21:32 +02:00
parent cfb31b5c3e
commit 2870f6a51d
1 changed files with 2 additions and 2 deletions

View File

@ -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}
};