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 | |
parent | 340d35125c33dac1ef0378fac0ea53c43688dddc (diff) |
pst-ode (20oct14)
git-svn-id: svn://tug.org/texlive/trunk@35418 c570f23f-e606-0410-a88d-b1316a301751
-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 | ||||
-rw-r--r-- | Master/texmf-dist/dvips/pst-ode/pst-ode.pro | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex | 4 |
6 files changed, 9 insertions, 6 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} diff --git a/Master/texmf-dist/dvips/pst-ode/pst-ode.pro b/Master/texmf-dist/dvips/pst-ode/pst-ode.pro index e1de2a52680..f89123fce99 100644 --- a/Master/texmf-dist/dvips/pst-ode/pst-ode.pro +++ b/Master/texmf-dist/dvips/pst-ode/pst-ode.pro @@ -1,9 +1,9 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % PostScript prologue for pst-ode.tex. -% Version 0.7, 2014/03/27 +% Version 0.7, 2014/10/20 % -% Alexander Grahn (C) 2012, 2013 +% 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 diff --git a/Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex b/Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex index ffcb24358f0..b34dd5a8de9 100644 --- a/Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex +++ b/Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex @@ -1,7 +1,7 @@ %% %% This is file `pst-ode.tex', %% -%% Alexander Grahn, (C) 2012, 2013 +%% 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 @@ -12,7 +12,7 @@ %% step size adjustment %% \def\fileversion{0.7} -\def\filedate{2014/03/27} +\def\filedate{2014/10/20} \csname PSTODELoaded\endcsname \let\PSTODELoaded\endinput |