Skip to content

Displacement of column with action specification #881

@louisstuart96

Description

@louisstuart96

As mentioned in #560, the following MWE will typeset the second frame (3 slides) with columns shifted to the right, as if the whole column is squished:

\documentclass{beamer}

\geometry{paperheight=2cm}

\begin{document}
\begin{frame}
    \begin{columns}
        \begin{column}{0.3\textwidth}
            Column A
        \end{column}
        \begin{column}{0.3\textwidth}
            Column B
        \end{column}
    \end{columns}
\end{frame}

\begin{frame}
    \begin{columns}
        \begin{column}<alert@2->{0.3\textwidth}
            Column A
        \end{column}
        \begin{column}<structure@2->{0.3\textwidth}
            Column B
        \end{column}
    \end{columns}
\end{frame}
\end{document}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions