From c9e23e1b428a50eba8ec843904990d59ced2d592 Mon Sep 17 00:00:00 2001 From: Benno2000 Date: Thu, 29 Feb 2024 11:38:59 +0100 Subject: [PATCH] simplify reverse columns demo --- demo-slides/demoSlides.tex | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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}