summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-02-03 23:47:14 +0000
committerKarl Berry <karl@freefriends.org>2014-02-03 23:47:14 +0000
commit94921319f96b6ef37f21921d2354d3f5a93cff40 (patch)
tree4f9e2a9cbbc910f4ccf8a5fb529848db907d6a73 /Master/texmf-dist/tex/luatex/luamplib/luamplib.lua
parent91933032894054038bc811d9f2445da230661faa (diff)
luamplib (3feb14)
git-svn-id: svn://tug.org/texlive/trunk@32862 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luamplib/luamplib.lua')
-rw-r--r--Master/texmf-dist/tex/luatex/luamplib/luamplib.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua b/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua
index b5a8b776862..0cc7a65a92f 100644
--- a/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua
+++ b/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua
@@ -18,8 +18,8 @@ luamplib.lastlog = ""
local err, warn, info, log = luatexbase.provides_module({
name = "luamplib",
- version = 2.3,
- date = "2014/01/23",
+ version = 2.4,
+ date = "2014/02/02",
description = "Lua package to typeset Metapost with LuaTeX's MPLib.",
})
@@ -124,6 +124,7 @@ else
local mpx = mplib.new {
ini_version = true,
find_file = luamplib.finder,
+ math_mode = luamplib.numbersystem,
}
local result
if not mpx then