diff options
author | Karl Berry <karl@freefriends.org> | 2013-11-26 23:12:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-11-26 23:12:15 +0000 |
commit | 03d1a7fafe96f4490694fd7b698c792dd7eb72c2 (patch) | |
tree | 99ea8a804c34e944dd7e8eab2bc19c96c2cff2a3 | |
parent | 4d028499c5466a327c2ec3528e36aa0c31860709 (diff) |
pst-ode (26nov13)
git-svn-id: svn://tug.org/texlive/trunk@32244 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-ode/ChangeLog | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.pdf | bin | 125404 -> 125572 bytes | |||
-rw-r--r-- | Master/texmf-dist/dvips/pst-ode/pst-ode.pro | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex | 4 |
4 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-ode/ChangeLog b/Master/texmf-dist/doc/generic/pst-ode/ChangeLog index f6a589c634e..9ac21a7df39 100644 --- a/Master/texmf-dist/doc/generic/pst-ode/ChangeLog +++ b/Master/texmf-dist/doc/generic/pst-ode/ChangeLog @@ -1,3 +1,7 @@ +2013-11-26 + * version 0.6 + * fix: Postscript error with Distiller if errmax .eq. 0 + 2013-11-11 * version 0.5 * fix: option prefixes 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 1d4fef3a7ae..86c45ba5f7b 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/dvips/pst-ode/pst-ode.pro b/Master/texmf-dist/dvips/pst-ode/pst-ode.pro index 8ca82b7d962..02ea9f726e5 100644 --- a/Master/texmf-dist/dvips/pst-ode/pst-ode.pro +++ b/Master/texmf-dist/dvips/pst-ode/pst-ode.pro @@ -1,7 +1,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % PostScript prologue for pst-ode.tex. -% Version 0.5, 2013/11/11 +% Version 0.6, 2013/11/26 % % Alexander Grahn (C) 2012, 2013 % @@ -104,7 +104,7 @@ tx@odeDict begin %success 3 -1 roll pop % remove previous state vector /tcur tcur ddt add def - pgrow exp 5 min sfty mul ddt mul /ddt exch def + dup 0 ne {pgrow exp 5 min sfty mul ddt mul /ddt exch def}{pop} ifelse %output step completed? tcur tout sub dt mul 0 ge { (o) odeprint /tcur tout def /tout tout dt add def @@ -115,7 +115,7 @@ tx@odeDict begin } bind def /writeresult { %write output vector to file { - 20 string cvs statefile exch writestring + 256 string cvs statefile exch writestring statefile ( ) writestring } forall statefile (\n) writestring 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 baf184f2d29..29b43916228 100644 --- a/Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex +++ b/Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex @@ -11,8 +11,8 @@ %% ODEs using the Runge-Kutta-Fehlberg (RKF45) method with automatic %% step size adjustment %% -\def\fileversion{0.5} -\def\filedate{2013/11/11} +\def\fileversion{0.6} +\def\filedate{2013/11/26} \csname PSTODELoaded\endcsname \let\PSTODELoaded\endinput |