summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/tikz-ext/doc/tikz-ext-manual-en-library-topaths.arcthrough.tex
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pgf/contrib/tikz-ext/doc/tikz-ext-manual-en-library-topaths.arcthrough.tex')
-rw-r--r--graphics/pgf/contrib/tikz-ext/doc/tikz-ext-manual-en-library-topaths.arcthrough.tex11
1 files changed, 7 insertions, 4 deletions
diff --git a/graphics/pgf/contrib/tikz-ext/doc/tikz-ext-manual-en-library-topaths.arcthrough.tex b/graphics/pgf/contrib/tikz-ext/doc/tikz-ext-manual-en-library-topaths.arcthrough.tex
index 10b125a39b..1d9e5ba9df 100644
--- a/graphics/pgf/contrib/tikz-ext/doc/tikz-ext-manual-en-library-topaths.arcthrough.tex
+++ b/graphics/pgf/contrib/tikz-ext/doc/tikz-ext-manual-en-library-topaths.arcthrough.tex
@@ -10,11 +10,11 @@
\section{Arcs through Three Points}
\label{library:topaths.arcthrough}
-\begin{tikzlibrary}{topaths.arcthrough}
+\begin{tikzlibrary}{ext.topaths.arcthrough}
This library allows to use an arc defined by three points.
\end{tikzlibrary}
-\begin{codeexample}[width=10cm,preamble=\usetikzlibrary{topaths.arcthrough}]
+\begin{codeexample}[width=10cm,preamble=\usetikzlibrary{ext.topaths.arcthrough}]
\begin{tikzpicture}
\coordinate[label=above right:$A$] (A) at ( 3, 1);
\coordinate[label=above:$B$] (B) at ( 1, 2);
@@ -33,6 +33,7 @@
This can only by used for circles in the |canvas| coordinate system.
+\begin{multicols}{2}
\begin{key}{/tikz/arc through/through=\meta{coordinate} (initially {(0,0)})}
The coordinate on the circle that defines~-- together with the
starting and target point~-- a circle.
@@ -40,7 +41,7 @@ This can only by used for circles in the |canvas| coordinate system.
\begin{key}{/tikz/arc through/center suffix=\meta{suffix} (initially {})}
The |arc through| will define a coordinate named |arc through center|\meta{suffix}
- so that it can referenced later.
+ so that it can be referenced later.
\end{key}
\begin{key}{/tikz/arc through/clockwise}
@@ -54,7 +55,9 @@ This can only by used for circles in the |canvas| coordinate system.
\end{key}
\begin{key}{/tikz/arc through=\meta{key-value}}
- This key should be used with |to| or |edge|.
+ This key should be used with |to|\indexPathOperationO{to} or |edge|\indexPathOperationO{edge}.
A parameter other than |center suffix|, |clockwise| or |counter clockwise| will
be assumed to be the |through| coordinate.
\end{key}
+\end{multicols}
+\endinput \ No newline at end of file