texlive[67535] Master/texmf-dist: pst-math (3jul23)
commits+karl at tug.org
commits+karl at tug.org
Mon Jul 3 22:12:04 CEST 2023
Revision: 67535
http://tug.org/svn/texlive?view=revision&revision=67535
Author: karl
Date: 2023-07-03 22:12:04 +0200 (Mon, 03 Jul 2023)
Log Message:
-----------
pst-math (3jul23)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/generic/pst-math/Changes
trunk/Master/texmf-dist/doc/generic/pst-math/README
trunk/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.pdf
trunk/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex
trunk/Master/texmf-dist/tex/generic/pst-math/pst-math.tex
trunk/Master/texmf-dist/tex/latex/pst-math/pst-math.sty
Modified: trunk/Master/texmf-dist/doc/generic/pst-math/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pst-math/Changes 2023-07-03 20:11:54 UTC (rev 67534)
+++ trunk/Master/texmf-dist/doc/generic/pst-math/Changes 2023-07-03 20:12:04 UTC (rev 67535)
@@ -1,4 +1,5 @@
..... pst-math.sty/pro
+0.67 2023-07-03 - fix bug with random list (doubled first entry)
0.66 2022-10-17 - fix bug with random list (doubled first entry)
0.65 2018-12-16 - allow lists with more than 100 numbers
0.64 2018-12-13 - added macros for creating lists of randoms
Modified: trunk/Master/texmf-dist/doc/generic/pst-math/README
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pst-math/README 2023-07-03 20:11:54 UTC (rev 67534)
+++ trunk/Master/texmf-dist/doc/generic/pst-math/README 2023-07-03 20:12:04 UTC (rev 67535)
@@ -1,8 +1,13 @@
pst-math: PostScript extension for mathematical functions:
The macros for random numbers cannot be used with xelatex!
+Use lualatex instead, it has an buildin postscript
hvoss at tug.org
+%% This program can be redistributed and/or modified under the terms
+%% of the LaTeX Project Public License Distributed from CTAN archives
+%% in directory CTAN:/macros/latex/base/lppl.txt.
-%% $Id: README 864 2018-12-15 21:15:11Z herbert $
+
+%% $Id: README 741 2023-07-03 17:53:43Z herbert $
Modified: trunk/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex 2023-07-03 20:11:54 UTC (rev 67534)
+++ trunk/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex 2023-07-03 20:12:04 UTC (rev 67535)
@@ -1,4 +1,5 @@
-%% $Id: pst-math-doc.tex 887 2018-12-29 13:17:59Z herbert $
+%% $Id: pst-math-doc.tex 741 2023-07-03 17:53:43Z herbert $
+\DocumentMetadata{}
\documentclass[fontsize=11pt,english,BCOR=10mm,DIV=12,bibliography=totoc,parskip=false,
headings=small, headinclude=false,footinclude=false,oneside,abstract=on]{pst-doc}
\usepackage{pst-math}
@@ -43,6 +44,7 @@
\vfill\noindent
Thanks to: \\
Denis Bitouzé;
+Frédéric Bréal;
Jacques L'helgoualc'h;
Patrice M\'egret;
Dominik Rodriguez
Modified: trunk/Master/texmf-dist/tex/generic/pst-math/pst-math.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/pst-math/pst-math.tex 2023-07-03 20:11:54 UTC (rev 67534)
+++ trunk/Master/texmf-dist/tex/generic/pst-math/pst-math.tex 2023-07-03 20:12:04 UTC (rev 67535)
@@ -20,8 +20,8 @@
\csname PSTmathLoaded\endcsname
\let\PSTmathLoaded\endinput
\ifx\PSTricksLoaded\endinput\else\input pstricks.tex\fi
-\def\fileversion{0.66}
-\def\filedate{2022/10/17}
+\def\fileversion{0.67}
+\def\filedate{2023/07/03}
\message{`pst-math' v\fileversion\space, (CJ,hv)}
\pstheader{pst-math.pro}
Modified: trunk/Master/texmf-dist/tex/latex/pst-math/pst-math.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pst-math/pst-math.sty 2023-07-03 20:11:54 UTC (rev 67534)
+++ trunk/Master/texmf-dist/tex/latex/pst-math/pst-math.sty 2023-07-03 20:12:04 UTC (rev 67535)
@@ -1,10 +1,10 @@
-% $Id: pst-math.sty 867 2018-12-16 12:07:22Z herbert $
+% $Id: pst-math.sty 741 2023-07-03 17:53:43Z herbert $
%%
%% This is file `pst-math.sty'.
%%
%% IMPORTANT NOTICE:
%%
-%% pst-math Copyright (C) 2019- Herbert Voss <hvoss at tug.org>
+%% pst-math Copyright (C) 2023- Herbert Voss <hvoss at tug.org>
%%
%% This package may be distributed under the terms of the LaTeX Project
%% Public License, as described in lppl.txt in the base LaTeX distribution.
@@ -12,7 +12,9 @@
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{pst-math}[2022/10/17 v 0.66 package wrapper for PSTricks pst-math.tex]
+\ProvidesPackage{pst-math}[2023/07/03 v 0.67 package wrapper for PSTricks pst-math.tex]
+\RequirePackage{multido}
+\RequirePackage{pstricks}
\RequirePackage{pst-calculate}
\RequirePackage{ifluatex}
\RequirePackage{xstring}
More information about the tex-live-commits
mailing list.