Skip to content

Commit

Permalink
Merge pull request #915 from hmenke/pause
Browse files Browse the repository at this point in the history
doc: \pause can mess up tikzpictures
  • Loading branch information
samcarter authored Oct 24, 2024
2 parents 882ebec + 1d43c86 commit 4e32cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/beamerug-overlays.tex
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ \subsection{The Pause Commands}
\end{verbatim}

\begin{command}{\pause\oarg{number}}
This command causes the text following it to be shown only from the next slide on, or, if the optional \meta{number} is given, from the slide with the number \meta{number}. If the optional \meta{number} is given, the counter |beamerpauses| is set to this number. This command uses the |\onslide| command, internally. This command does \emph{not} work inside |amsmath| environments like |align|, since these do really wicked things.
This command causes the text following it to be shown only from the next slide on, or, if the optional \meta{number} is given, from the slide with the number \meta{number}. If the optional \meta{number} is given, the counter |beamerpauses| is set to this number. This command uses the |\onslide| command, internally. This command does \emph{not} work correctly inside |amsmath| environments like |align| and \pgfname\ environements like |tikzpicture|, since these do really wicked things.

\example
\begin{verbatim}

0 comments on commit 4e32cd1

Please sign in to comment.