diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/breqn/breqn.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/breqn/breqn.dtx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/breqn/breqn.dtx b/Master/texmf-dist/source/latex/breqn/breqn.dtx index 86551eee0cb..d9a5c3f220f 100644 --- a/Master/texmf-dist/source/latex/breqn/breqn.dtx +++ b/Master/texmf-dist/source/latex/breqn/breqn.dtx @@ -64,8 +64,7 @@ %<*install> \input docstrip.tex \Msg{************************************************************************} -\Msg{* Installation} -\Msg{* Package: breqn 2014/06/10 v0.98c Breqn} +\Msg{* Installation: breqn} \Msg{************************************************************************} \keepsilent @@ -123,8 +122,7 @@ and the derived files %</ignore> %<*driver> \NeedsTeXFormat{LaTeX2e} -\ProvidesFile{breqn.drv}% - [2014/06/10 v0.98c breqn] +\ProvidesFile{breqn.drv}[2015/08/11 v0.98d breqn] \documentclass{ltxdoc} \CodelineIndex \EnableCrossrefs @@ -233,9 +231,11 @@ and the derived files % \fi % % +% \GetFileInfo{breqn.drv} +% \let\pkgdate\filedate\let\pkgversion\fileversion % \title{The \pkg{breqn} package} -% \date{2014/06/10 v0.98c} -% \author{Authors: Michael J. Downes, Morten H\o gholm\\ Inactively maintained by Will Robertson\\ Feedback: \texttt{https://github.com/wspr/breqn/issues}} +% \date{\pkg{breqn} bundle: \pkgdate\space\pkgversion} +% \author{Authors: Michael J. Downes, Morten H\o gholm\\ Maintained by Morten H\o gholm, Will Robertson\\ Feedback: \texttt{https://github.com/wspr/breqn/issues}} % % \maketitle % \begin{abstract} @@ -1465,7 +1465,7 @@ and the derived files % Declare package name and date. % \begin{macrocode} \RequirePackage{expl3}[2009/08/05] -\ProvidesExplPackage{breqn}{2012/05/10}{0.98b}{Breaking equations} +\ProvidesExplPackage{breqn}{2015/08/11}{0.98d}{Breaking equations} % \end{macrocode} % Regrettably, \pkg{breqn} is internally a mess, so we have to take % some odd steps. |