summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-fit.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-fit.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-fit.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-fit.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-fit.tex
index 5e0dab698db..2a521518498 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-fit.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-fit.tex
@@ -23,19 +23,19 @@ When you load this library, the following options become available:
\meta{coordinates or nodes} should be a sequence of \tikzname\
coordinates or node names, one directly after the other without
commas (like with the |plot coordinates| path operation). Examples
- as |(1,0) (2,2)| or |(a) (1,0) (b)|, where |a| and |b| are nodes.
+ are |(1,0) (2,2)| or |(a) (1,0) (b)|, where |a| and |b| are nodes.
For this sequence of coordinates, a minimal bounding box is computed
that encompasses all the listed \meta{coordinates or nodes}. For
coordinates in the list, the bounding box is guaranteed to contain
this coordinate, for nodes it is guaranteed to contain the |east|,
|west|, |north| and |south| anchors of the node. In principle (the
- details will be explained in a moment), things are now setup such
+ details will be explained in a moment), things are now set up such
that the text box of the node will be exactly this bounding box.
Here is an example: We fit several points in a rectangular node. By
setting the |inner sep| to zero, we see exactly the text box of the
- node. Then we fit these points again in circular node. Note how
+ node. Then we fit these points again in a circular node. Note how
the circle encompasses exactly the same bounding box.
\begin{codeexample}[]
\begin{tikzpicture}[inner sep=0pt,thick,
@@ -63,7 +63,7 @@ When you load this library, the following options become available:
\begin{enumerate}
\item A minimal bounding box containing all coordinates is
computed. Note that if a coordinate like |(a)| is used that
- contain a node name, this has the same effect as explicitly
+ contains a node name, this has the same effect as explicitly
providing the |(a.north)| and |(a.south)| and |(a.west)| and
|(a.east)|. If you wish to refer only to the center of the |a|
node, use |(a.center)| instead.