[pstricks] accessing pstricks dimensions

Herbert Voss Herbert.Voss at alumni.TU-Berlin.DE
Thu Feb 13 14:52:42 CET 2003


John Frampton schrieb:
> 
> 
> In need to access pstricks internal dimensions, `armA' or `nodesep' for 
> example.  Looking at the pstricks code led me to try:

hope it helps

Herbert

\documentclass{article}
\usepackage{pst-node}
\newlength\dimtemp
\psset{nodesep=1pt}

\begin{document}
\makeatletter
    \pst at getlength{\psk at nodesepA}\dimtemp
\makeatother
\dimtemp
\end{document}



More information about the PSTricks mailing list