diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/mh/breqn.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/mh/breqn.dtx | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/mh/breqn.dtx b/Master/texmf-dist/source/latex/mh/breqn.dtx index 0f8d0d9a1f6..1a839415877 100644 --- a/Master/texmf-dist/source/latex/mh/breqn.dtx +++ b/Master/texmf-dist/source/latex/mh/breqn.dtx @@ -67,7 +67,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: breqn 2008/07/28 v0.98 Breqn (MH)} +\Msg{* Package: breqn 2008/08/13 v0.98a Breqn (MH)} \Msg{************************************************************************} \keepsilent @@ -128,7 +128,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{breqn.drv}% - [2008/07/28 v0.98 breqn (MH)] + [2008/08/13 v0.98a breqn (MH)] \documentclass{ltxdoc} \CodelineIndex \EnableCrossrefs @@ -230,7 +230,7 @@ and the derived files % \fi % % \title{The \pkg{breqn} package} -% \date{2008/07/28 v0.98} +% \date{2008/08/13 v0.98a} % \author{Morten H\o gholm \\\texttt{mh.ctan@gmail.com}} % % \maketitle @@ -1008,7 +1008,7 @@ and the derived files % % Declare package name and date. % \begin{macrocode} -\ProvidesPackage{breqn}[2008/07/28 v0.98] +\ProvidesPackage{breqn}[2008/08/13 v0.98a] % \end{macrocode} % % @@ -5554,12 +5554,17 @@ and the derived files \endgroup \subsup@flag\@M \afterassignment\ss@scan@a \let\@let@token=} \def\ss@scan@a{% + \let\breqn@next\ss@scan@b \ifx\@let@token\sb \advance\subsup@flag\@ne\else + \ifx\@let@token\@@subscript \advance\subsup@flag\@ne\else + \ifx\@let@token\@@subscript@other \advance\subsup@flag\@ne\else \ifx\@let@token\sp \advance\subsup@flag\tw@\else + \ifx\@let@token\@@superscript \advance\subsup@flag\tw@\else + \ifx\@let@token\@@superscript@other \advance\subsup@flag\tw@\else \ss@finish - \expandafter\@firstoftwo % gobble \ss@scan@b - \fi\fi - \ss@scan@b\@let@token + \let\breqn@next\relax + \fi\fi\fi\fi\fi\fi + \breqn@next\@let@token } % \end{macrocode} % |