summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/luatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-09-28 22:31:10 +0000
committerKarl Berry <karl@freefriends.org>2018-09-28 22:31:10 +0000
commitb4b1b991d6f3647039f9d4ca96daadd9781dfdf2 (patch)
tree5e19a9d4f3c30156cf12f93bae5ac6d4caa6a87d /Master/texmf-dist/source/luatex
parent719906183e64e3f4f73907d3c82507d607f3c140 (diff)
luamplib (27sep18)
git-svn-id: svn://tug.org/texlive/trunk@48780 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/luatex')
-rw-r--r--Master/texmf-dist/source/luatex/luamplib/luamplib.dtx16
1 files changed, 7 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx b/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx
index 375fc24769c..1de69bafd8e 100644
--- a/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx
+++ b/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx
@@ -85,7 +85,7 @@ See source file '\inFileName' for licencing and contact information.
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{luamplib.drv}%
- [2018/04/16 v2.12.4 Interface for using the mplib library]%
+ [2018/09/27 v2.12.5 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/04/16 v2.12.4}
+% \date{2018/09/27 v2.12.5}
%
% \maketitle
%
@@ -373,8 +373,8 @@ luamplib.lastlog = ""
luatexbase.provides_module {
name = "luamplib",
- version = "2.12.4",
- date = "2018/04/16",
+ version = "2.12.5",
+ date = "2018/09/27",
description = "Lua package to typeset Metapost with LuaTeX's MPLib.",
}
@@ -938,7 +938,6 @@ local function flushnormalpath(path,open)
local one = path[1]
pdf_literalcode("%f %f l",one.x_coord,one.y_coord)
end
- return t
end
local function flushconcatpath(path,open)
@@ -971,7 +970,6 @@ local function flushconcatpath(path,open)
local one = path[1]
pdf_literalcode("%f %f l",concat(one.x_coord,one.y_coord))
end
- return t
end
% \end{macrocode}
@@ -1562,7 +1560,7 @@ local function flush(result,flusher)
elseif objecttype == "start_clip" then
local evenodd = not object.istext and object.postscript == "evenodd"
start_pdf_code()
- flushnormalpath(object.path,t,false)
+ flushnormalpath(object.path,false)
pdf_literalcode(evenodd and "W* n" or "W n")
elseif objecttype == "stop_clip" then
stop_pdf_code()
@@ -1622,7 +1620,7 @@ local function flush(result,flusher)
end
local dl = object.dash
if dl then
- local d = format("[%s] %i d",tableconcat(dl.dashes or {}," "),dl.offset)
+ local d = format("[%s] %f d",tableconcat(dl.dashes or {}," "),dl.offset)
if d ~= dashed then
dashed = d
pdf_literalcode(dashed)
@@ -1779,7 +1777,7 @@ luamplib.colorconverter = colorconverter
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luamplib}
- [2018/04/16 v2.12.4 mplib package for LuaTeX]
+ [2018/09/27 v2.12.5 mplib package for LuaTeX]
\ifx\newluafunction\@undefined
\input ltluatex
\fi