diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-06 21:37:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-06 21:37:07 +0000 |
commit | 6a8a3813b14602e29e21837e50679d8fceea6f19 (patch) | |
tree | d91a12da2f328ec220a0659326f92b1a87c21e3b /Master/texmf-dist/source/luatex/luamplib | |
parent | df326f665e2cd0936dfe7a22533c4c518d2da959 (diff) |
luamplib (6apr18)
git-svn-id: svn://tug.org/texlive/trunk@47336 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/luatex/luamplib')
-rw-r--r-- | Master/texmf-dist/source/luatex/luamplib/luamplib.dtx | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx b/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx index 799373c1aee..a4eab997fc6 100644 --- a/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx +++ b/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment -- by the way, this file contains UTF-8 % -% Copyright (C) 2008-2017 by Hans Hagen, Taco Hoekwater, Elie Roux, +% Copyright (C) 2008-2018 by Hans Hagen, Taco Hoekwater, Elie Roux, % Manuel Pégourié-Gonnard, Philipp Gesang and Kim Dohyun. % Currently maintained by the LuaLaTeX development team. % Support: <lualatex-dev@tug.org> @@ -85,7 +85,7 @@ See source file '\inFileName' for licencing and contact information. %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{luamplib.drv}% - [2018/01/04 v2.12.2 Interface for using the mplib library]% + [2018/04/06 v2.12.3 Interface for using the mplib library]% \documentclass{ltxdoc} \usepackage{metalogo,multicol,mdwlist,fancyvrb,xspace} \usepackage[x11names]{xcolor} @@ -153,7 +153,7 @@ See source file '\inFileName' for licencing and contact information. % \author{Hans Hagen, Taco Hoekwater, Elie Roux, Philipp Gesang and Kim Dohyun\\ % Maintainer: LuaLaTeX Maintainers --- % Support: \email{lualatex-dev@tug.org}} -% \date{2018/01/04 v2.12.2} +% \date{2018/04/06 v2.12.3} % % \maketitle % @@ -373,8 +373,8 @@ luamplib.lastlog = "" luatexbase.provides_module { name = "luamplib", - version = "2.12.2", - date = "2018/01/04", + version = "2.12.3", + date = "2018/04/06", description = "Lua package to typeset Metapost with LuaTeX's MPLib.", } @@ -1049,7 +1049,6 @@ if known context_mlib: def data_mpy_file = filename enddef; mfun_do_graphic_text (filename) enddef; - if unknown TEXBOX_: def mfun_do_graphic_text text t = enddef; fi else: vardef textext@# (text t) = rawtextext (t) enddef; fi @@ -1779,7 +1778,7 @@ luamplib.colorconverter = colorconverter \else \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luamplib} - [2018/01/04 v2.12.2 mplib package for LuaTeX] + [2018/04/06 v2.12.3 mplib package for LuaTeX] \ifx\newluafunction\@undefined \input ltluatex \fi |