summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-06-08 22:03:32 +0000
committerKarl Berry <karl@freefriends.org>2018-06-08 22:03:32 +0000
commit22b18079ec28a8abb3977e9db806e9b288bb0bb1 (patch)
tree39091f31d7f453b198d43af50907cdd620f07713
parenta24d76addc465a42ea73a052c08e79c5753fd8df (diff)
pst-ode (9jun18)
git-svn-id: svn://tug.org/texlive/trunk@47959 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/generic/pst-ode/ChangeLog4
-rw-r--r--Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.pdfbin134723 -> 140203 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.tex6
-rw-r--r--Master/texmf-dist/dvips/pst-ode/pst-ode.pro4
-rw-r--r--Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex6
5 files changed, 12 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-ode/ChangeLog b/Master/texmf-dist/doc/generic/pst-ode/ChangeLog
index b322b2235af..cbb3db609b6 100644
--- a/Master/texmf-dist/doc/generic/pst-ode/ChangeLog
+++ b/Master/texmf-dist/doc/generic/pst-ode/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-07
+ * version 0.12
+ * fix: documentation fixes
+
2017-08-15
* version 0.11
* fix: imprecise t_out calculation
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 f4826aae886..392f0a75e12 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 cc100bfef7d..bbb001b2ea0 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
@@ -1,4 +1,4 @@
-\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings
+\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings,
headexclude,footexclude,oneside,dvips,UKenglish]{pst-doc}
\usepackage[T1]{fontenc}
%\usepackage{lmodern}
@@ -78,7 +78,7 @@
\author{Alexander Grahn}
\expandafter\parsedate\filedate\relax %set current date to package date
\title{pst-ode\\[4ex]}
-\subtitle{A PSTricks package for solving initial value problems for sets of Ordinary Differential Equations (ODE), v\pstFV\\[2ex]\url{https://github.com/agrahn/pst-ode}}
+\subtitle{A PSTricks package for solving initial value problems for sets of Ordinary Differential Equations (ODE), v\pstFV\\[2ex]\url{https://gitlab.com/agrahn/pst-ode}}
\maketitle
%\clearpage
@@ -327,6 +327,6 @@ 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/tex-archive/macros/latex/base/lppl.txt}
+\url{http://mirrors.ctan.org/macros/latex/base/lppl.txt}
\end{document}
diff --git a/Master/texmf-dist/dvips/pst-ode/pst-ode.pro b/Master/texmf-dist/dvips/pst-ode/pst-ode.pro
index ffb4592057c..82a595685a8 100644
--- a/Master/texmf-dist/dvips/pst-ode/pst-ode.pro
+++ b/Master/texmf-dist/dvips/pst-ode/pst-ode.pro
@@ -1,13 +1,13 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% PostScript prologue for pst-ode.tex.
-% Version 0.11, 2017/08/15
+% Version 0.12, 2018/06/07
%
% 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:
-% http://mirrors.ctan.org/tex-archive/macros/latex/base/lppl.txt
+% http://mirrors.ctan.org/macros/latex/base/lppl.txt
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
/tx@odeDict 1 dict def
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 8516529f91a..f7052ce6714 100644
--- a/Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex
+++ b/Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex
@@ -5,14 +5,14 @@
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN archives:
-%% http://mirrors.ctan.org/tex-archive/macros/latex/base/lppl.txt
+%% http://mirrors.ctan.org/macros/latex/base/lppl.txt
%%
%% `pst-ode' defines \pstODEsolve for integrating systems of first order
%% ODEs using the Runge-Kutta-Fehlberg (RKF45) method with automatic
%% step size adjustment
%%
-\def\fileversion{0.11}
-\def\filedate{2017/08/15}
+\def\fileversion{0.12}
+\def\filedate{2018/06/07}
\csname PSTODELoaded\endcsname
\let\PSTODELoaded\endinput