[pstricks] \SpecialCoor
Herbert Voss
Herbert.Voss at alumni.TU-Berlin.DE
Tue Jan 20 16:28:28 CET 2004
John Frampton wrote:
>
> I must be reading the PSTricks manual incorrectly. As far as I can tell,
> the following code should put "Y" at (2,0) and "X" at (3,0).
>
> \pnode(3,0){A1}
> \rput(2,0){Y}
> \SpecialCoor
> \rput(A1){X}
>
> It does not.
I cannot see why this should not work. Please provide
full working examples and tell us, what exactly goes wrong?
Herbert
\documentclass[12pt]{article}
\usepackage{pst-node}
\SpecialCoor
\begin{document}
\pnode(3,1){A1}
\rput(2,0){Y}
\rput(A1){X}
\end{document}
More information about the PSTricks
mailing list