summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer/doc/beamerug-nonpresentation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/beamer/doc/beamerug-nonpresentation.tex')
-rw-r--r--macros/latex/contrib/beamer/doc/beamerug-nonpresentation.tex32
1 files changed, 32 insertions, 0 deletions
diff --git a/macros/latex/contrib/beamer/doc/beamerug-nonpresentation.tex b/macros/latex/contrib/beamer/doc/beamerug-nonpresentation.tex
index e454665631..ea2c228ab7 100644
--- a/macros/latex/contrib/beamer/doc/beamerug-nonpresentation.tex
+++ b/macros/latex/contrib/beamer/doc/beamerug-nonpresentation.tex
@@ -269,6 +269,38 @@ In addition to these modes, \beamer\ recognizes the following names for modes se
\declare{|presentation|} refers to the first four modes, that is, to all modes except for the |article| mode.
\end{itemize}
+\begin{center}
+ \begin{pgfpicture}
+ \pgftransformshift{\pgfpoint{0cm}{0cm}}
+ \pgfnode{rectangle}{center}{|all|}{allnode}{}
+ \pgftransformshift{\pgfpoint{-2cm}{-1.25cm}}
+ \pgfnode{rectangle}{center}{|presentation|}{presentationnode}{}
+ \pgftransformshift{\pgfpoint{4cm}{0cm}}
+ \pgfnode{rectangle}{center}{|article|}{articlenode}{}
+ \pgftransformshift{\pgfpoint{-7cm}{-1.5cm}}
+ \pgfnode{rectangle}{center}{|beamer|}{beamernode}{}
+ \pgftransformshift{\pgfpoint{2cm}{0cm}}
+ \pgfnode{rectangle}{center}{|second|}{secondnode}{}
+ \pgftransformshift{\pgfpoint{2cm}{0cm}}
+ \pgfnode{rectangle}{center}{|handout|}{handoutnode}{}
+ \pgftransformshift{\pgfpoint{2cm}{0cm}}
+ \pgfnode{rectangle}{center}{|trans|}{transnode}{}
+ \pgfpathmoveto{\pgfpointanchor{allnode}{south west}}
+ \pgfpathlineto{\pgfpointanchor{presentationnode}{north}}
+ \pgfpathmoveto{\pgfpointanchor{allnode}{south east}}
+ \pgfpathlineto{\pgfpointanchor{articlenode}{north}}
+ \pgfpathmoveto{\pgfpointanchor{presentationnode}{south west}}
+ \pgfpathlineto{\pgfpointanchor{beamernode}{north}}
+ \pgfpathmoveto{\pgfpointadd{\pgfpointanchor{presentationnode}{south}}{\pgfpoint{-0.3cm}{0cm}}}
+ \pgfpathlineto{\pgfpointanchor{secondnode}{north}}
+ \pgfpathmoveto{\pgfpointadd{\pgfpointanchor{presentationnode}{south}}{\pgfpoint{0.3cm}{0cm}}}
+ \pgfpathlineto{\pgfpointanchor{handoutnode}{north}}
+ \pgfpathmoveto{\pgfpointanchor{presentationnode}{south east}}
+ \pgfpathlineto{\pgfpointanchor{transnode}{north}}
+ \pgfusepath{stroke}
+ \end{pgfpicture}
+\end{center}
+
Depending on the current mode, you may wish to have certain text inserted only in that mode. For example, you might wish a certain frame or a certain table to be left out of your article version. In some situations, you can use the |\only| command for this purpose. However, the command |\mode|, which is described in the following, is much more powerful than |\only|.
The command actually comes in three ``flavors,'' which only slightly differ in syntax. The first, and simplest, is the version that takes one argument. It behaves essentially the same way as |\only|.