diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-graphs.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-graphs.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-graphs.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-graphs.tex index 36c4469d10c..7e4560d0da4 100644 --- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-graphs.tex +++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-tikz-graphs.tex @@ -2763,8 +2763,8 @@ The following keys place nodes in a $N\times M$ grid. width and depth are mapped to a $N\times M$ grid. The values of $N$ and $M$ depend on the size of the graph and the value of |wrap after|. The number of columns $M$ is either set to |wrap after| explicitly or computed - automatically as $\sqrt{\verb!|V|!}$. $N$ is the number of rows needed to - lay out the graph in a grid with $M$ columns. + automatically as $\sqrt{\texttt{\string|V\string|}}$. $N$ is the number of + rows needed to lay out the graph in a grid with $M$ columns. % \begin{codeexample}[] % An example with 6 nodes, 3 columns and therefor 2 rows |