summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-07-03 20:12:04 +0000
committerKarl Berry <karl@freefriends.org>2023-07-03 20:12:04 +0000
commitb119c2e33f2d0d3170130a527390c39cfec0d2f2 (patch)
treeb04a29ab5d83ee2c5807f57dd0fbe048c4b0d7b9 /Master/texmf-dist
parentc214169d860930db1533a657b345f53c6136ff6b (diff)
pst-math (3jul23)
git-svn-id: svn://tug.org/texlive/trunk@67535 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/generic/pst-math/Changes1
-rw-r--r--Master/texmf-dist/doc/generic/pst-math/README7
-rw-r--r--Master/texmf-dist/doc/generic/pst-math/pst-math-doc.pdfbin228170 -> 253131 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex4
-rw-r--r--Master/texmf-dist/tex/generic/pst-math/pst-math.tex4
-rw-r--r--Master/texmf-dist/tex/latex/pst-math/pst-math.sty8
6 files changed, 17 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-math/Changes b/Master/texmf-dist/doc/generic/pst-math/Changes
index fe248f97a85..62de93b6971 100644
--- a/Master/texmf-dist/doc/generic/pst-math/Changes
+++ b/Master/texmf-dist/doc/generic/pst-math/Changes
@@ -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
diff --git a/Master/texmf-dist/doc/generic/pst-math/README b/Master/texmf-dist/doc/generic/pst-math/README
index 2838a7bf4b6..1b37f432eea 100644
--- a/Master/texmf-dist/doc/generic/pst-math/README
+++ b/Master/texmf-dist/doc/generic/pst-math/README
@@ -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@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 $
diff --git a/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.pdf b/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.pdf
index a9fee0d9d31..16dc2baf17b 100644
--- a/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.pdf
+++ b/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex b/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex
index c3c2a807464..e0b76d200ba 100644
--- a/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex
+++ b/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex
@@ -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 @@ defines all the new mathematical functions for use with PostScript.
\vfill\noindent
Thanks to: \\
Denis Bitouzé;
+Frédéric Bréal;
Jacques L'helgoualc'h;
Patrice M\'egret;
Dominik Rodriguez
diff --git a/Master/texmf-dist/tex/generic/pst-math/pst-math.tex b/Master/texmf-dist/tex/generic/pst-math/pst-math.tex
index b3c0e69f005..050a042f174 100644
--- a/Master/texmf-dist/tex/generic/pst-math/pst-math.tex
+++ b/Master/texmf-dist/tex/generic/pst-math/pst-math.tex
@@ -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}
diff --git a/Master/texmf-dist/tex/latex/pst-math/pst-math.sty b/Master/texmf-dist/tex/latex/pst-math/pst-math.sty
index ce7a536d8bb..257bee7e4ca 100644
--- a/Master/texmf-dist/tex/latex/pst-math/pst-math.sty
+++ b/Master/texmf-dist/tex/latex/pst-math/pst-math.sty
@@ -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@tug.org>
+%% pst-math Copyright (C) 2023- Herbert Voss <hvoss@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}