diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/pst-circ/pst-circ.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-circ/pst-circ.tex | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/generic/pst-circ/pst-circ.tex b/Master/texmf-dist/tex/generic/pst-circ/pst-circ.tex index c11ba4d7115..f0d6b52e3c1 100644 --- a/Master/texmf-dist/tex/generic/pst-circ/pst-circ.tex +++ b/Master/texmf-dist/tex/generic/pst-circ/pst-circ.tex @@ -1,4 +1,4 @@ -%% $Id: pst-circ.tex 829 2013-10-03 10:50:06Z herbert $ +%% $Id: pst-circ.tex 904 2014-04-01 08:46:07Z herbert $ %% This is file `pst-circ.tex' %% %% IMPORTANT NOTICE: @@ -26,8 +26,8 @@ \ifx\PSTXKeyLoaded\endinput \else\input pst-xkey \fi \ifx\PSTMultidoLoaded\endinput\else\input multido.tex\fi % -\def\fileversion{2.05} -\def\filedate{2013/10/03} +\def\fileversion{2.06} +\def\filedate{2014/04/01} \message{`pst-circ' v\fileversion (hv)} % \edef\PstAtCode{\the\catcode`\@} @@ -562,10 +562,6 @@ \define@key[psset]{pst-circ}{pinlplabel}[]{\def\psk@pinlplabel{#1}} \define@key[psset]{pst-circ}{pinlpnumber}[]{\def\psk@pinlpnumber{#1}} - - - - \define@key[psset]{pst-circ}{pintllabel}[]{\def\psk@pintllabel{#1}} \define@key[psset]{pst-circ}{pintlnumber}[]{\def\psk@pintlnumber{#1}} \define@key[psset]{pst-circ}{pintclabel}[]{\def\psk@pintclabel{#1}} @@ -1655,7 +1651,7 @@ \else \pcline[arrows=-,linestyle=none,fillstyle=none](dipole@2)(#2) \ncput[nrot=:U]{% - \psline[linecolor=\psk@I@color,linewidth=\psk@I@width]{<-}(-.1,0)(.1,0)} + \psline[linecolor=\psk@I@color,linewidth=\psk@I@width,arrowinset=0]{<-}(-.1,0)(.1,0)} \pcline[arrows=-,linestyle=none,fillstyle=none,offset=\psk@I@label@offset](dipole@2)(#2) \ncput[nrot=\psk@label@angle]{\csname\psk@I@labelcolor\endcsname\psk@I@label} \fi |