diff options
author | Karl Berry <karl@freefriends.org> | 2014-06-19 20:21:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-06-19 20:21:53 +0000 |
commit | 10f112bc122a4183ea5132789e162079983d029e (patch) | |
tree | 510ff838cde9b71d4a1ad2f4eb86f6636c5147bb /Master/texmf-dist/tex | |
parent | e815d4236bb93715bb9a6f65344801fd162b7804 (diff) |
lualatex-math (19jun14)
git-svn-id: svn://tug.org/texlive/trunk@34314 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/lualatex/lualatex-math/lualatex-math.sty | 6 |
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 22d1c573bd1..9511661e3dd 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}{2013/08/03}{1.3}% +\ProvidesExplPackage{lualatex-math}{2014/06/18}{1.3a}% {Patches for mathematics typesetting with LuaLaTeX} \RequirePackage { etoolbox } [ 2007/10/08 ] \RequirePackage { luatexbase } [ 2010/05/27 ] @@ -102,7 +102,7 @@ \cs_generate_variant:Nn \__lltxmath_patch:NNnnn { c } \cs_new_protected_nopar:Npn \__lltxmath_set_mathchar:NN #1 #2 { \luatexUmathchardef #1 - \lua_now_x:n { + \luatex_directlua:D { lualatex.math.print_class_fam_slot( \int_eval:n { `#2 } ) } \scan_stop: @@ -138,7 +138,7 @@ \int_const:Nn \c__lltxmath_std_equal_mathcode_int { "303D } \cs_new_nopar:Npn \__lltxmath_char_dim:NN #1 #2 { #1 \textfont - \lua_now_x:n { + \luatex_directlua:D { lualatex.math.print_fam_slot( \int_eval:n { `#2 } ) } } |