summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-plot-marks.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-plot-marks.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-plot-marks.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-plot-marks.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-plot-marks.tex
index b953be6a25e..8dbef923854 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-plot-marks.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-plot-marks.tex
@@ -80,6 +80,11 @@ Note that each of the provided marks can be rotated freely by means of |mark opt
There is no limitation about the number of characters or whatever. In fact, any \TeX\ material can be inserted as \marg{text}, including images.
\end{key}
+\begin{key}{/pgf/text mark as node=\marg{boolean} (initially false)}
+ Configures how |mark=text| will be drawn: either as |\node| or as |\pgftext|.
+
+ The first choice is highly flexible and possibly slow, the second is very fast and usually enough.
+\end{key}
\begin{key}{/pgf/text mark style=\marg{options for \texttt{mark=text}}}
Defines a set of options which control the appearance of |mark=text|.
@@ -87,11 +92,6 @@ Note that each of the provided marks can be rotated freely by means of |mark opt
If |/pgf/text mark as node=true|, \marg{options} is provided as argument to |\node|. This means you can provide a very powerful set of options including |anchor|, |scale|, |fill|, |draw|, |rounded corners| etc.
\end{key}
-\begin{key}{/pgf/text mark as node=\mchoice{true,false} (initially false)}
- Configures how |mark=text| will be drawn: either as |\node| or as |\pgftext|.
-
- The first choice is highly flexible and possibly slow, the second is very fast and usually enough.
-\end{key}
}