Am 04.09.2014 14:36, schrieb Hubert Lam:
> If you load pst-func as well as pst-eucl, and try to create nodes, the
> PointName for the nodes (from pst-eucl) will default to a silly looking “I”:
Both packages define PointName which is preset by pst-func to I.
Change the order of the packages
\usepackage{pst-func}
\usepackage{pst-eucl}
Herbert