summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-matrices.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-matrices.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-matrices.tex28
1 files changed, 14 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-matrices.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-matrices.tex
index d77f1312123..ca17510a797 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-matrices.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-base-matrices.tex
@@ -25,15 +25,15 @@ options very similar to the |\pgfnode| command.
In the following, the basic idea behind the alignment mechanism is
explained first. Then the command |\pgfmatrix| is explained. At the
-end of the section additional ways of modifying the width of columns
-and rows is discussed.
+end of the section, additional ways of modifying the width of columns
+and rows are discussed.
\subsection{Cell Pictures and Their Alignment}
A matrix consists of rows of \emph{cells}. Cells are separated using
the special command |\pgfmatrixnextcell|, rows are ended using the
-command |\pgfmatrixendrow| (the command |\\| is setup to mean the same
+command |\pgfmatrixendrow| (the command |\\| is set up to mean the same
as |\pgfmatrixendrow| by default). Each cell contains a \emph{cell
picture}, although cell pictures are not complete pictures as they
lack layers. However, each cell picture has its own bounding box like a
@@ -41,7 +41,7 @@ normal picture does. These bounding boxes are important for the
alignment as explained in the following.
Each cell picture will have an origin somewhere in the picture (or
-even outside the picture). The position of these origins is important
+even outside the picture). The position of these origins are important
for the alignment: On each row the origins will be on the same
horizontal line and for each column the origins will also be on the
same vertical line. These two requirements mean that the cell pictures
@@ -93,7 +93,7 @@ All matrices are typeset using the following command:
The resulting matrix is used as the |text| box of the node. As for a
normal node, the \meta{usage} commands are applied, so that the
- path(s) of the resulting node are stroked or filled or whatever.
+ path(s) of the resulting node is (are) stroked or filled or whatever.
\medskip
\textbf{Specifying the cells and rows.\ }
@@ -108,7 +108,7 @@ All matrices are typeset using the following command:
to |\pgfmatrixnextcell|. This way, it will ``look'' as if |&| is
used.
\item Rows are ended using the command |\pgfmatrixendrow|, but |\\|
- is setup to mean the same by default. However, some environments
+ is set up to mean the same by default. However, some environments
like |{minipage}| redefine |\\|, so it is good to have
|\pgfmatrixendrow| as a ``fallback.''
\item Every row \emph{including the last row} must be ended using
@@ -232,10 +232,10 @@ commands for the column spacing.
been started, subsequent uses of this optional argument for the
column have no effect.
- To determine the space between the two columns the are separated by
+ To determine the space between the two columns that are separated by
|\pgfmatrixnextcell|, the following algorithm is executed:
\begin{enumerate}
- \item Both the default separation list (as setup by
+ \item Both the default separation list (as set up by
|\pgfsetmatrixcolumnsep|) and the \meta{additional sep list} are
processed, in this order. If the \meta{additional sep list}
argument is missing, only the default separation list is
@@ -244,7 +244,7 @@ commands for the column spacing.
well as occurrences of the keywords |between origins| and
|between borders|.
\item All dimensions occurring in either list are added together to
- arrive at an dimension $d$.
+ arrive at a dimension $d$.
\item The last occurrence of either of the keywords is located. If
neither keyword is present, we proceed as if |between borders|
were present.
@@ -260,7 +260,7 @@ commands for the column spacing.
\item For the |between origins| mode, the spacing between the two
columns is computed differently: Recall that the origins of the
cell pictures in both pictures lie on two vertical lines. The
- spacing between the two columns is setup such that the horizontal
+ spacing between the two columns is set up such that the horizontal
distance between these two lines is exactly $d$.
This mode may only be used between columns \emph{already
@@ -268,9 +268,9 @@ commands for the column spacing.
\end{itemize}
All of the above rules boil down to the following effects:
\begin{itemize}
- \item A default spacing between columns should be setup using
+ \item A default spacing between columns should be set up using
|\pgfsetmatrixcolumnsep|. For example, you might say
- |\pgfsetmatrixcolumnsep{5pt}| to have columns be spaced apart by
+ |\pgfsetmatrixcolumnsep{5pt}| to have columns spaced apart by
|5pt|. You could say
\begin{verbatim}
\pgfsetmatrixcolumnsep{1cm,between origins}
@@ -355,7 +355,7 @@ commands are called differently.
way as for columns. For the last row the optional argument has no
effect.
- Inside matrices (and only there) the command |\\| is setup to mean
+ Inside matrices (and only there) the command |\\| is set up to mean
the same as this command.
\end{command}
@@ -422,7 +422,7 @@ current column in a callback:
\begin{command}{\pgfmatrixcurrentrow}
This counter stores the current row of the current cell of the
- matrix. Do not even think of changing this counter.
+ matrix. Do not even think about changing this counter.
\end{command}
\begin{command}{\pgfmatrixcurrentcolumn}