diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-01 22:25:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-01 22:25:08 +0000 |
commit | 7dc25acca85a2c79661688d11bc6529badfc71d4 (patch) | |
tree | 137e72874762210c75ccfbf8839010cb29677fa9 /Master/texmf-dist/tex/generic | |
parent | 60140087cc9180ebf915a7c89e01de564cd8b8f8 (diff) |
pst-circ (1apr14)
git-svn-id: svn://tug.org/texlive/trunk@33346 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-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 |