diff options
author | Karl Berry <karl@freefriends.org> | 2014-10-21 22:46:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-10-21 22:46:28 +0000 |
commit | 1bd0980c6134f2dd931a1fd826c466d53538f125 (patch) | |
tree | d8515d0f5c49cdd91fe59067a62d457c304134fa /Master/texmf-dist/doc | |
parent | 340d35125c33dac1ef0378fac0ea53c43688dddc (diff) |
pst-ode (20oct14)
git-svn-id: svn://tug.org/texlive/trunk@35418 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-ode/ChangeLog | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-ode/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.pdf | bin | 125368 -> 127443 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.tex | 2 |
4 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-ode/ChangeLog b/Master/texmf-dist/doc/generic/pst-ode/ChangeLog index 2b1e5106c62..7f060cb7c05 100644 --- a/Master/texmf-dist/doc/generic/pst-ode/ChangeLog +++ b/Master/texmf-dist/doc/generic/pst-ode/ChangeLog @@ -1,3 +1,6 @@ +2014-10-20 + * fix: typo in the documentation + 2014-03-27 * version 0.7 * change: internal variable defs put into dict for protection diff --git a/Master/texmf-dist/doc/generic/pst-ode/README b/Master/texmf-dist/doc/generic/pst-ode/README index 35e40e5fbb3..93dfb961048 100644 --- a/Master/texmf-dist/doc/generic/pst-ode/README +++ b/Master/texmf-dist/doc/generic/pst-ode/README @@ -2,7 +2,7 @@ pst-ode PSTricks package ========================== -Alexander Grahn, (c) 2012 +Alexander Grahn, (c) 2012--today `pst-ode' defines \pstODEsolve for solving initial value problems for sets 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 Binary files differindex ed6cb24694c..eaf07bf7baf 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 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 0b4587bf959..047adfb3d4e 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 @@ -87,7 +87,7 @@ Package \LPack{pst-ode} uses the Runge-Kutta-Fehlberg (RKF45) method with automa \end{abstract} \section{Introduction} -An initial value problem involves finding the solution $\mathbf{x}=f(t)$ of a set of first order differential equations +An initial value problem involves finding the solution $\mathbf{x}(t)$ of a set of first order differential equations \begin{equation} \frac{\mathrm{d}\mathbf{x}}{\mathrm{d}t}=\mathbf{f}(t,\mathbf{x}) \end{equation} |