summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-through.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-through.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-through.tex32
1 files changed, 14 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-through.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-through.tex
index 39a0ea04bda..1222d1ec036 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-through.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-through.tex
@@ -9,27 +9,23 @@
\section{Through Library}
-
\label{section-through-library}
-
\begin{tikzlibrary}{through}
- This library defines keys for creating shapes that go through given
- points.
+ This library defines keys for creating shapes that go through given points.
\end{tikzlibrary}
-
\begin{key}{/tikz/circle through=\meta{coordinate}}
-
- When this key is given as an option to a node, the following
- happens:
- \begin{enumerate}
- \item The |inner sep| and the |outer sep| are set to zero.
- \item The shape is set to |circle|.
- \item The |minimum size| is set such that the circle around the
- center of the node (which is specified using |at|), goes through
- \meta{coordinate}.
- \end{enumerate}
+ When this key is given as an option to a node, the following happens:
+ %
+ \begin{enumerate}
+ \item The |inner sep| and the |outer sep| are set to zero.
+ \item The shape is set to |circle|.
+ \item The |minimum size| is set such that the circle around the center
+ of the node (which is specified using |at|), goes through
+ \meta{coordinate}.
+ \end{enumerate}
+ %
\begin{codeexample}[]
\begin{tikzpicture}
\draw[help lines] (0,0) grid (3,2);
@@ -37,11 +33,11 @@
\node [draw] at (1,1) [circle through={(a)}] {$c$};
\end{tikzpicture}
\end{codeexample}
+ %
\end{key}
-
-%%% Local Variables:
+%%% Local Variables:
%%% mode: latex
%%% TeX-master: "pgfmanual-pdftex-version"
-%%% End:
+%%% End: