summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-shapes.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-shapes.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-shapes.tex22
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-shapes.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-shapes.tex
index e4c7d11f92d..72cd794c9f7 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-shapes.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-shapes.tex
@@ -1,4 +1,4 @@
-% Copyright 2006 by Till Tantau
+% Copyright 2019 by Till Tantau
%
% This file may be distributed and/or modified
%
@@ -180,10 +180,10 @@ The syntax for specifying nodes is the following:
\begin{key}{/tikz/in front of path}
This is the opposite of |behind path|: It causes nodes to be drawn on
- top of the path. Since this is the default behaviour, you usually do
+ top of the path. Since this is the default behavior, you usually do
not need this option; it is only needed when an enclosing scope has
used |behind path| and you now wish to ``switch back'' to the normal
- behaviour.
+ behavior.
\end{key}
\medskip
@@ -477,7 +477,7 @@ filling. Here is an example that demonstrates the difference:
\label{section-shape-seps}
\label{section-shape-common-options}
-The \todosp{why two labels for the same point?} exact behaviour of shapes
+The \todosp{why two labels for the same point?} exact behavior of shapes
differs, shapes defined for more special purposes (like a, say, transistor
shape) will have even more custom behaviors. However, there are some options
that apply to most shapes:
@@ -1206,8 +1206,8 @@ anchor of the second node is at coordinate |(1,1)|.
rectangle (1,1) node[anchor=west] {second node};
\end{codeexample}
-Since the default anchor is |center|, the default behaviour is to shift the
-node in such a way that it is centered on the current position.
+Since the default anchor is |center|, the default behavior is to shift the node
+in such a way that it is centered on the current position.
\begin{key}{/tikz/anchor=\meta{anchor name}}
Causes the node to be shifted such that its anchor \meta{anchor name} lies
@@ -1492,7 +1492,7 @@ differently.
\end{tikzpicture}
\end{codeexample}
%
- It is possible to change the behaviour of this \meta{specification}
+ It is possible to change the behavior of this \meta{specification}
rather drastically, using the following key:
%
\begin{key}{/tikz/on grid=\meta{boolean} (initially false)}
@@ -1564,7 +1564,7 @@ differently.
\end{key}
\begin{key}{/tikz/above left=\opt{\meta{specification}}}
- This key is also redefined in a manner similar to the above, but behaviour
+ This key is also redefined in a manner similar to the above, but behavior
of the \meta{shifting part} is more complicated:
%
\begin{enumerate}
@@ -1708,11 +1708,11 @@ The |positioning| package also introduces the following new placement keys:
\end{key}
-\subsubsection{Advanced Arrangements of Nodes}
+\subsubsection{Advanced Arrangements of Nodes}
The simple |above| and |right| options may not always suffice for arranging a
large number of nodes. For such situations \tikzname\ offers libraries that
-make positioning easier: The |graphdrawing| library and the |matrix| library.
+make positioning easier: The |matrix| library and the |graphdrawing| library.
These libraries for positioning nodes are described in two separate
Sections~\ref{section-matrices} and~\ref{section-intro-gd}.
@@ -1929,7 +1929,7 @@ explicitly by using the |pos| option or implicitly by placing the node
\begin{key}{/tikz/auto=\opt{\meta{direction}} (default \normalfont is scope's setting)}
This option causes an anchor positions to be calculated automatically
- according to the following rule. Consider a line between to points. If the
+ according to the following rule. Consider a line between two points. If the
\meta{direction} is |left|, then the anchor is chosen such that the node is
to the left of this line. If the \meta{direction} is |right|, then the node
is to the right of this line. Leaving out \meta{direction} causes automatic