texlive[44511] Master/texmf-dist: pst-plot (22may17)

commits+karl at tug.org commits+karl at tug.org
Tue Jun 6 23:55:53 CEST 2017


Revision: 44511
          http://tug.org/svn/texlive?view=revision&revision=44511
Author:   karl
Date:     2017-06-06 23:55:53 +0200 (Tue, 06 Jun 2017)
Log Message:
-----------
pst-plot (22may17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/generic/pst-plot/Changes
    trunk/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf
    trunk/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex
    trunk/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex

Modified: trunk/Master/texmf-dist/doc/generic/pst-plot/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pst-plot/Changes	2017-06-06 21:55:40 UTC (rev 44510)
+++ trunk/Master/texmf-dist/doc/generic/pst-plot/Changes	2017-06-06 21:55:53 UTC (rev 44511)
@@ -1,4 +1,5 @@
 ----- pst-plot.tex
+1.79  2017-05-22  - fix trailing space in \setDefaulthLabels
 1.78  2017-04-16  - remove change of showorigin in \pst at hlabels
 1.77  2017-03-20  - new optional argument for \psCoordinates
 1.76  2017-01-18  - allow yLabels and xLabels for negative axes

Modified: trunk/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex	2017-06-06 21:55:40 UTC (rev 44510)
+++ trunk/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex	2017-06-06 21:55:53 UTC (rev 44511)
@@ -22,6 +22,8 @@
     escapechar=?}
 \def\textat{\char064}%
 
+%\usepackage{biblatex}
+\addbibresource{pst-plot-doc.bib}
 \begin{document}
 \title{\texttt{pst-plot}\\plotting data and functions \\\small v.\pstFV}
 \docauthor{Herbert Vo\ss}
@@ -3661,8 +3663,8 @@
 \nocite{*}
 \bgroup
 \RaggedRight
-\bibliographystyle{plain}
-\bibliography{pst-plot-doc}
+%\bibliographystyle{plain}
+\printbibliography
 \egroup
 
 \printindex

Modified: trunk/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex	2017-06-06 21:55:40 UTC (rev 44510)
+++ trunk/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex	2017-06-06 21:55:53 UTC (rev 44511)
@@ -23,8 +23,8 @@
 \ifx\PSTFPloaded\endinput\else   \input pst-fp.tex  \fi
 \ifx\MultidoLoaded\endinput\else \input multido.tex \fi
 %
-\def\fileversion{1.78}
-\def\filedate{2017/04/16}
+\def\fileversion{1.79}
+\def\filedate{2017/05/22}
 \message{ v\fileversion, \filedate\space (tvz,hv)}
 %
 \edef\TheAtCode{\the\catcode`\@}
@@ -1350,19 +1350,19 @@
   \def\pst@@@hlabel##1{%
       \edef\@xyDecimals{\psk at xDecimals}%
 %      \ifnum\psk at ticks<\tw@  % ticks=all|x
-      \ifnum\psk at labels<\tw@  % labels=all|x
+      \ifnum\psk at labels<\tw@\relax% labels=all|x
         \ifx\psk at xlogBase\@empty
-          \pshlabel{\psk at xlabelFontSize\expandafter\@LabelComma##1..\@nil\psk at xlabelFactor}
+          \pshlabel{\psk at xlabelFontSize\expandafter\@LabelComma##1..\@nil\psk at xlabelFactor}%
         \else
-          \ifPst at xmathLabel%
+          \ifPst at xmathLabel
             \pshlabel{\psk at xlabelFontSize\psk at xlogBase^{\expandafter\@stripDecimals##1..\@nil}}%
-          \else%
+          \else
             \pshlabel{\psk at xlabelFontSize\psk at xlogBase\textsuperscript{\expandafter\@stripDecimals##1..\@nil}}%
           \fi
-        \fi%
-      \fi%
+        \fi
+      \fi
     }%
-    \ifPst at xmathLabel \def\pshlabel##1{$\psk at xlabelFontSize##1$}\else\def\pshlabel##1{\psk at xlabelFontSize##1}\fi
+    \ifPst at xmathLabel\def\pshlabel##1{$\psk at xlabelFontSize##1$}\else\def\pshlabel##1{\psk at xlabelFontSize##1}\fi
 }
 \def\setTrighLabels{%
     \def\pst@@@hlabel##1{\pshlabel{##1}}
@@ -1709,8 +1709,8 @@
   \ifnum \@xyDecimals>\@get at digitcounter
     \bgroup
       0\@inc at digitcounter\@zeroFill
-    \egroup%
-  \fi%
+    \egroup
+  \fi
 }
 % #1 the value, maybe empty
 %
@@ -1730,7 +1730,7 @@
       \ifmmode\expandafter\mathord\expandafter{\psk at decimalSeparator}\else\psk at decimalSeparator\fi%
 %      \psk at decimalSeparator
         \@Reset at digitcounter
-        \expandafter\@process at digits#1*;
+        \expandafter\@process at digits#1*;%
       \fi%
   \fi%
 }
@@ -1741,7 +1741,8 @@
   \def\pst at tempA{#1}%
   \ifx\pst at tempA\@empty\the\@zero\else#1\fi% the integer part
   \def\pst at tempA{#2}%
-  \ifx\pst at tempA\@empty\@writeDecimals{}\else\@writeDecimals{#2}\fi}
+  \ifx\pst at tempA\@empty\@writeDecimals{}\else\@writeDecimals{#2}\fi
+}
 %
 %
 \def\set at xticksize#1{%
@@ -1943,7 +1944,7 @@
 \def\psaxes at vi(#1)(#2)(#3)[#4,#5][#6,#7]{%
   \let\pst at par@save\pst at par
   \psaxes at vii(#1)(#2)(#3)%
-  \let\pst at par\pst at par@save  
+  \let\pst at par\pst at par@save
   \begingroup
   \SpecialCoor
   \use at par
@@ -1957,7 +1958,7 @@
   \begingroup
   \pssetxlength\pst at dimc{#5}% ur-x
   \pssetylength\pst at dimd{#6}% ur-y
-  \ifdim\pst at dimc<\z@ \ifdim\pst at dimd<\z@ % axes show to left and down
+  \ifdim\pst at dimc<\z@\relax \ifdim\pst at dimd<\z@\relax% axes show to left and down
     \addbefore at par{xlabelPos=top,ylabelPos=right}\fi\fi
   \setbox\pst at hbox=\hbox\bgroup
   \use at par%	now the same with an optional unit=... in par
@@ -2004,8 +2005,7 @@
     \ifdim\pst at dimb=\z@\else\showoriginfalse\fi
     \ifnum\psk at dx=\z@
       \pst at dimg=\psk at Dx\psxunit
-      \ifdim\pst at dimg<\p@\pst at cnta=\psk at Dx\edef\psk at Dx{\the\numexpr-1*\pst at cnta}% v.1.21
-      \fi% v.1.21
+      \ifdim\pst at dimg<\p@\pst at cnta=\psk at Dx\edef\psk at Dx{\the\numexpr-1*\pst at cnta}\fi% v.1.21
       \edef\psk at dx{\number\pst at dimg}%
     \fi
 %    \ifPst at yAxis\else\showorigintrue\fi%		2009-10-21
@@ -2398,7 +2398,7 @@
 \def\pst@@hlabels{%
   \psDEBUG[pst@@hlabels]{xticksizeC=\the\pst at xticksizeC}%
   \setbox\z@=\vbox{%			save all in a box
-    \ifcase\psk at xlabelPos% 0
+    \ifcase\psk at xlabelPos  % 0
       \vskip-\pst at xticksizeA\vskip\psxlabelsep\or % 1
       \vskip-1ex\vskip-\pslabelsep\or % 2
       \vskip-\pst at xticksizeB\vskip-\psxlabelsep\vskip-1ex % 3
@@ -2405,14 +2405,14 @@
     \fi
     \ifnum\pst at cnta<\z@ \pst at dimb=-\pst at dimb\fi
     \hbox to\z@{%
-      \ifshoworigin\hbox to \z@{\hss\pst@@@hlabel{\psk at Ox}\hss}\fi%
+      \ifshoworigin\hbox to \z@{\hss\pst@@@hlabel{\psk at Ox}\hss}\fi
       \mmultido{\nA=\psk at Ox+\psk at Dx}{\pst at cnta}{%
-        \hskip\pst at dimb\hbox to \z@{\hss%
-          \ifdim\nA pt=\z@ \ifshoworigin\pst@@@hlabel{0}\fi
+        \hskip\pst at dimb \hbox to \z@{\hss
+          \ifdim\nA pt=\z@\relax\ifshoworigin\pst@@@hlabel{0}\fi
           \else\expandafter\pst@@@hlabel{\nA}%
           \fi% prevent -0, doesn't work with \ifnum
         \hss}%
-      }\hss%
+      }
     }%
   }\ht\z@\z@ \dp\z@\z@ \box\z@}% set all values to zero
 %



More information about the tex-live-commits mailing list