summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-08-24 23:39:25 +0000
committerKarl Berry <karl@freefriends.org>2012-08-24 23:39:25 +0000
commit9861eb844e29dea93b9d8076d61cffe8b1ccef85 (patch)
tree3b04b2d497b62cdd2853fe71fdfea74b8a41c41b /Master/texmf-dist/tex
parentb6db742e2bd6c09970309d64b1cebb701b95fca3 (diff)
lualatex-math (24aug12)
git-svn-id: svn://tug.org/texlive/trunk@27514 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/lualatex/lualatex-math/lualatex-math.lua2
-rw-r--r--Master/texmf-dist/tex/lualatex/lualatex-math/lualatex-math.sty10
2 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/lualatex/lualatex-math/lualatex-math.lua b/Master/texmf-dist/tex/lualatex/lualatex-math/lualatex-math.lua
index e4f18e8fb85..4a7120e5c89 100644
--- a/Master/texmf-dist/tex/lualatex/lualatex-math/lualatex-math.lua
+++ b/Master/texmf-dist/tex/lualatex/lualatex-math/lualatex-math.lua
@@ -8,7 +8,7 @@
--
-- This is a generated file.
--
--- Copyright 2011 by Philipp Stephani
+-- Copyright 2011, 2012 Philipp Stephani
--
-- This file may be distributed and/or modified under the
-- conditions of the LaTeX Project Public License, either
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 d9fce671a1f..d0312d0a3f0 100644
--- a/Master/texmf-dist/tex/lualatex/lualatex-math/lualatex-math.sty
+++ b/Master/texmf-dist/tex/lualatex/lualatex-math/lualatex-math.sty
@@ -8,7 +8,7 @@
%%
%% This is a generated file.
%%
-%% Copyright 2011 by Philipp Stephani
+%% Copyright 2011, 2012 Philipp Stephani
%%
%% This file may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -21,8 +21,8 @@
%% LaTeX version 2009/09/24 or later.
%%
\NeedsTeXFormat{LaTeX2e}[2009/09/24]
-\RequirePackage{expl3}[2011/09/05]
-\ProvidesExplPackage{lualatex-math}{2011/09/18}{0.3b}%
+\RequirePackage{expl3}[2012/08/14]
+\ProvidesExplPackage{lualatex-math}{2012/08/23}{0.3c}%
{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 {
+ \lua_now_x:n {
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 {
+ \lua_now_x:n {
lualatex.math.print_fam_slot( \int_eval:n { `#2 } )
}
}