[pstricks] showNode in pst-node package

Patrice MÉGRET Patrice.MEGRET at umons.ac.be
Tue Jun 17 20:04:51 CEST 2014


Dear Herbert,

It now works fine except with pst-circ and pst-optexp.

Here a working sample (if I suppress the showNode key if the component, ps file has an error at opening).

\documentclass{report}
\usepackage{pstricks}
\usepackage{pst-node}
\usepackage{pst-circ}
\usepackage{pst-optexp}

%\usepackage{pstricks-add}
\listfiles
\begin{document}
\begin{pspicture}[showgrid](5,5)
\psset{showNode}
\pnode(1,1){N1}
\pnode(3,1){N2}
\resistor[showNode=false](N1)(N2){}
\lens[showNode=false](N1)(N2)
\end{pspicture}
\end{document}

Best regards,
Patrice





More information about the PSTricks mailing list