summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-trees.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-trees.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-trees.tex24
1 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-trees.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-trees.tex
index 1ed99fe963c..d95dd5e2106 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-trees.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-trees.tex
@@ -14,12 +14,12 @@
\begin{tikzlibrary}{trees}
- This packages defines styles to be used when drawing trees.
+ This packages defines styles to be used when drawing trees.
\end{tikzlibrary}
\subsection{Growth Functions}
-The package |pgflibrarytikztrees| defines two new growth
+The package |trees| defines two new growth
functions. They are installed using the following options:
\begin{key}{/tikz/grow via three points=|one child at (|\meta{x}%
@@ -49,10 +49,10 @@ functions. They are installed using the following options:
\node at (0,-3) {three} child child child;
\node at (0,-4.5) {four} child child child child;
\end{tikzpicture}
-\end{codeexample}
+\end{codeexample}
The next arrangement places children above, but ``grows only to the
- right.''
+ right.''
\begin{codeexample}[]
\begin{tikzpicture}[grow via three points={%
one child at (0,1) and two children at (0,1) and (1,1)}]
@@ -61,7 +61,7 @@ functions. They are installed using the following options:
\node at (0,-3) {three} child child child;
\node at (0,-4.5) {four} child child child child;
\end{tikzpicture}
-\end{codeexample}
+\end{codeexample}
In the final arrangement, the children are placed along a line going
down and right.
@@ -106,13 +106,13 @@ functions. They are installed using the following options:
\end{key}
\begin{key}{/tikz/clockwise from=\meta{angle}}
- This option also cuases children to be arranged on a
+ This option also causes children to be arranged on a
circle. However, the rule for placing children is simpler than with
the |grow cyclic| style: The first child is placed at
\meta{angle} at a distance of |\tikzleveldistance|. The second child
is placed at the same distance from the parent, but at angle
\meta{angle}${}-{}$|\tikzsiblingangle|. The third child is displaced
- by another |\tikzsiblingangle| in a clockwise fashion, and so on.
+ by another |\tikzsiblingangle| in a clockwise fashion, and so on.
Note that this function will not rotate the coordinate system.
\begin{codeexample}[]
@@ -140,7 +140,7 @@ are drawn:
\begin{stylekey}{/tikz/edge from parent fork down}
This style will draw a line from the parent downwards (for half the
level distance) and then on to the child using only horizontal and
- vertical lines.
+ vertical lines.
\begin{codeexample}[]
\begin{tikzpicture}
\node {root}
@@ -171,15 +171,15 @@ are drawn:
\end{stylekey}
\begin{stylekey}{/tikz/edge from parent fork left}
- Behaves similary to the previous styles.
+ Behaves similarly to the previous styles.
\end{stylekey}
\begin{stylekey}{/tikz/edge from parent fork up}
- Behaves similary to the previous styles.
+ Behaves similarly to the previous styles.
\end{stylekey}
-%%% Local Variables:
+%%% Local Variables:
%%% mode: latex
%%% TeX-master: "pgfmanual-pdftex-version"
-%%% End:
+%%% End: