diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-03 23:06:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-03 23:06:54 +0000 |
commit | 36080b5cf06fe9bdde3b1edb30fd795a58e6bf10 (patch) | |
tree | 172e727ca5a42cbd0c2440855dbb81f3a5c2148e /Master/texmf-dist/doc/latex/pgfplots/pgfplots.basic.reference.tex | |
parent | e27b3d0aaf815fdab1497a0a827998ac044e245d (diff) |
pgfplots update (1apr10)
git-svn-id: svn://tug.org/texlive/trunk@17670 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/pgfplots.basic.reference.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pgfplots/pgfplots.basic.reference.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.basic.reference.tex b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.basic.reference.tex index 950de93151b..bb705ef1831 100644 --- a/Master/texmf-dist/doc/latex/pgfplots/pgfplots.basic.reference.tex +++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplots.basic.reference.tex @@ -4,7 +4,7 @@ This section documents commands which provide access to more basic elements of \ However, most elements in this section are only interesting for advanced users -- and perhaps only for special cases. -\subsection{Utitity Commands} +\subsection{Utility Commands} \begin{command}{\foreach \meta{variables} |in| \meta{list} \marg{commands}} A powerful loop command provided by \Tikz, see~\cite[Section Utilities]{tikz}. @@ -42,7 +42,7 @@ All collected = \allcollected. \end{command} \begin{command}{\pgfplotsinvokeforeach\marg{list} \marg{command}} - A variant of |\pgfplotsforeachungrouped| (and such also of |\foreach|) which replaces any occurence of |#1| inside of \meta{command} once for every element in \meta{list}. Thus, it actually assumes that \marg{command} is like a |\newcommand| body. + A variant of |\pgfplotsforeachungrouped| (and such also of |\foreach|) which replaces any occurrence of |#1| inside of \meta{command} once for every element in \meta{list}. Thus, it actually assumes that \marg{command} is like a |\newcommand| body. In other words, \marg{command} is invoked for every element of \marg{list}. The actual element of \marg{list} is available as |#1|. @@ -144,7 +144,7 @@ The number is printed using the current number printing options, see the manual \subsection{Path Operations} \begin{commandlist}{\path,\draw,\fill,\node,\matrix} - These commands are \Tikz\ drawing commands all of which are documented in~\cite{tikz}. They are used to draw or fill paths, generate text nodes or aligned text matrizes. They are equivalent to + These commands are \Tikz\ drawing commands all of which are documented in~\cite{tikz}. They are used to draw or fill paths, generate text nodes or aligned text matrices. They are equivalent to \pgfmanualpdflabel{/tikz/draw}{}|\path[draw]|, \pgfmanualpdflabel{/tikz/fill}{}|\path[fill]|, \pgfmanualpdflabel{/tikz/node}{}|\path[node]|, |