summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-07-04 03:00:52 +0000
committerNorbert Preining <norbert@preining.info>2023-07-04 03:00:52 +0000
commitab7f5e4df027c13f5aef4fbdb032184cf2f3d5c3 (patch)
tree0b38ffb066618d85c27ed23a0095689acbb45b6e /graphics/pstricks/contrib
parent4b749d92c46780575d3bd3dd7544030300a51301 (diff)
CTAN sync 202307040300
Diffstat (limited to 'graphics/pstricks/contrib')
-rw-r--r--graphics/pstricks/contrib/pst-math/Changes1
-rw-r--r--graphics/pstricks/contrib/pst-math/README7
-rw-r--r--graphics/pstricks/contrib/pst-math/doc/pst-math-doc.pdfbin228170 -> 253131 bytes
-rw-r--r--graphics/pstricks/contrib/pst-math/doc/pst-math-doc.tex4
-rw-r--r--graphics/pstricks/contrib/pst-math/latex/pst-math.sty8
-rw-r--r--graphics/pstricks/contrib/pst-math/tex/pst-math.tex4
6 files changed, 17 insertions, 7 deletions
diff --git a/graphics/pstricks/contrib/pst-math/Changes b/graphics/pstricks/contrib/pst-math/Changes
index fe248f97a8..62de93b697 100644
--- a/graphics/pstricks/contrib/pst-math/Changes
+++ b/graphics/pstricks/contrib/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/graphics/pstricks/contrib/pst-math/README b/graphics/pstricks/contrib/pst-math/README
index 2838a7bf4b..1b37f432ee 100644
--- a/graphics/pstricks/contrib/pst-math/README
+++ b/graphics/pstricks/contrib/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/graphics/pstricks/contrib/pst-math/doc/pst-math-doc.pdf b/graphics/pstricks/contrib/pst-math/doc/pst-math-doc.pdf
index a9fee0d9d3..16dc2baf17 100644
--- a/graphics/pstricks/contrib/pst-math/doc/pst-math-doc.pdf
+++ b/graphics/pstricks/contrib/pst-math/doc/pst-math-doc.pdf
Binary files differ
diff --git a/graphics/pstricks/contrib/pst-math/doc/pst-math-doc.tex b/graphics/pstricks/contrib/pst-math/doc/pst-math-doc.tex
index c3c2a80746..e0b76d200b 100644
--- a/graphics/pstricks/contrib/pst-math/doc/pst-math-doc.tex
+++ b/graphics/pstricks/contrib/pst-math/doc/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/graphics/pstricks/contrib/pst-math/latex/pst-math.sty b/graphics/pstricks/contrib/pst-math/latex/pst-math.sty
index ce7a536d8b..257bee7e4c 100644
--- a/graphics/pstricks/contrib/pst-math/latex/pst-math.sty
+++ b/graphics/pstricks/contrib/pst-math/latex/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}
diff --git a/graphics/pstricks/contrib/pst-math/tex/pst-math.tex b/graphics/pstricks/contrib/pst-math/tex/pst-math.tex
index b3c0e69f00..050a042f17 100644
--- a/graphics/pstricks/contrib/pst-math/tex/pst-math.tex
+++ b/graphics/pstricks/contrib/pst-math/tex/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}