[pstricks] showNode in pst-node package

Herbert Voss Herbert.Voss at FU-Berlin.DE
Wed Jun 18 08:16:16 CEST 2014


Am 17.06.2014 20:04, schrieb Patrice MÉGRET:

> 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).


Patrice,
I have no problem with the current pst-node. However, you need

ps2pdf -dNOSAFER <file>.ps

Ghostscript doesn't open external files if not called with the
option -dNOSAFER

Herbert



> 
> \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
> 
> 
> 
> _______________________________________________
> PSTricks mailing list
> PSTricks at tug.org
> http://tug.org/mailman/listinfo/pstricks
> archive: http://www.tug.org/pipermail/pstricks/
> 





More information about the PSTricks mailing list