summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-18 22:46:24 +0000
committerKarl Berry <karl@freefriends.org>2011-09-18 22:46:24 +0000
commit40b450b69040741c84cca3dbf56e370c00af3f73 (patch)
tree50a0397ecf6d14ad3f07af5745184546456db750 /Master
parent9adf633864a3433afd467fe19814693163ed886b (diff)
lualatex-math (18sep11)
git-svn-id: svn://tug.org/texlive/trunk@24009 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/lualatex/lualatex-math/lualatex-math.pdfbin258450 -> 258542 bytes
-rw-r--r--Master/texmf-dist/source/lualatex/lualatex-math/lualatex-math.dtx5
-rw-r--r--Master/texmf-dist/tex/lualatex/lualatex-math/lualatex-math.sty4
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
index 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
Binary files differ
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
} {