diff options
author | Karl Berry <karl@freefriends.org> | 2010-10-29 00:31:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-10-29 00:31:31 +0000 |
commit | 6bc1f5497cfb2f56d65c80a4c36ea3bad6dc046c (patch) | |
tree | f7751da75030fb1e06653eeb44e579fcee09c65f /Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-protocol.tex | |
parent | ed0c7c756e441b2d2ba3633da233fc24361ac0d3 (diff) |
pgf 2.10 (28oct10)
git-svn-id: svn://tug.org/texlive/trunk@20236 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-protocol.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-protocol.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-protocol.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-protocol.tex index b02713dc849..e46a31e0247 100644 --- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-protocol.tex +++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-protocol.tex @@ -22,14 +22,14 @@ single sweep.'' When protocolling is ``switched on,'' there is a ``current protocol'' to which literal text gets appended. Once all commands that needed to -be protocoled have been issued, the protocol can be obtained and +be protocolled have been issued, the protocol can be obtained and stored using |\pgfsysprotocol@getcurrentprotocol|. At any point, the current protocol can be changed using a corresponding setting command. Finally, |\pgfsysprotocol@invokecurrentprotocol| is used to -insert the protocoled commands into the |.pdf| or |.dvi| file. +insert the protocolled commands into the |.pdf| or |.dvi| file. Only those |\pgfsys@| commands can be protocolled that use the -command |\pgfsysprotocol@literal| interally. For example, the +command |\pgfsysprotocol@literal| internally. For example, the definition of |\pgfsys@moveto| in |pgfsys-common-pdf.def| is \begin{codeexample}[code only] \def\pgfsys@moveto#1#2{\pgfsysprotocol@literal{#1 #2 m}} @@ -52,7 +52,7 @@ require special |\special|'s and cannot be protocolled. \begin{command}{\pgfsysprotocol@bufferedtrue} Turns on protocolling. All subsequent calls of |\pgfsysprotocol@literal| will append their argument to the current - protocol. + protocol. \end{command} \begin{command}{\pgfsysprotocol@bufferedfalse} @@ -84,7 +84,7 @@ require special |\special|'s and cannot be protocolled. \end{command} -%%% Local Variables: +%%% Local Variables: %%% mode: latex %%% TeX-master: "pgfmanual" -%%% End: +%%% End: |