diff options
author | Karl Berry <karl@freefriends.org> | 2019-09-30 21:49:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-09-30 21:49:03 +0000 |
commit | c41e74eb5330ba759ef001e32e6652e630ac5a92 (patch) | |
tree | 9e611dd4377c943cdbe0e1c136c9e6253a58f10b /Master/texmf-dist/doc/latex/beamer/beamerug-nonpresentation.tex | |
parent | 2778dc48e91669252a00aece6b29eccc9c5a15d3 (diff) |
beamer (30sep19)
git-svn-id: svn://tug.org/texlive/trunk@52222 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamer/beamerug-nonpresentation.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/beamer/beamerug-nonpresentation.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer/beamerug-nonpresentation.tex b/Master/texmf-dist/doc/latex/beamer/beamerug-nonpresentation.tex index 5058b954ab8..e454665631a 100644 --- a/Master/texmf-dist/doc/latex/beamer/beamerug-nonpresentation.tex +++ b/Master/texmf-dist/doc/latex/beamer/beamerug-nonpresentation.tex @@ -311,6 +311,8 @@ The second flavor of the |\mode| command takes no argument. ``No argument'' mean \emph{Note:} When a \TeX\ file ends, \TeX\ must not be in the gobbling state. Switch this state off using |\mode| on one line and |<all>| on the next. + \emph{Note:} The behavior of |\mode| command is different inside a frame: instead of line-wise gobbling, it puts every subsequent tokens inside a ``comment box'' until another |\mode| command is encountered. Some commands may cause errors in this situation, including the assignment of global variables and |\mode| of the first flavor, since they are not actually ``gobbled''. Please use |\mode| command \emph{of any flavor} outside frames. + \example \begin{verbatim} \mode<article> |