|
braces |
Circle nodes with constant width |
Commutated Diagrams |
Connections |
Connections between boxes |
Connections to images |
Double line connection |
Flowchart |
More examples |
Problems |
\psbrace |
Trees with psmatrix |
Vertical alignment |
Vertical braces |
Problems
If you have optional arguments in the first column like:
\begin{psmatrix}[fillstyle=solid,mnode=circle,colsep=1]
[name=A] 1 & [name=B] 8 \\[0pt]
[name=C] 2 & [name=D] 9
\end{psmatrix}
then the [0pt] is important, otherwise
you will get an error, because LaTeX takes the next optional argument [name=C]
as a one for the linefeed. Alternative, use a recent version of pst-node, it has a fix for that.
|