diff options
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf | bin | 1189591 -> 1187115 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex | 1 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex | 26 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 1 |
5 files changed, 18 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-plot/Changes b/Master/texmf-dist/doc/generic/pst-plot/Changes index b9d3f90bfca..3b081cd97d0 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/Changes +++ b/Master/texmf-dist/doc/generic/pst-plot/Changes @@ -1,4 +1,5 @@ ----- pst-plot.tex +1.45 2013-04-29 - fix for loglines with subticks>10 (pm) 1.44 2013-01-03 - take fontstyle into account for xLabels and yLabels 1.43 2012-11-17 - added keyword interrupt for interrupted plots with plotstyle=bar diff --git a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf Binary files differindex e1b6c26f2be..86e4fa73063 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf +++ b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf diff --git a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex index 6de6cc09db4..c17f64ea556 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex @@ -55,6 +55,7 @@ Peter Hutnick; Christophe Jorssen; Uwe Kern; Manuel Luque; +Patrice Mégret; Jens-Uwe Morawski; Tobias N\"ahring; Rolf Niepraschk; diff --git a/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex b/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex index b5df166151e..3ba69d200c1 100644 --- a/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex +++ b/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex @@ -1,4 +1,4 @@ -% $Id: pst-plot.tex 744 2013-01-03 19:54:37Z herbert $ +% $Id: pst-plot.tex 776 2013-04-29 10:10:22Z herbert $ %% BEGIN pst-plot.tex %% %% plotting functions and data with PSTricks. @@ -20,8 +20,8 @@ \ifx\PSTFPloaded\endinput\else \input pst-fp.tex \fi \ifx\MultidoLoaded\endinput\else \input multido.tex \fi % -\def\fileversion{1.44} -\def\filedate{2013/01/03} +\def\fileversion{1.45} +\def\filedate{2013/04/29} \message{ v\fileversion, \filedate\space (tvz,hv)} % \edef\TheAtCode{\the\catcode`\@} @@ -1847,7 +1847,8 @@ D\space##1% 1 1 DT { 1 sub /OffSet exch def % 1 10 subTNo div 9.99 { % do not write a line for 1 - 10 subTNo 1 add div dup 10 { % do not write a line for 1 +% 10 subTNo 1 add div dup 10 { % do not write a line for 1 + -10 subTNo 1 add div dup 10 add exch dup -0.1 mul 1 add { % do not write a line for 10 and 1, trace lines between 10 and 1 by steps of 10/subTno /dx exch def % save index % /x cntTick dT dx log mul add def % /x dx log OffSet add \ifis@yAxis\pst@number\psyunit\else\pst@number\psxunit\fi\space mul cntTick add def % @@ -1923,7 +1924,8 @@ D\space##1% gsave 1 1 DT cvi { 1 sub /OffSet exch def - 10 subTNo 1 add div dup 10 { % do not write a line for 1 + -10 subTNo 1 add div dup 10 add exch dup -0.1 mul 1 add { % do not write a line for 10 and 1, trace lines between 10 and 1 by steps of 10/subTno +% 10 subTNo 1 add div dup 10 { % do not write a line for 1 % 1 10 subTNo div 9.99 { % do not write a line for 1 /dx exch def % save index % /x cntTick dT dx log mul add def % @@ -1984,6 +1986,8 @@ D\space##1% }% % % +% +% \def\psxs@frame{% \begin@SpecialObj% \addto@pscode{ % the frame @@ -2344,19 +2348,19 @@ D\space##1% \@namedef{endpsgraph*}{\endpsgraph} % \def\psPutXLabel#1{% - \global\pst@cntm=0\relax - \global\pst@cntn=#1\relax + \global\pst@cnto=0\relax + \global\pst@cntp=#1\relax \expandafter\get@Label\psk@xLabels,\@nil } \def\psPutYLabel#1{% - \global\pst@cntm=0\relax - \global\pst@cntn=#1\relax + \global\pst@cnto=0\relax + \global\pst@cntp=#1\relax \expandafter\get@Label\psk@yLabels,\@nil } \def\get@Label#1,#2\@nil{% - \ifnum\the\pst@cntm=\the\pst@cntn + \ifnum\the\pst@cnto=\the\pst@cntp #1 - \else\global\advance\pst@cntm by \@ne + \else\global\advance\pst@cnto by \@ne \expandafter\get@Label#2,\@nil \fi% } diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 4c1ab0ae4f5..d50db0ef30a 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -588,6 +588,7 @@ my @TLP_no_check = ( "texworks", # binary "tie", # binary "ttfutils", # binary + "tpic2pdftex", # CTAN mirrors from us "uptex", # binary "web", # binary "xdvi", # binary |