[pstricks] /undefined in Div

Herbert Voss Herbert.Voss at FU-Berlin.DE
Fri Oct 16 17:01:36 CEST 2015


Manfred Braun schrieb:
> When calling the TAN function of pst-math it may happen that there is no
> access to the internal Div operator, see the following minimal example:
>
> What can be the reason?


it is in another dictionary. Use:

\documentclass{article}
\usepackage{pstricks, pst-math}
\def\Div{ tx at Dict begin TAN end }
\begin{document}
  \begin{pspicture}(1,1)
    \pstVerb{ 0 \Div /result exch def }
    \psdot(! result 0 )
\end{pspicture}

\end{document}

Herbert



More information about the PSTricks mailing list