diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-10 23:13:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-10 23:13:28 +0000 |
commit | a97524f5ad4cdfcb20d204b202c4b588dab91544 (patch) | |
tree | 2263ffb7a3df06623339797e12d7d5deeda9f270 /Master/texmf-dist/tex/latex/mh/breqn.sty | |
parent | 70b47686cb689d8c5e4c6eecb58e7cd43240e92c (diff) |
mh (10may12)
git-svn-id: svn://tug.org/texlive/trunk@26294 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mh/breqn.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/mh/breqn.sty | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/mh/breqn.sty b/Master/texmf-dist/tex/latex/mh/breqn.sty index 7bbb64d3d0a..464b862b398 100644 --- a/Master/texmf-dist/tex/latex/mh/breqn.sty +++ b/Master/texmf-dist/tex/latex/mh/breqn.sty @@ -9,7 +9,7 @@ %% This is a generated file. %% %% Copyright (C) 1997-2003 by Michael J. Downes -%% Copyright (C) 2007-2008 by Morten Hoegholm <mh.ctan@gmail.com> +%% Copyright (C) 2007-2008 by Morten Hoegholm %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -21,7 +21,7 @@ %% %% This work has the LPPL maintenance status "maintained". %% -%% This Current Maintainer of this work is Morten Hoegholm, +%% This Current Maintainers of this work is %% Lars Madsen, Will Robertson and Joseph Wright. %% %% This work consists of the main source file breqn.dtx @@ -30,7 +30,8 @@ %% \NeedsTeXFormat{LaTeX2e} \RequirePackage{expl3}[2009/08/05] -\ProvidesExplPackage{breqn}{2009/08/07}{0.98a}{Breaking equations} +\ProvidesExplPackage{breqn}{2012/05/10}{0.98b}{Breaking equations} +\ExplSyntaxOff \edef\breqnpopcats{% \catcode\number`\"=\number\catcode`\" \relax} @@ -157,6 +158,7 @@ \splitfirstmark{\string\splitfirstmark:}% \splitbotmark{\string\splitbotmark:}% #1{\string#1}% + \@nil % for the \@car \edef\@tempa{\expandafter\strip@prefix\meaning\@tempb}% \edef\@tempb{\meaning#1}% \ifx\@tempa\@tempb \global\let#2#1% @@ -1237,9 +1239,10 @@ \fi \fi } -\def\true@false@true{\fi\fi\iftrue\iffalse\iftrue} +\def\true@true@true {\fi\fi\iftrue \iftrue \iftrue } +\def\true@false@true {\fi\fi\iftrue \iffalse\iftrue } +\def\false@true@false {\fi\fi\iffalse\iftrue \iffalse} \def\false@false@false{\fi\fi\iffalse\iffalse\iffalse} -\def\false@true@false{\fi\fi\iffalse\iftrue\iffalse} \def\eq@density@factor{.475} \def\eq@dense@enough@a{% \@True \fi |