diff --git a/demo-slides/demoSlides.tex b/demo-slides/demoSlides.tex index 58596c5..20bff78 100644 --- a/demo-slides/demoSlides.tex +++ b/demo-slides/demoSlides.tex @@ -325,15 +325,14 @@ \end{frame} \begin{frame}[label=current]{\insertsubsection\ -- Option reverse} - \begin{mycolumns}[columns=4,forget,reverse,b] - \pic[width=\linewidth]{example-image}\\[0mm]~ + \begin{mycolumns}[columns=3,forget,reverse] + This is an example text that is shown in the \textbf{first column}. \mynextcolumn - \pic[width=\linewidth]{example-image}\\[5mm]~ + This is an example text that is shown in the \textbf{second column}. \mynextcolumn - \pic[width=\linewidth]{example-image}\\[10mm]~ - \mynextcolumn - \pic[width=\linewidth]{example-image}\\[15mm]~ + This is an example text that is shown in the \textbf{third column}. \end{mycolumns} + \vfill \begin{note}{Explanation} The option \texttt{reverse} inverts the order of any animation that is specified (i.e., using \texttt{keep} or \texttt{forget}). \end{note}