summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-03-11 23:24:28 +0000
committerKarl Berry <karl@freefriends.org>2013-03-11 23:24:28 +0000
commit240300000e086212731e8d3698d2503a69179681 (patch)
tree84063d1aad96a8cbfbdc3f0580465ab6fb86f22e /Master/texmf-dist/tex/lualatex
parent006780247c6134dde2eadbcd2f23a15d9598e2fe (diff)
lualatex-math (11mar13)
git-svn-id: svn://tug.org/texlive/trunk@29346 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex')
-rw-r--r--Master/texmf-dist/tex/lualatex/lualatex-math/lualatex-math.sty6
1 files changed, 3 insertions, 3 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 3620b363986..9ab582d97bf 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}{2012/10/13}{1.1}%
+\ProvidesExplPackage{lualatex-math}{2013/01/13}{1.2}%
{Patches for mathematics typesetting with LuaLaTeX}
\RequirePackage { etoolbox } [ 2007/10/08 ]
\RequirePackage { luatexbase } [ 2010/05/27 ]
@@ -142,8 +142,8 @@
lualatex.math.print_fam_slot( \int_eval:n { `#2 } )
}
}
-\chk_if_free_cs:N \l__lltxmath_minus_mathchar
-\chk_if_free_cs:N \l__lltxmath_equal_mathchar
+\tl_new:N \l__lltxmath_minus_mathchar
+\tl_new:N \l__lltxmath_equal_mathchar
\AtBeginOfPackageFile { amsmath } {
\__lltxmath_set_mathchar:NN \l__lltxmath_minus_mathchar \-
\__lltxmath_set_mathchar:NN \l__lltxmath_equal_mathchar \=