summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-09-10 20:09:32 +0000
committerKarl Berry <karl@freefriends.org>2022-09-10 20:09:32 +0000
commit826e15ad307814787cb5b76a13ae969c3fccd2dd (patch)
tree284bf7ffa4b76ec9820e7e9d7047e65b47fc443f /Master/texmf-dist/tex
parent888179e8b109637717a0529b23df408892223b17 (diff)
pst-bar (10sep22)
git-svn-id: svn://tug.org/texlive/trunk@64331 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/generic/pst-bar/pst-bar.tex13
-rw-r--r--Master/texmf-dist/tex/latex/pst-bar/pst-bar.sty2
2 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/generic/pst-bar/pst-bar.tex b/Master/texmf-dist/tex/generic/pst-bar/pst-bar.tex
index 2d6b18fbc8e..850e3e21b15 100644
--- a/Master/texmf-dist/tex/generic/pst-bar/pst-bar.tex
+++ b/Master/texmf-dist/tex/generic/pst-bar/pst-bar.tex
@@ -1,4 +1,4 @@
-%% $Id: pst-bar.tex 63 2008-11-26 18:00:46Z herbert $
+%% $Id: pst-bar.tex 603 2022-09-10 07:53:35Z herbert $
%%
%%
%% This is file `pst-bar.tex',
@@ -25,9 +25,11 @@
\ifx\PSTXKeyLoaded\endinput\else\input pst-xkey \fi
-\def\fileversion{0.92}
-\def\filedate{2008/11/26}
-\message{`pst-bar' v\fileversion, \filedate\space (Alan Ristow)}%
+\def\fileversion{0.93}
+\def\filedate{2022/09/10}
+\message{`pst-bar' v\fileversion, \filedate\space (Alan Ristow, hv)}%
+
+\edef\PstAtCode{\the\catcode`\@} \catcode`\@=11\relax
\pstheader{pst-bar.pro}%
\pst@addfams{pst-bar}
@@ -291,6 +293,8 @@
\fi\fi
\ifcase\psk@chartstyle% chartstyle=cluster
\addto@pscode{%
+ /scx { \pst@number\psxunit mul } def
+ /scy { \pst@number\psyunit mul } def
\pst@tempd%
/BARDATA #1 def
/nbars BARDATA length def
@@ -405,5 +409,6 @@
\end@SpecialObj%
}%
+\catcode`\@=\PstAtCode\relax
\endinput
diff --git a/Master/texmf-dist/tex/latex/pst-bar/pst-bar.sty b/Master/texmf-dist/tex/latex/pst-bar/pst-bar.sty
index b12795ce04a..9e4ab0ff4e2 100644
--- a/Master/texmf-dist/tex/latex/pst-bar/pst-bar.sty
+++ b/Master/texmf-dist/tex/latex/pst-bar/pst-bar.sty
@@ -1,5 +1,5 @@
\RequirePackage{pstricks}%
-\ProvidesPackage{pst-bar}[2004/08/22 package wrapper for pst-bar.tex (ahr)]
+\ProvidesPackage{pst-bar}[2022/09/10 package wrapper for pst-bar.tex (ahr)]
\input{pst-bar.tex}
\IfFileExists{pst-bar.pro}{%
\ProvidesFile{pst-bar.pro}