From 4f17176bf91e4bfc57b5e393a4deda18580bad63 Mon Sep 17 00:00:00 2001 From: Manuel Pégourié-Gonnard Date: Wed, 7 Oct 2009 18:28:05 +0000 Subject: luamplib update git-svn-id: svn://tug.org/texlive/trunk@15676 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/luatex/luamplib/luamplib-createmem.lua | 2 +- Master/texmf-dist/tex/luatex/luamplib/luamplib.lua | 4 ++-- Master/texmf-dist/tex/luatex/luamplib/luamplib.sty | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/tex/luatex/luamplib') diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib-createmem.lua b/Master/texmf-dist/tex/luatex/luamplib/luamplib-createmem.lua index 7d3d611110c..4881dcd33a2 100644 --- a/Master/texmf-dist/tex/luatex/luamplib/luamplib-createmem.lua +++ b/Master/texmf-dist/tex/luatex/luamplib/luamplib-createmem.lua @@ -49,7 +49,7 @@ makeformat = function (name, mem_name) end end -makeformat("plain", "luatex-plain.mem") +makeformat("plain", "mplib-luatex.mem") -- -- End of File `luamplib-createmem.lua'. diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua b/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua index 1ceb41ff8bb..84c583ffd61 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.02, - date = "2009/10/01", + date = "2009/10/06", description = "Lua package to typeset Metapost with LuaTeX's MPLib.", author = "Hans Hagen, Taco Hoekwater & Elie Roux", copyright = "ConTeXt Development Team & Elie Roux", @@ -38,7 +38,7 @@ local format, concat, abs = string.format, table.concat, math.abs luamplib.currentformat = "plain" -luamplib.currentmem = "mpost" +luamplib.currentmem = "mplib-luatex" local currentformat = luamplib.currentformat local currentmem = luamplib.currentmem diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty b/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty index 832546af69f..dd60059bfbf 100644 --- a/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty +++ b/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty @@ -24,7 +24,7 @@ \else \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luamplib} - [2009/10/01 v1.02 mplib package for LuaTeX.] + [2009/10/06 v1.02 mplib package for LuaTeX.] \RequirePackage{luatextra} \RequirePackage{fancyvrb} \fi -- cgit v1.2.3