summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-matrices.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-matrices.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-matrices.tex26
1 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-matrices.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-matrices.tex
index 265880d2b6e..051ede9e9c6 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-matrices.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-matrices.tex
@@ -15,7 +15,7 @@
When creating pictures, one often faces the problem of correctly
aligning parts of the picture. For example, you might wish that the
-base lines of certain nodes should be on the same line and some
+|baseline|s of certain nodes should be on the same line and some
further nodes should be below these nodes with, say, their centers on
a vertical lines. There are different ways of solving such
problems. For example, by making clever use of anchors, nearly all
@@ -29,7 +29,7 @@ little picture or a node. The sizes of the cells are automatically
adjusted such that they are large enough to contain all the cell
contents.
-Matrices are a powerful tool and they need to handled with some care.
+Matrices are a powerful tool and they need to be handled with some care.
For impatient readers who skip the rest of this section: you
\emph{must} end \emph{every} row with |\\|. In particular, the last
row \emph{must} be ended with |\\|.
@@ -96,7 +96,7 @@ effect as for normal nodes:
\subsection{Cell Pictures}
-
+\label{section-tikz-cell-pictures}
A matrix consists of rows of \emph{cells}. Each row (including the
last one!) is ended by the command |\\|. The character |&| is used
to separate cells. Inside each cell, you must place commands for
@@ -119,7 +119,7 @@ the origin of the cell picture can be found (the origin might even lie
outside the bounding box, but let us ignore this problem for the
moment). The cell pictures are then shifted around such that all
origins lie on the same horizontal line. This may make it necessary to
-shift some cell pictures upwards and other downwards, but it can be
+shift some cell pictures upwards and others downwards, but it can be
done and this yields the vertical alignment of the cell pictures this
row. The top of the row is then given by the top of the ``highest''
cell picture in the row, the bottom of the row is given by the bottom
@@ -173,13 +173,13 @@ shifted horizontally such that the origins lie on the same vertical
line. Then, the left end of the column is at the left end of the
bounding box that protrudes furthest to the left. The right end of the
column is at the right end of the bounding box that protrudes furthest
-to the left. This fixes the horizontal alignment of the cell pictures
+to the right. This fixes the horizontal alignment of the cell pictures
in the first column and the same happens the cell pictures in the
other columns. Then, the right end of the first column touches the
left end of the second column (unless |column sep| is used). The right
end of the second column touches the left end of the third column, and
so on. (Internally, two columns are actually used to achieve the
-desired horizontal alignment, but that is only and implementation
+desired horizontal alignment, but that is only an implementation
detail.)
\begin{codeexample}[]
@@ -251,7 +251,7 @@ the column or row or between their borders.
origins of all the cells in the second column is exactly the given
distance.
- \emph{The |between origins| option can only be used for columns
+ \emph{The }|between origins|\emph{ option can only be used for columns
mentioned in the first row, that is, you cannot specify this
option for columns introduced only in later rows.}
@@ -366,8 +366,8 @@ of this option in later rows have no effect.
\subsubsection{Cell Styles and Options}
-For following style and option are useful for changing the appearance
-of the all cell pictures:
+The following styles and options are useful for changing the appearance
+of all cell pictures:
\begin{stylekey}{/tikz/every cell=\marg{row}\marg{column} (initially \normalfont empty)}
This style is installed at the beginning of each cell picture with
@@ -382,13 +382,13 @@ of the all cell pictures:
\end{stylekey}
\begin{key}{/tikz/cells=\meta{options}}
- This key adds the \meta{options} to the style |every cell|. It mainly
+ This key adds the \meta{options} to the style |every cell|. It is mainly
just a shorthand for the code
|every cell/.append style=|\meta{options}.
\end{key}
\begin{key}{/tikz/nodes=\meta{options}}
- This key adds the \meta{options} to the style |every node|. It mainly
+ This key adds the \meta{options} to the style |every node|. It is mainly
just a shorthand for the code |every node/.append style=|\meta{options}.
The main use of this option is the install some options for the
@@ -563,7 +563,7 @@ effect when given as an argument to a matrix:
\begin{key}{/tikz/anchor=\meta{anchor or node.anchor}}
Normally, the argument of this option refers to anchor of the matrix
- node, which is the node than includes all of the stuff of the
+ node, which is the node that includes all of the stuff of the
matrix. However, you can also provide an argument of the form
\meta{node}|.|\meta{anchor} where \meta{node} must be node defined
inside the matrix and \meta{anchor} is an anchor of this node. In
@@ -604,7 +604,7 @@ having to type |\pgfmatrixnextcell| each time:
If a macro name is provided, this macro will be defined to be equal
to |\pgfmatrixnextcell| inside matrices and |&| will not be made
active. For instance, you could say |ampersand replacement=\&| and
- then use \& to separate columns as in the following example:
+ then use |\&| to separate columns as in the following example:
\begin{codeexample}[]
\tikz
\matrix [ampersand replacement=\&]