[pstricks] Re: pst-circ problem circuit
Joel Salomon
joelcsalomon at gmail.com
Mon Mar 7 16:34:18 CET 2005
Another bug, I believe:
\documentclass[a4paper,12pt]{article}
\usepackage{pstricks}
\usepackage{pst-circ}
\parindent=0pt
\begin{document}
\begin{pspicture}(0,0)(11,2)
\psgrid[subgriddiv=1,griddots=10]
\pnode(6.5,0.5){vnn}
\uput[l](vnn){$v_n$}
\pnode(7.5,0.5){dummyn}
\wire[intensitylabel=$i_nn$,
intensitylabeloffset=-.25,
arrows=o-*](vnn)(dummyn)
\pnode(6.5,1.5){vpp}
\uput[l](vpp){$v_p$}
\pnode(7.5,1.5){dummyp}
\wire[intensitylabel=$i_pp$,
intensitylabeloffset=.25,
arrows=o-*](vpp)(dummyp)
\end{pspicture}
\end{document}
The nodes seem to have shifted---what's causing this?
--Joel
More information about the PSTricks
mailing list