summaryrefslogtreecommitdiff
path: root/graphics/pstricks
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pstricks')
-rw-r--r--graphics/pstricks/contrib/pst-ode/ChangeLog4
-rw-r--r--graphics/pstricks/contrib/pst-ode/README.md2
-rw-r--r--graphics/pstricks/contrib/pst-ode/pst-ode-doc.pdfbin134155 -> 132631 bytes
-rw-r--r--graphics/pstricks/contrib/pst-ode/pst-ode-doc.tex4
-rw-r--r--graphics/pstricks/contrib/pst-ode/pst-ode.pro7
-rw-r--r--graphics/pstricks/contrib/pst-ode/pst-ode.tex9
6 files changed, 16 insertions, 10 deletions
diff --git a/graphics/pstricks/contrib/pst-ode/ChangeLog b/graphics/pstricks/contrib/pst-ode/ChangeLog
index 1ac17161d5..be28505bfd 100644
--- a/graphics/pstricks/contrib/pst-ode/ChangeLog
+++ b/graphics/pstricks/contrib/pst-ode/ChangeLog
@@ -1,3 +1,7 @@
+2022-05-14
+ * version 0.17
+ * fix: URL of lppl.txt in various files
+
2022-05-13
* version 0.16
* fix: scoping issue with x, y, t in formatoutput and ODESET procedures,
diff --git a/graphics/pstricks/contrib/pst-ode/README.md b/graphics/pstricks/contrib/pst-ode/README.md
index d5316bdda2..2f214e5e47 100644
--- a/graphics/pstricks/contrib/pst-ode/README.md
+++ b/graphics/pstricks/contrib/pst-ode/README.md
@@ -14,4 +14,4 @@ The initial condition vector **x**<sub>0</sub> and the right-hand side **f**`(`*
`<result>` can be directly used as the `<data>` argument of `\listplot{<data>}` (package `pst-plot`) or `\listplotThreeD{<data>}` (package `pst-3dplot`).
-This material is subject to the [LaTeX Project Public License](http://mirrors.ctan.org/tex-archive/macros/latex/base/lppl.txt).
+This material is subject to the [LaTeX Project Public License](http://www.latex-project.org/lppl.txt).
diff --git a/graphics/pstricks/contrib/pst-ode/pst-ode-doc.pdf b/graphics/pstricks/contrib/pst-ode/pst-ode-doc.pdf
index f80e6bcfa2..85a26b7a3a 100644
--- a/graphics/pstricks/contrib/pst-ode/pst-ode-doc.pdf
+++ b/graphics/pstricks/contrib/pst-ode/pst-ode-doc.pdf
Binary files differ
diff --git a/graphics/pstricks/contrib/pst-ode/pst-ode-doc.tex b/graphics/pstricks/contrib/pst-ode/pst-ode-doc.tex
index 74b1e5ab11..a5c57a07f4 100644
--- a/graphics/pstricks/contrib/pst-ode/pst-ode-doc.tex
+++ b/graphics/pstricks/contrib/pst-ode/pst-ode-doc.tex
@@ -335,7 +335,7 @@ I'd like to thank Manuel Luque for the inspiring examples on his site \url{http:
\section{License}
This package can be redistributed and/or modified under the terms
-of the \LaTeX Project Public License distributed from CTAN archives:
-\url{http://mirrors.ctan.org/macros/latex/base/lppl.txt}
+of the \LaTeX\ Project Public License\\
+\url{http://www.latex-project.org/lppl.txt}
\end{document}
diff --git a/graphics/pstricks/contrib/pst-ode/pst-ode.pro b/graphics/pstricks/contrib/pst-ode/pst-ode.pro
index 0018fedc47..7358e8cb4f 100644
--- a/graphics/pstricks/contrib/pst-ode/pst-ode.pro
+++ b/graphics/pstricks/contrib/pst-ode/pst-ode.pro
@@ -1,13 +1,14 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% PostScript prologue for pst-ode.tex.
-% Version 0.16, 2022/05/13
+% Version 0.17, 2022/05/14
%
% Alexander Grahn (C) 2012--today
%
% This program can be redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN archives:
-% http://mirrors.ctan.org/macros/latex/base/lppl.txt
+% of the LaTeX Project Public License
+%
+% http://www.latex-project.org/lppl.txt
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
/tx@odeDict 1 dict def
diff --git a/graphics/pstricks/contrib/pst-ode/pst-ode.tex b/graphics/pstricks/contrib/pst-ode/pst-ode.tex
index b4b43b1cd2..7cb0e89573 100644
--- a/graphics/pstricks/contrib/pst-ode/pst-ode.tex
+++ b/graphics/pstricks/contrib/pst-ode/pst-ode.tex
@@ -4,15 +4,16 @@
%% Alexander Grahn, (C) 2012--today
%%
%% This program can be redistributed and/or modified under the terms
-%% of the LaTeX Project Public License Distributed from CTAN archives:
-%% http://mirrors.ctan.org/macros/latex/base/lppl.txt
+%% of the LaTeX Project Public License
+%%
+%% http://www.latex-project.org/lppl.txt
%%
%% `pst-ode' defines \pstODEsolve for integrating systems of first order
%% ODEs using the Runge-Kutta-Fehlberg (RKF45) method with automatic
%% step size adjustment
%%
-\def\fileversion{0.16}
-\def\filedate{2022/05/13}
+\def\fileversion{0.17}
+\def\filedate{2022/05/14}
\csname PSTODELoaded\endcsname
\let\PSTODELoaded\endinput