1
0
forked from upb/FancyBeamerUPB

simplify reverse columns demo

This commit is contained in:
Benno2000 2024-02-29 11:38:59 +01:00 committed by Thomas Thüm
parent 9725cc018e
commit c9e23e1b42

View File

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