I noticed a bug when I nested the \rnode commands, especially for right, baseline-right, bottom reference points.

Code: Select all
\documentclass{book}\usepackage{pst-node,xcolor,graphicx}\pagestyle{empty}\begin{document}\psset{linewidth=0.05pt,dotscale=0.3,linecolor=red}\scalebox{10}{{\rnode{c}{\rnode[t]{t}{\rnode[tl]{tl}{\rnode[l]{l}{\rnode[Bl]{Bl}{\rnode[bl]{bl}{\rnode[b]{b}{\rnode[B]{B}{\rnode[br]{br}{\rnode[Br]{Br}{\rnode[r]{r}{\rnode[tr]{tr}{\psframebox[framesep=0pt,linecolor=black]{\color{cyan}\LaTeXe}}}}}}}}}}}}}}\SpecialCoor\psdot(c)\psdot(t)\psdot(tl)\psdot(l)\psdot(Bl)\psdot(bl)\psdot(b)\psdot(B)\psdot(br)\psdot(Br)\psdot(r)\psdot(tr)}\end{document}
I also got a funnier result as follows:

Code: Select all
\documentclass{book}\usepackage{pst-node,xcolor,graphicx}\pagestyle{empty}\begin{document}\psset{linewidth=0.05pt,dotscale=0.3,linecolor=red}\scalebox{10}{{\rnode[r]{r}{\rnode[br]{br}{\rnode[Br]{Br}{\psframebox[framesep=0pt,linecolor=black]{\color{cyan}\LaTeXe}}}}}\SpecialCoor\psdot(r)\psdot(br)\psdot(Br)}\end{document}
Is there any idea to solve it?
Thank you in advance.
regards,
Hayashi