summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua
diff options
context:
space:
mode:
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 45e7ceff864..dab385288c0 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.00,
- date = "2013/05/07",
+ version = 2.01,
+ date = "2013/09/24",
description = "Lua package to typeset Metapost with LuaTeX's MPLib.",
})
@@ -316,6 +316,7 @@ vardef textext@#(expr n, w, h, d) =
addto currentpicture doublepath unitsquare
xscaled w
yscaled (h+d)
+ shifted (0,-d)
withprescript "%%textext:"&decimal n&":"&decimal w&":"&decimal(h+d);
)
enddef;