summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-05-14 20:31:21 +0000
committerKarl Berry <karl@freefriends.org>2022-05-14 20:31:21 +0000
commitc24cd9dce7085b9143aab5672bf70c869a716dcc (patch)
treee177e125e6cab5add4f19d1f8335758139b72af6 /Master/texmf-dist/doc
parentfb60f796e4203505fecdb19affa7f288ba5cc18e (diff)
pst-ode (14may22)
git-svn-id: svn://tug.org/texlive/trunk@63295 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/generic/pst-ode/ChangeLog9
-rw-r--r--Master/texmf-dist/doc/generic/pst-ode/README.txt27
-rw-r--r--Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.pdfbin131897 -> 132631 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.tex6
4 files changed, 33 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-ode/ChangeLog b/Master/texmf-dist/doc/generic/pst-ode/ChangeLog
index 4a98bce72f6..be28505bfd8 100644
--- a/Master/texmf-dist/doc/generic/pst-ode/ChangeLog
+++ b/Master/texmf-dist/doc/generic/pst-ode/ChangeLog
@@ -1,3 +1,12 @@
+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,
+ analysed and fixed by Marcel Krüger (https://gitlab.com/zauguin)
+
2021-03-12
* version 0.15
* new: option `algebraicN` (infix notation for number of output points)
diff --git a/Master/texmf-dist/doc/generic/pst-ode/README.txt b/Master/texmf-dist/doc/generic/pst-ode/README.txt
index 93dfb961048..925eea6bd04 100644
--- a/Master/texmf-dist/doc/generic/pst-ode/README.txt
+++ b/Master/texmf-dist/doc/generic/pst-ode/README.txt
@@ -1,15 +1,30 @@
-==========================
+===================================
pst-ode PSTricks package
-==========================
+
+ https://gitlab.com/agrahn/pst-ode
+===================================
Alexander Grahn, (c) 2012--today
+`pst-ode' defines \pstODEsolve for solving initial value problems for sets of
+Ordinary Differential Equations (ODE) using the Runge-Kutta-Fehlberg (RKF45)
+method with automatic step size adjustment.
+
+\pstODEsolve[<options>]{<result>}{<output format>}{t_0}{t_e}{N}{x⃗_0}{f⃗(t,x⃗)}
+
+The state vectors x⃗ found at N equally spaced output points between t_0 and
+t_e are stored in the PostScript object <result>, formatted according to the
+second argument <output format>, as a long list of values. <output format>
+lists the quantities to be stored in <result>. The user can select from the
+elements of x⃗ and the integration parameter t.
-`pst-ode' defines \pstODEsolve for solving initial value problems for sets
-of Ordinary Differential Equations (ODE) using the Runge-Kutta-Fehlberg
-(RKF45) method with automatic step size adjustment.
+The initial condition vector x⃗_0 and the right-hand side f⃗(t,x⃗) of
+the ODE system can be input in algebraic notation, if desired. RPN (Postfix)
+notation of PostScript can as well be used.
+<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. See
- http://mirror.ctan.org/help/Catalogue/licenses.lppl.html
+ http://www.latex-project.org/lppl.txt
for the details of that license.
diff --git a/Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.pdf b/Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.pdf
index 3244717e84a..85a26b7a3a4 100644
--- a/Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.pdf
+++ b/Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.tex b/Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.tex
index 6c67293611d..a5c57a07f45 100644
--- a/Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.tex
+++ b/Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.tex
@@ -167,7 +167,7 @@ With \Lkeyword{algebraicIC}, the initial condition vector $\mathbf{x}_0$ can be
With \Lkeyword{algebraic}, the right-hand side of differential equations $\mathbf{f}(t,\mathbf{x})$ can be given in infix notation. Algebraic infix expressions are to be separated by `\Lkeyword{|}'. Default is \PS{} notation.\\
\noindent\OptArg*{algebraicAll}\\
-Option \Lkeyword{algebraicAll} is equivalent to setting all of \Lkeyword{algebraicOutputFormat}, \Lkeyword{algebraicT}, \Lkeyword{algebraicIC}, \Lkeyword{algebraic}.\\
+Option \Lkeyword{algebraicAll} is equivalent to setting all of \Lkeyword{algebraicOutputFormat}, \Lkeyword{algebraicT}, \Lkeyword{algebraicN}, \Lkeyword{algebraicIC}, \Lkeyword{algebraic}.\\
\noindent\OptArg*{silent}\\
Option \Lkeyword{silent} suppresses the terminal output of stepping information.\\
@@ -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}