summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-matrices.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-matrices.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-matrices.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-matrices.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-matrices.tex
index a50f1179d7b..2a697d768e7 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-matrices.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-matrices.tex
@@ -11,7 +11,7 @@
\section{Matrix Library}
\begin{tikzlibrary}{matrix}
- This library packages defines additional styles and options for
+ This library package defines additional styles and options for
creating matrices.
\end{tikzlibrary}
@@ -48,7 +48,7 @@ cell. The following key simplifies typesetting such matrices.
be achieved in three ways.
\begin{enumerate}
\item You can modify, say, the
- |row 2 column 5| style to pass special options to this particular
+ |row 2 column 3| style to pass special options to this particular
cell.
\begin{codeexample}[]
@@ -98,7 +98,7 @@ cell. The following key simplifies typesetting such matrices.
expands to |\path|, which includes |\draw|, |\node|, |\fill| and
others, the |\node{| startup code and the |};| code are
suppressed. This means that for this particular cell you can
- provide a totally different contents.
+ provide totally different contents.
\begin{codeexample}[]
\begin{tikzpicture}
@@ -132,7 +132,7 @@ cell. The following key simplifies typesetting such matrices.
\end{key}
\begin{key}{/tikz/nodes in empty cells=\meta{true or false} (default true)}
- When set to |true|, a node (with an empty contents) is put in empty
+ When set to |true|, a node (with empty contents) is put in empty
cells. Normally, empty cells are just, well, empty. The style can be
used together with both a |matrix of nodes| and a
|matrix of math nodes|.
@@ -288,7 +288,7 @@ some after node magic.
\begin{key}{/tikz/above delimiter=\meta{delimiter}}
This option allows you to add a delimiter above the node. It is
- implementing by rotating a left delimiter.
+ implemented by rotating a left delimiter.
\begin{codeexample}[]
\begin{tikzpicture}
\matrix [matrix of math nodes,%