[pstricks] What PSTricks package to use?
Wenguang Wang
wenguangwang at me.com
Sun Aug 9 19:23:35 CEST 2009
Hi,
Great! So I embedded psmatrix in a \def, and use rput to place it
where I want:
\def\lv{
\psmatrix[colsep=3cm,rowsep=-2pt,mnode=R]
[name=A]\psFB{A}\\
[name=B]\psFB{B}\\
[name=C]\psFB{C}\\
[name=D]\psFB{D}\\
\endpsmatrix
}
\def\pv{
\psmatrix[colsep=3cm,rowsep=-2pt,mnode=R]
[name=A1]\psFB{A1}\\
[name=A2]\psFB{A2}\\
[name=pB]\psFB{pB}\\
\endpsmatrix
}
\rput(1.8, 2){\rnode{label1}{\lv}}
\rput(6, 3){\rnode{label2}{\pv}}
\ncline{pB}{B}
Thanks for your help!
-Wenguang
在 Aug 9, 2009,12:33 AM, Herbert Voss 写道:
> Wenguang Wang schrieb:
>
>> The group of text boxes (e.g., A, B, C, and D) are considered as one
>> unit, and in my process of preparing the graph, I will probably
>> add/remove groups, and rearrange the location of the group a lot.
>> Moreover, the text boxes inside a group may not be always one column.
>> Is there a way to group some text boxes and when rearranging them,
>> only
>> change one coordinates (and the lines connecting the groups
>> automatically update)?
>
> sure, you can place objects with \rput
>
> Herbert
> _______________________________________________
> PSTricks mailing list
> PSTricks at tug.org
> http://tug.org/mailman/listinfo/pstricks
More information about the PSTricks
mailing list