summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex
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
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')
-rw-r--r--Master/texmf-dist/tex/luatex/luamplib/luamplib.lua5
-rw-r--r--Master/texmf-dist/tex/luatex/luamplib/luamplib.sty2
2 files changed, 4 insertions, 3 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;
diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty b/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty
index 3f435d2b31f..242280e05fd 100644
--- a/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty
+++ b/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty
@@ -14,7 +14,7 @@
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luamplib}
- [2013/05/07 v2.0 mplib package for LuaTeX]
+ [2013/09/24 v2.01 mplib package for LuaTeX]
\RequirePackage{luatexbase-modutils}
\RequirePackage{pdftexcmds}
\fi