From 7362abcee87a67452082d2ce3027a547d3df9926 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 26 Jun 2011 23:10:14 +0000 Subject: luamplib (24jun11) git-svn-id: svn://tug.org/texlive/trunk@23137 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/luatex/luamplib/luamplib.lua | 4 ++-- Master/texmf-dist/tex/luatex/luamplib/luamplib.sty | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex') diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua b/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua index f5c7ef12141..4defec61b1c 100644 --- a/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua +++ b/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua @@ -11,8 +11,8 @@ module('luamplib', package.seeall) local err, warn, info, log = luatexbase.provides_module({ name = "luamplib", - version = 1.07, - date = "2010/12/28", + version = 1.08, + date = "2011/06/23", description = "Lua package to typeset Metapost with LuaTeX's MPLib.", }) diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty b/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty index 6f6d90e0e9d..fdfabcd5efb 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} - [2010/12/28 v1.07 mplib package for LuaTeX] + [2011/06/23 v1.08 mplib package for LuaTeX] \RequirePackage{luatexbase-modutils} \RequirePackage{fancyvrb} \fi @@ -56,9 +56,17 @@ \begingroup \catcode`\,=13 \catcode`\-=13 +\catcode`\<=13 +\catcode`\>=13 +\catcode`\^^I=13 +\catcode`\`=13 % must be last... \gdef\FV@hack{% \def,{\string,}% \def-{\string-}% + \def<{\string<}% + \def>{\string>}% + \def`{\string`}% + \def^^I{\string^^I}% } \endgroup \newcommand\mplibaddlines[1]{% -- cgit v1.2.3