diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/lualatex/lualatex-math/lualatex-math.pdf | bin | 258450 -> 258542 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/lualatex/lualatex-math/lualatex-math.dtx | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/lualatex/lualatex-math/lualatex-math.sty | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/lualatex/lualatex-math/lualatex-math.pdf b/Master/texmf-dist/doc/lualatex/lualatex-math/lualatex-math.pdf Binary files differindex 84686f58f99..ecee15fdb9e 100644 --- a/Master/texmf-dist/doc/lualatex/lualatex-math/lualatex-math.pdf +++ b/Master/texmf-dist/doc/lualatex/lualatex-math/lualatex-math.pdf diff --git a/Master/texmf-dist/source/lualatex/lualatex-math/lualatex-math.dtx b/Master/texmf-dist/source/lualatex/lualatex-math/lualatex-math.dtx index 1e6cf4c7630..97b96a0cee3 100644 --- a/Master/texmf-dist/source/lualatex/lualatex-math/lualatex-math.dtx +++ b/Master/texmf-dist/source/lualatex/lualatex-math/lualatex-math.dtx @@ -138,7 +138,7 @@ %<*package> \NeedsTeXFormat{LaTeX2e}[2009/09/24] \RequirePackage{expl3}[2011/09/05] -\ProvidesExplPackage{lualatex-math}{2011/09/13}{0.3a}% +\ProvidesExplPackage{lualatex-math}{2011/09/18}{0.3b}% {Patches for mathematics typesetting with LuaLaTeX} \RequirePackage { etoolbox } [ 2007/10/08 ] \RequirePackage { luatexbase } [ 2010/05/27 ] @@ -533,13 +533,14 @@ % \end{macrocode} % All of the following fixes work even if \pkg{amsmath} is already loaded. % \begin{macro}{\@begindocumenthook} +% \changes{v0.3b}{2011/09/18}{Another update for a change in \pkg{l3kernel}} % \pkg{amsmath} repeats the definiton of \cmd{\std@minus} and % \cmd{\std@equal} at the beginning of the document, so we also have to patch % the internal kernel macro \cmd{\@begindocumenthook} which contains the hook % code. % \begin{macrocode} \AtEndOfPackageFile * { amsmath } { - \tl_replace_in:Nnn \@begindocumenthook { + \tl_replace_once:Nnn \@begindocumenthook { \mathchardef \std@minus \mathcode `\- \relax \mathchardef \std@equal \mathcode `\= \relax } { diff --git a/Master/texmf-dist/tex/lualatex/lualatex-math/lualatex-math.sty b/Master/texmf-dist/tex/lualatex/lualatex-math/lualatex-math.sty index 3476474eaf3..d9fce671a1f 100644 --- a/Master/texmf-dist/tex/lualatex/lualatex-math/lualatex-math.sty +++ b/Master/texmf-dist/tex/lualatex/lualatex-math/lualatex-math.sty @@ -22,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2009/09/24] \RequirePackage{expl3}[2011/09/05] -\ProvidesExplPackage{lualatex-math}{2011/09/13}{0.3a}% +\ProvidesExplPackage{lualatex-math}{2011/09/18}{0.3b}% {Patches for mathematics typesetting with LuaLaTeX} \RequirePackage { etoolbox } [ 2007/10/08 ] \RequirePackage { luatexbase } [ 2010/05/27 ] @@ -157,7 +157,7 @@ } } \AtEndOfPackageFile * { amsmath } { - \tl_replace_in:Nnn \@begindocumenthook { + \tl_replace_once:Nnn \@begindocumenthook { \mathchardef \std@minus \mathcode `\- \relax \mathchardef \std@equal \mathcode `\= \relax } { |