summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex/lualatex-math
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-08-19 22:00:41 +0000
committerKarl Berry <karl@freefriends.org>2014-08-19 22:00:41 +0000
commit610f60d8eb19d240c4201f5bbc5dd3d1351b71d3 (patch)
tree58af4c8c596045665c55942a9c574058c0d110f4 /Master/texmf-dist/tex/lualatex/lualatex-math
parent3f5a769f6c8e9e792298524ad527a1f178eed00c (diff)
lualatex-math (19aug14)
git-svn-id: svn://tug.org/texlive/trunk@34982 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/lualatex-math')
-rw-r--r--Master/texmf-dist/tex/lualatex/lualatex-math/lualatex-math.sty6
1 files changed, 4 insertions, 2 deletions
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 9511661e3dd..d3851714038 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}[2012/08/14]
-\ProvidesExplPackage{lualatex-math}{2014/06/18}{1.3a}%
+\ProvidesExplPackage{lualatex-math}{2014/08/18}{1.4}%
{Patches for mathematics typesetting with LuaLaTeX}
\RequirePackage { etoolbox } [ 2007/10/08 ]
\RequirePackage { luatexbase } [ 2010/05/27 ]
@@ -306,7 +306,9 @@
\box\z@
} {
{
- \use:c { luatexcramped \cs_to_str:N #1 } #2
+ \ensuremath {
+ \use:c { luatexcramped \cs_to_str:N #1 } #2
+ }
}
}
}