From ebcbd05e23bcb74a94c0685591632ca8fb8b9887 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 24 Sep 2020 20:44:15 +0000 Subject: breqn (24sep20) git-svn-id: svn://tug.org/texlive/trunk@56422 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/breqn/CHANGES.md | 5 ++ Master/texmf-dist/doc/latex/breqn/breqn.pdf | Bin 662197 -> 661840 bytes Master/texmf-dist/doc/latex/breqn/flexisym.pdf | Bin 286432 -> 285950 bytes Master/texmf-dist/doc/latex/breqn/mathstyle.pdf | Bin 187035 -> 186678 bytes Master/texmf-dist/source/latex/breqn/breqn.dtx | 7 +-- .../texmf-dist/source/latex/breqn/breqnbundle.ins | 3 +- Master/texmf-dist/source/latex/breqn/flexisym.dtx | 53 +++++++++++---------- Master/texmf-dist/source/latex/breqn/mathstyle.dtx | 9 ++-- Master/texmf-dist/tex/latex/breqn/breqn.sty | 5 +- Master/texmf-dist/tex/latex/breqn/cmbase.sym | 7 +-- Master/texmf-dist/tex/latex/breqn/flexisym.sty | 39 +++++++-------- Master/texmf-dist/tex/latex/breqn/mathpazo.sym | 7 +-- Master/texmf-dist/tex/latex/breqn/mathptmx.sym | 7 +-- Master/texmf-dist/tex/latex/breqn/mathstyle.sty | 5 +- Master/texmf-dist/tex/latex/breqn/msabm.sym | 3 +- 15 files changed, 82 insertions(+), 68 deletions(-) diff --git a/Master/texmf-dist/doc/latex/breqn/CHANGES.md b/Master/texmf-dist/doc/latex/breqn/CHANGES.md index c3d8781a5d0..26d5849594b 100644 --- a/Master/texmf-dist/doc/latex/breqn/CHANGES.md +++ b/Master/texmf-dist/doc/latex/breqn/CHANGES.md @@ -1,5 +1,9 @@ # Release notes for the `breqn` packages +## v0.98k (2020/09/24) + + * Update patch code for new 2e kernel (thanks Ulrike) + ## v0.98j (2020/04/19) @@ -12,6 +16,7 @@ (This was originally just a quick fix of the value of `\\mathstyle` within double subscripts or superscripts) + ## v0.98i (2020/02/18) * Fix clash with new version of `babel` around use of the generic `\\@elt` command. diff --git a/Master/texmf-dist/doc/latex/breqn/breqn.pdf b/Master/texmf-dist/doc/latex/breqn/breqn.pdf index 7f4ccad37ca..5db6488b0b8 100644 Binary files a/Master/texmf-dist/doc/latex/breqn/breqn.pdf and b/Master/texmf-dist/doc/latex/breqn/breqn.pdf differ diff --git a/Master/texmf-dist/doc/latex/breqn/flexisym.pdf b/Master/texmf-dist/doc/latex/breqn/flexisym.pdf index 69009a85d8d..f48961bd2a2 100644 Binary files a/Master/texmf-dist/doc/latex/breqn/flexisym.pdf and b/Master/texmf-dist/doc/latex/breqn/flexisym.pdf differ diff --git a/Master/texmf-dist/doc/latex/breqn/mathstyle.pdf b/Master/texmf-dist/doc/latex/breqn/mathstyle.pdf index 3400c7a99cc..62fe0c3bd71 100644 Binary files a/Master/texmf-dist/doc/latex/breqn/mathstyle.pdf and b/Master/texmf-dist/doc/latex/breqn/mathstyle.pdf differ diff --git a/Master/texmf-dist/source/latex/breqn/breqn.dtx b/Master/texmf-dist/source/latex/breqn/breqn.dtx index 10b584bd83a..ce68c555b6b 100644 --- a/Master/texmf-dist/source/latex/breqn/breqn.dtx +++ b/Master/texmf-dist/source/latex/breqn/breqn.dtx @@ -5,6 +5,7 @@ % Copyright (C) 2007-2014 by Lars Madsen % Copyright (C) 2007-2020 by Will Robertson % Copyright (C) 2010-2017 by Joseph Wright +% Copyright (C) 2020-2020 by Ulrike Fischer % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -150,8 +151,8 @@ % % % \title{The \pkg{breqn} package} -% \def\fileversion{0.98j} -% \def\filedate{2020/04/19} +% \def\fileversion{0.98k} +% \def\filedate{2020/09/24} % \date{\pkg{breqn} bundle: \filedate\space\fileversion} % \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}} % @@ -1376,7 +1377,7 @@ % Declare package name and date. % \begin{macrocode} \RequirePackage{expl3} -\ProvidesExplPackage{breqn}{2020/04/19}{0.98j}{Breaking equations} +\ProvidesExplPackage{breqn}{2020/09/24}{0.98k}{Breaking equations} % \end{macrocode} % Regrettably, \pkg{breqn} is internally a mess, so we have to take % some odd steps. diff --git a/Master/texmf-dist/source/latex/breqn/breqnbundle.ins b/Master/texmf-dist/source/latex/breqn/breqnbundle.ins index 69b303c5e5e..de5c4857866 100644 --- a/Master/texmf-dist/source/latex/breqn/breqnbundle.ins +++ b/Master/texmf-dist/source/latex/breqn/breqnbundle.ins @@ -13,8 +13,9 @@ This is a generated file. Copyright (C) 1997-2003 by Michael J. Downes Copyright (C) 2007-2008 by Morten Hoegholm Copyright (C) 2007-2014 by Lars Madsen +Copyright (C) 2007-2020 by Will Robertson Copyright (C) 2010-2017 by Joseph Wright -Copyright (C) 2007-2019 by Will Robertson +Copyright (C) 2020-2020 by Ulrike Fischer This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either diff --git a/Master/texmf-dist/source/latex/breqn/flexisym.dtx b/Master/texmf-dist/source/latex/breqn/flexisym.dtx index 571ec4a20d3..b827447fc60 100644 --- a/Master/texmf-dist/source/latex/breqn/flexisym.dtx +++ b/Master/texmf-dist/source/latex/breqn/flexisym.dtx @@ -3,8 +3,9 @@ % Copyright (C) 1997-2003 by Michael J. Downes % Copyright (C) 2007-2008 by Morten Hoegholm % Copyright (C) 2007-2014 by Lars Madsen +% Copyright (C) 2007-2020 by Will Robertson % Copyright (C) 2010-2017 by Joseph Wright -% Copyright (C) 2007-2019 by Will Robertson +% Copyright (C) 2020-2020 by Ulrike Fischer % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -78,8 +79,8 @@ % \fi % % \title{The \textsf{flexisym} package} -% \def\fileversion{0.98j} -% \def\filedate{2020/04/19} +% \def\fileversion{0.98k} +% \def\filedate{2020/09/24} % \date{\filedate\space\fileversion} % \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}} % @@ -97,7 +98,7 @@ % \begin{macrocode} %<*package> \RequirePackage{expl3}[2009/08/05] -\ProvidesExplPackage{flexisym}{2020/04/19}{0.98j}{Make math characters macros} +\ProvidesExplPackage{flexisym}{2020/09/24}{0.98k}{Make math characters macros} \edef\do{% \noexpand\AtEndOfPackage{% @@ -628,9 +629,10 @@ % % We have to remove the assignments from the \cs{AtBeginDocument} hook % as they will cause an error there. +% \changes{v0.98k}{2020/08/24}{Removed the patch as it will break with new LaTeX. Instead +% the mathcodes are set later.} % \begin{macrocode} \@ifpackageloaded{amsmath}{% - \begingroup % \end{macrocode} % Split the contents of \cs{@begindocumenthook} by reading what we % search for as a delimited argument and ensure these two assignments @@ -645,13 +647,6 @@ % needed. We need those additional files anyway for things like % \cs{joinord}. % \begin{macrocode} - \long\def\next#1\mathchardef\std@minus\mathcode`\-\relax - \mathchardef\std@equal\mathcode`\=\relax#2\flexi@stop{% - \toks@{#1#2}% - \xdef\@begindocumenthook{\the\toks@}% - }% - \expandafter\next\@begindocumenthook\flexi@stop - \endgroup }{} % \end{macrocode} % @@ -660,26 +655,34 @@ % mathcode of \texttt{-} being less than 32768. We delay the % definition \cs{AtBeginDocument} in case \pkg{amssymb} hasn't been % loaded yet. +% \changes{v0.98k}{2020/08/24}{Adapted to unicode engines (using definition in amsopn)} % \begin{macrocode} \AtBeginDocument{% -\def\newmcodes@{% - \mathcode `\'39\space - \mathcode `\*42\space - \mathcode `\."613A\space - \ifnum\mathcode`\-=45\space - \else +\ifx\Umathcode\@undefined +\gdef\newmcodes@{\mathcode`\'39\mathcode`\*42\mathcode`\."613A% + \ifnum\mathcode`\-=45 \else % \end{macrocode} % The extra check. Don't do anything if \texttt{-} is math active. % \begin{macrocode} \ifnum\mathcode`\-=32768\space \else - \mathchardef \std@minus \mathcode `\-\relax + \mathchardef\std@minus\mathcode`\-\relax + \fi + \fi + \mathcode`\-45\mathcode`\/47\mathcode`\:"603A\relax} +\else +\gdef\newmcodes@{\mathcode`\'39\mathcode`\*42\mathcode`\."613A% + \ifnum\Umathcodenum`\-=45 \else +% \end{macrocode} +% The extra check. Don't do anything if \texttt{-} is math active. +% \begin{macrocode} + \ifnum\Umathcodenum`\-=16777216\space + \else + \Umathcharnumdef\std@minus\Umathcodenum`\-\relax \fi \fi - \mathcode `\-45\space - \mathcode `\/47\space - \mathcode `\:"603A\space\relax -}% + \mathcode`\-45\mathcode`\/47\mathcode`\:"603A\relax} +\fi } % \end{macrocode} % @@ -776,7 +779,7 @@ \DeclareFlexSymbol{:} {Rel}{OT1}{3A} \DeclareFlexSymbol{\colon}{Pun}{OT1}{3A} \DeclareFlexSymbol{;} {Pun}{OT1}{3B} -\DeclareFlexSymbol{=} {Rel}{OT1}{3D} +\AtBeginDocument{\DeclareFlexSymbol{=} {Rel}{OT1}{3D}} \DeclareFlexSymbol{?} {Pun}{OT1}{3F} % \end{macrocode} % \AmS\TeX, and therefore the \pkg{amsmath} package, make the @@ -942,7 +945,7 @@ % Symbols from the 128-character \fn{cmsy} encoding. % \begin{macrocode} \DeclareFlexSymbol{*} {Bin}{bin}{03} % \ast -\DeclareFlexSymbol{-} {Bin}{bin}{00} +\AtBeginDocument{\DeclareFlexSymbol{-} {Bin}{bin}{00}} \DeclareFlexSymbol{|} {Ord}{OMS}{6A} \DeclareFlexSymbol{\aleph} {Ord}{ord}{40} \DeclareFlexSymbol{\Re} {Ord}{ord}{3C} diff --git a/Master/texmf-dist/source/latex/breqn/mathstyle.dtx b/Master/texmf-dist/source/latex/breqn/mathstyle.dtx index 94aad71329b..479b95b91db 100644 --- a/Master/texmf-dist/source/latex/breqn/mathstyle.dtx +++ b/Master/texmf-dist/source/latex/breqn/mathstyle.dtx @@ -3,8 +3,9 @@ % Copyright (C) 1997-2003 by Michael J. Downes % Copyright (C) 2007-2008 by Morten Hoegholm % Copyright (C) 2007-2014 by Lars Madsen +% Copyright (C) 2007-2020 by Will Robertson % Copyright (C) 2010-2017 by Joseph Wright -% Copyright (C) 2007-2019 by Will Robertson +% Copyright (C) 2020-2020 by Ulrike Fischer % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -57,8 +58,8 @@ % \fi % % \title{The \textsf{mathstyle} package} -% \def\fileversion{0.98j} -% \def\filedate{2020/04/19} +% \def\fileversion{0.98k} +% \def\filedate{2020/09/24} % \date{\filedate\quad\fileversion} % \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}} % @@ -151,7 +152,7 @@ %<*package> \NeedsTeXFormat{LaTeX2e} \RequirePackage{expl3} -\ProvidesExplPackage{mathstyle}{2020/04/19}{0.98j}{Tracking mathstyle implicitly} +\ProvidesExplPackage{mathstyle}{2020/09/24}{0.98k}{Tracking mathstyle implicitly} \ExplSyntaxOff % \end{macrocode} % diff --git a/Master/texmf-dist/tex/latex/breqn/breqn.sty b/Master/texmf-dist/tex/latex/breqn/breqn.sty index 8bd466da0a5..aaccfbcd3ce 100644 --- a/Master/texmf-dist/tex/latex/breqn/breqn.sty +++ b/Master/texmf-dist/tex/latex/breqn/breqn.sty @@ -11,8 +11,9 @@ %% Copyright (C) 1997-2003 by Michael J. Downes %% Copyright (C) 2007-2008 by Morten Hoegholm %% Copyright (C) 2007-2014 by Lars Madsen +%% Copyright (C) 2007-2020 by Will Robertson %% Copyright (C) 2010-2017 by Joseph Wright -%% Copyright (C) 2007-2019 by Will Robertson +%% Copyright (C) 2020-2020 by Ulrike Fischer %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -31,7 +32,7 @@ %% \NeedsTeXFormat{LaTeX2e} \RequirePackage{expl3} -\ProvidesExplPackage{breqn}{2020/04/19}{0.98j}{Breaking equations} +\ProvidesExplPackage{breqn}{2020/09/24}{0.98k}{Breaking equations} \ExplSyntaxOff \edef\breqnpopcats{% \catcode\number`\"=\number\catcode`\" diff --git a/Master/texmf-dist/tex/latex/breqn/cmbase.sym b/Master/texmf-dist/tex/latex/breqn/cmbase.sym index 7bb63424150..7afc90f5eef 100644 --- a/Master/texmf-dist/tex/latex/breqn/cmbase.sym +++ b/Master/texmf-dist/tex/latex/breqn/cmbase.sym @@ -11,8 +11,9 @@ %% Copyright (C) 1997-2003 by Michael J. Downes %% Copyright (C) 2007-2008 by Morten Hoegholm %% Copyright (C) 2007-2014 by Lars Madsen +%% Copyright (C) 2007-2020 by Will Robertson %% Copyright (C) 2010-2017 by Joseph Wright -%% Copyright (C) 2007-2019 by Will Robertson +%% Copyright (C) 2020-2020 by Ulrike Fischer %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -50,7 +51,7 @@ \DeclareFlexSymbol{:} {Rel}{OT1}{3A} \DeclareFlexSymbol{\colon}{Pun}{OT1}{3A} \DeclareFlexSymbol{;} {Pun}{OT1}{3B} -\DeclareFlexSymbol{=} {Rel}{OT1}{3D} +\AtBeginDocument{\DeclareFlexSymbol{=} {Rel}{OT1}{3D}} \DeclareFlexSymbol{?} {Pun}{OT1}{3F} \DeclareFlexSymbol{\Gamma} {Var}{Greek}{00} \DeclareFlexSymbol{\Delta} {Var}{Greek}{01} @@ -181,7 +182,7 @@ \DeclareFlexSymbol{\lhookRel}{Rel}{OML}{2C} \DeclareFlexSymbol{\rhookRel}{Rel}{OML}{2D} \DeclareFlexSymbol{*} {Bin}{bin}{03} % \ast -\DeclareFlexSymbol{-} {Bin}{bin}{00} +\AtBeginDocument{\DeclareFlexSymbol{-} {Bin}{bin}{00}} \DeclareFlexSymbol{|} {Ord}{OMS}{6A} \DeclareFlexSymbol{\aleph} {Ord}{ord}{40} \DeclareFlexSymbol{\Re} {Ord}{ord}{3C} diff --git a/Master/texmf-dist/tex/latex/breqn/flexisym.sty b/Master/texmf-dist/tex/latex/breqn/flexisym.sty index 6534a06236b..beac414fa82 100644 --- a/Master/texmf-dist/tex/latex/breqn/flexisym.sty +++ b/Master/texmf-dist/tex/latex/breqn/flexisym.sty @@ -11,8 +11,9 @@ %% Copyright (C) 1997-2003 by Michael J. Downes %% Copyright (C) 2007-2008 by Morten Hoegholm %% Copyright (C) 2007-2014 by Lars Madsen +%% Copyright (C) 2007-2020 by Will Robertson %% Copyright (C) 2010-2017 by Joseph Wright -%% Copyright (C) 2007-2019 by Will Robertson +%% Copyright (C) 2020-2020 by Ulrike Fischer %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -30,7 +31,7 @@ %% flexisym.dtx, and mathstyle.dtx. %% \RequirePackage{expl3}[2009/08/05] -\ProvidesExplPackage{flexisym}{2020/04/19}{0.98j}{Make math characters macros} +\ProvidesExplPackage{flexisym}{2020/09/24}{0.98k}{Make math characters macros} \edef\do{% \noexpand\AtEndOfPackage{% @@ -375,31 +376,27 @@ \math_sd_aux:nn { \math_char:NNn 0 } {#1{#2}} } \@ifpackageloaded{amsmath}{% - \begingroup - \long\def\next#1\mathchardef\std@minus\mathcode`\-\relax - \mathchardef\std@equal\mathcode`\=\relax#2\flexi@stop{% - \toks@{#1#2}% - \xdef\@begindocumenthook{\the\toks@}% - }% - \expandafter\next\@begindocumenthook\flexi@stop - \endgroup }{} \AtBeginDocument{% -\def\newmcodes@{% - \mathcode `\'39\space - \mathcode `\*42\space - \mathcode `\."613A\space - \ifnum\mathcode`\-=45\space - \else +\ifx\Umathcode\@undefined +\gdef\newmcodes@{\mathcode`\'39\mathcode`\*42\mathcode`\."613A% + \ifnum\mathcode`\-=45 \else \ifnum\mathcode`\-=32768\space \else - \mathchardef \std@minus \mathcode `\-\relax + \mathchardef\std@minus\mathcode`\-\relax + \fi + \fi + \mathcode`\-45\mathcode`\/47\mathcode`\:"603A\relax} +\else +\gdef\newmcodes@{\mathcode`\'39\mathcode`\*42\mathcode`\."613A% + \ifnum\Umathcodenum`\-=45 \else + \ifnum\Umathcodenum`\-=16777216\space + \else + \Umathcharnumdef\std@minus\Umathcodenum`\-\relax \fi \fi - \mathcode `\-45\space - \mathcode `\/47\space - \mathcode `\:"603A\space\relax -}% + \mathcode`\-45\mathcode`\/47\mathcode`\:"603A\relax} +\fi } \DeclareOption{mathstyleoff}{% \PassOptionsToPackage{noactivechars}{mathstyle}} diff --git a/Master/texmf-dist/tex/latex/breqn/mathpazo.sym b/Master/texmf-dist/tex/latex/breqn/mathpazo.sym index 804d6c880d8..b9975e392b5 100644 --- a/Master/texmf-dist/tex/latex/breqn/mathpazo.sym +++ b/Master/texmf-dist/tex/latex/breqn/mathpazo.sym @@ -11,8 +11,9 @@ %% Copyright (C) 1997-2003 by Michael J. Downes %% Copyright (C) 2007-2008 by Morten Hoegholm %% Copyright (C) 2007-2014 by Lars Madsen +%% Copyright (C) 2007-2020 by Will Robertson %% Copyright (C) 2010-2017 by Joseph Wright -%% Copyright (C) 2007-2019 by Will Robertson +%% Copyright (C) 2020-2020 by Ulrike Fischer %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -54,7 +55,7 @@ \DeclareFlexSymbol{:} {Rel}{OT1}{3A} \DeclareFlexSymbol{\colon}{Pun}{OT1}{3A} \DeclareFlexSymbol{;} {Pun}{OT1}{3B} -\DeclareFlexSymbol{=} {Rel}{OT1}{3D} +\AtBeginDocument{\DeclareFlexSymbol{=} {Rel}{OT1}{3D}} \DeclareFlexSymbol{?} {Pun}{OT1}{3F} \DeclareFlexSymbol{\Gamma} {Var}{Greek}{00} \DeclareFlexSymbol{\Delta} {Var}{Greek}{01} @@ -185,7 +186,7 @@ \DeclareFlexSymbol{\lhookRel}{Rel}{OML}{2C} \DeclareFlexSymbol{\rhookRel}{Rel}{OML}{2D} \DeclareFlexSymbol{*} {Bin}{bin}{03} % \ast -\DeclareFlexSymbol{-} {Bin}{bin}{00} +\AtBeginDocument{\DeclareFlexSymbol{-} {Bin}{bin}{00}} \DeclareFlexSymbol{|} {Ord}{OMS}{6A} \DeclareFlexSymbol{\aleph} {Ord}{ord}{40} \DeclareFlexSymbol{\Re} {Ord}{ord}{3C} diff --git a/Master/texmf-dist/tex/latex/breqn/mathptmx.sym b/Master/texmf-dist/tex/latex/breqn/mathptmx.sym index 75b56b21469..e640489d14e 100644 --- a/Master/texmf-dist/tex/latex/breqn/mathptmx.sym +++ b/Master/texmf-dist/tex/latex/breqn/mathptmx.sym @@ -11,8 +11,9 @@ %% Copyright (C) 1997-2003 by Michael J. Downes %% Copyright (C) 2007-2008 by Morten Hoegholm %% Copyright (C) 2007-2014 by Lars Madsen +%% Copyright (C) 2007-2020 by Will Robertson %% Copyright (C) 2010-2017 by Joseph Wright -%% Copyright (C) 2007-2019 by Will Robertson +%% Copyright (C) 2020-2020 by Ulrike Fischer %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -53,7 +54,7 @@ \DeclareFlexSymbol{:} {Rel}{OT1}{3A} \DeclareFlexSymbol{\colon}{Pun}{OT1}{3A} \DeclareFlexSymbol{;} {Pun}{OT1}{3B} -\DeclareFlexSymbol{=} {Rel}{OT1}{3D} +\AtBeginDocument{\DeclareFlexSymbol{=} {Rel}{OT1}{3D}} \DeclareFlexSymbol{?} {Pun}{OT1}{3F} \DeclareFlexSymbol{\Gamma} {Var}{Greek}{00} \DeclareFlexSymbol{\Delta} {Var}{Greek}{01} @@ -184,7 +185,7 @@ \DeclareFlexSymbol{\lhookRel}{Rel}{OML}{2C} \DeclareFlexSymbol{\rhookRel}{Rel}{OML}{2D} \DeclareFlexSymbol{*} {Bin}{bin}{03} % \ast -\DeclareFlexSymbol{-} {Bin}{bin}{00} +\AtBeginDocument{\DeclareFlexSymbol{-} {Bin}{bin}{00}} \DeclareFlexSymbol{|} {Ord}{OMS}{6A} \DeclareFlexSymbol{\aleph} {Ord}{ord}{40} \DeclareFlexSymbol{\Re} {Ord}{ord}{3C} diff --git a/Master/texmf-dist/tex/latex/breqn/mathstyle.sty b/Master/texmf-dist/tex/latex/breqn/mathstyle.sty index 6921131b1dc..7d2e4c97c1a 100644 --- a/Master/texmf-dist/tex/latex/breqn/mathstyle.sty +++ b/Master/texmf-dist/tex/latex/breqn/mathstyle.sty @@ -11,8 +11,9 @@ %% Copyright (C) 1997-2003 by Michael J. Downes %% Copyright (C) 2007-2008 by Morten Hoegholm %% Copyright (C) 2007-2014 by Lars Madsen +%% Copyright (C) 2007-2020 by Will Robertson %% Copyright (C) 2010-2017 by Joseph Wright -%% Copyright (C) 2007-2019 by Will Robertson +%% Copyright (C) 2020-2020 by Ulrike Fischer %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -31,7 +32,7 @@ %% \NeedsTeXFormat{LaTeX2e} \RequirePackage{expl3} -\ProvidesExplPackage{mathstyle}{2020/04/19}{0.98j}{Tracking mathstyle implicitly} +\ProvidesExplPackage{mathstyle}{2020/09/24}{0.98k}{Tracking mathstyle implicitly} \ExplSyntaxOff \providecommand\@saveprimitive[2]{% \begingroup diff --git a/Master/texmf-dist/tex/latex/breqn/msabm.sym b/Master/texmf-dist/tex/latex/breqn/msabm.sym index 044ab1bacd7..e29aff80765 100644 --- a/Master/texmf-dist/tex/latex/breqn/msabm.sym +++ b/Master/texmf-dist/tex/latex/breqn/msabm.sym @@ -11,8 +11,9 @@ %% Copyright (C) 1997-2003 by Michael J. Downes %% Copyright (C) 2007-2008 by Morten Hoegholm %% Copyright (C) 2007-2014 by Lars Madsen +%% Copyright (C) 2007-2020 by Will Robertson %% Copyright (C) 2010-2017 by Joseph Wright -%% Copyright (C) 2007-2019 by Will Robertson +%% Copyright (C) 2020-2020 by Ulrike Fischer %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either -- cgit v1.2.3