summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-09-24 22:27:43 +0000
committerKarl Berry <karl@freefriends.org>2013-09-24 22:27:43 +0000
commit215ff41c3a53359bb44fe80bb5584619026bc802 (patch)
tree3ebce6439576a15deb5dbbdaae31ecae3807bd73 /Master/texmf-dist/tex/luatex/luamplib/luamplib.lua
parent3e37a9553890c5435570fde820cbe73a25914550 (diff)
luamplib (24sep13)
git-svn-id: svn://tug.org/texlive/trunk@31747 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 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;