[pstricks] \psmatrix: different colsep values

Herbert Voss Herbert.Voss at FU-Berlin.DE
Wed Jul 8 08:20:30 CEST 2009


Joshua Reyes schrieb:

> I'd like to decrease the space between the two right-most orange
> nodes, but I'm having trouble do so. I tried to use this post as a
> model:

use another column with a different node type

\documentclass{amsart}
\usepackage[dvipsnames]{pstricks}
\usepackage{pst-node}
\begin{document}

\psmatrix[colsep=0.45cm, rowsep=0.1cm, mnode=circle]
[fillstyle=solid, fillcolor=BurntOrange]
  & [fillstyle=solid,fillcolor=CornflowerBlue]
  &
  & [fillstyle=solid, fillcolor=BurntOrange]
  & [mnode=r]\rule{1cm}{0pt}
  & [fillstyle=solid, fillcolor=BurntOrange]
\endpsmatrix
\psset{nodesep=0.05cm}
\ncline{->}{1,2}{1,4}
\ncline[linestyle=none]{-}{1,1}{1,2}
\lput{:U}{\textsf{\textbf{+}}}

\end{document}


do not use the obsolete package pstcol

Herbert


More information about the PSTricks mailing list