summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-matrices.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-10-29 00:31:31 +0000
committerKarl Berry <karl@freefriends.org>2010-10-29 00:31:31 +0000
commit6bc1f5497cfb2f56d65c80a4c36ea3bad6dc046c (patch)
treef7751da75030fb1e06653eeb44e579fcee09c65f /Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-library-matrices.tex
parented0c7c756e441b2d2ba3633da233fc24361ac0d3 (diff)
pgf 2.10 (28oct10)
git-svn-id: svn://tug.org/texlive/trunk@20236 c570f23f-e606-0410-a88d-b1316a301751
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.tex16
1 files changed, 8 insertions, 8 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 57cf67f4abb..a50f1179d7b 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
@@ -30,7 +30,7 @@ cell. The following key simplifies typesetting such matrices.
where the name is set to \meta{matrix name}|-|\meta{row
number}|-|\meta{column number}. For example, if the matrix has
the name |my matrix|, then the node in the upper left cell will get
- the name |my matrix-1-1|.
+ the name |my matrix-1-1|.
\begin{codeexample}[]
\begin{tikzpicture}
\matrix (magic) [matrix of nodes]
@@ -61,7 +61,7 @@ cell. The following key simplifies typesetting such matrices.
};
\end{tikzpicture}
\end{codeexample}
-
+
\item At the beginning of a cell, you can use a special syntax. If a
cell starts with a vertical bar, then everything between this bar
and the next bar is passed on to the |node| command.
@@ -82,7 +82,7 @@ cell. The following key simplifies typesetting such matrices.
Note that the |&| character also takes an optional argument, which
is an extra column skip.
-{\catcode`\|=12
+{\catcode`\|=12
\begin{codeexample}[]
\begin{tikzpicture}
\matrix [matrix of nodes]
@@ -191,7 +191,7 @@ Since \TeX\ is not clairvoyant, the following rules are used:
then inside this first group the |\\| command retains the meaning of
``end of line'' character. Note that this special rule works only
for the first group in a cell and this group must be at the
- beginning.
+ beginning.
\end{enumerate}
The net effect of these rules is the following: Normally, |\\| is an
@@ -225,7 +225,7 @@ not balanced with respect to the number of braces).
\subsection{Delimiters}
-Delimiters are parantheses or braces to the left and right of a
+Delimiters are parentheses or braces to the left and right of a
formula or a matrix. The matrix library offers options for adding such
delimiters to a matrix. However, delimiters can actually be added to
any node that has the standard anchors |north|, |south|, |north west|
@@ -256,7 +256,7 @@ some after node magic.
\end{tikzpicture}
\end{codeexample}
- \begin{stylekey}{/tikz/every delimiter (initially \normalfont empyt)}
+ \begin{stylekey}{/tikz/every delimiter (initially \normalfont empty)}
This style is executed for every delimiter. You can use it to shift
or color delimiters or do whatever.
\end{stylekey}
@@ -316,7 +316,7 @@ some after node magic.
-%%% Local Variables:
+%%% Local Variables:
%%% mode: latex
%%% TeX-master: "pgfmanual-pdftex-version"
-%%% End:
+%%% End: