summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luamplib
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-26 23:21:11 +0000
committerKarl Berry <karl@freefriends.org>2009-09-26 23:21:11 +0000
commitfaa20eb6f2ff8fc3337c0d93aac3a76dbcad3609 (patch)
treead3570f29277b906cedc2365df93368dd407e413 /Master/texmf-dist/tex/luatex/luamplib
parentc2865b4883a4c207e9d2667938e6c1bdd3936764 (diff)
luamplib 1.01 (26sep09)
git-svn-id: svn://tug.org/texlive/trunk@15471 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luamplib')
-rw-r--r--Master/texmf-dist/tex/luatex/luamplib/luamplib.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/luamplib/luamplib.sty4
2 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua b/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua
index 632c4140c45..f48ce0a5314 100644
--- a/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua
+++ b/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua
@@ -24,7 +24,7 @@ luamplib = { }
luamplib.module = {
name = "luamplib",
version = 1.01,
- date = "2009/03/09",
+ date = "2009/09/23",
description = "Lua functions to typeset Metapost directly with MPLib.",
author = "Hans Hagen, Taco Hoekwater & Elie Roux",
copyright = "ConTeXt Development Team & Elie Roux",
diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty b/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty
index 8d87e2b598f..8d6209efa70 100644
--- a/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty
+++ b/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty
@@ -24,13 +24,13 @@
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luamplib}
- [2009/03/09 v1.01 mplib package for LuaTeX.]
+ [2009/09/23 v1.01 mplib package for LuaTeX.]
\RequirePackage{luatextra}
\RequirePackage{fancyvrb}
\fi
-\luaUseModule{luamplib}
+\luatexUseModule{luamplib}
\def\mplibsetformat#1{\directlua0{luamplib.setformat([[#1]])}}