summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/generic/pst-ode/ChangeLog4
-rw-r--r--Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.pdfbin125404 -> 125572 bytes
-rw-r--r--Master/texmf-dist/dvips/pst-ode/pst-ode.pro6
-rw-r--r--Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex4
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
index 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
Binary files differ
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