Avery Andrews wrote:
>
> Is there a pure pstricks (no fp) way to get \uput to accept a cartesian
> rather than polar displacement?
-> Documentation!
\listfiles
\documentclass{article}
\usepackage{pstricks}
\SpecialCoor
\begin{document}
\qdisk(0,0){2pt}\uput[90](0,0){foo}\uput[(0,-1)](0,0){bar}
\end{document}
Herbert