summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-06 21:37:07 +0000
committerKarl Berry <karl@freefriends.org>2018-04-06 21:37:07 +0000
commit6a8a3813b14602e29e21837e50679d8fceea6f19 (patch)
treed91a12da2f328ec220a0659326f92b1a87c21e3b
parentdf326f665e2cd0936dfe7a22533c4c518d2da959 (diff)
luamplib (6apr18)
git-svn-id: svn://tug.org/texlive/trunk@47336 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/luatex/luamplib/NEWS4
-rw-r--r--Master/texmf-dist/doc/luatex/luamplib/luamplib.pdfbin162148 -> 162085 bytes
-rw-r--r--Master/texmf-dist/source/luatex/luamplib/luamplib.dtx13
-rw-r--r--Master/texmf-dist/tex/luatex/luamplib/luamplib.lua5
-rw-r--r--Master/texmf-dist/tex/luatex/luamplib/luamplib.sty2
5 files changed, 13 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/luatex/luamplib/NEWS b/Master/texmf-dist/doc/luatex/luamplib/NEWS
index 00f5dbdfe3d..3e9b74a0752 100644
--- a/Master/texmf-dist/doc/luatex/luamplib/NEWS
+++ b/Master/texmf-dist/doc/luatex/luamplib/NEWS
@@ -1,5 +1,9 @@
History of the luamplib package
+2018/04/06 2.12.3
+ * step copyright year
+ * remove a line relating graphictext hindrance
+
2018/01/04 2.12.2
* workaround issue #70 "Labels outside beginfig...endfig are not inherited"
* address issue #71 "metafun problem: arrow tips are not filled"
diff --git a/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf b/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf
index b1b41ed1139..82bea2bc102 100644
--- a/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf
+++ b/Master/texmf-dist/doc/luatex/luamplib/luamplib.pdf
Binary files differ
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
diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua b/Master/texmf-dist/tex/luatex/luamplib/luamplib.lua
index 32dbb2131af..816b0d9631c 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 = ""
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.",
}
@@ -614,7 +614,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
diff --git a/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty b/Master/texmf-dist/tex/luatex/luamplib/luamplib.sty
index bc05bf46027..aad69ce75be 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}
- [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