summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/luatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-01 17:57:42 +0000
committerKarl Berry <karl@freefriends.org>2018-05-01 17:57:42 +0000
commita71a4dcee161662cf17d488c19db04ced2ab6ba7 (patch)
tree7a9b6b0936e686752e37e4b8ae511f1f85322397 /Master/texmf-dist/source/luatex
parent247cabc8f66cf4525f2cb58716f64b6358c6d318 (diff)
luamplib (16apr18)
git-svn-id: svn://tug.org/texlive/trunk@47547 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/luatex')
-rw-r--r--Master/texmf-dist/source/luatex/luamplib/luamplib.dtx15
1 files changed, 8 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx b/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx
index a4eab997fc6..375fc24769c 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/06 v2.12.3 Interface for using the mplib library]%
+ [2018/04/16 v2.12.4 Interface for using the mplib library]%
\documentclass{ltxdoc}
\usepackage{metalogo,multicol,mdwlist,fancyvrb,xspace}
\usepackage[x11names]{xcolor}
@@ -112,7 +112,7 @@ See source file '\inFileName' for licencing and contact information.
ItalicFont = {Linux Libertine O Italic},
SlantedFont = {Linux Libertine O Italic},
]{Linux Libertine O}
-\setmonofont[Ligatures=TeX,Scale=MatchLowercase]{Liberation Mono}
+\setmonofont[Ligatures=TeX,Scale=MatchLowercase]{InconsolataN}
%setsansfont[Ligatures=TeX]{Linux Biolinum O}
\setsansfont[Ligatures=TeX,Scale=MatchLowercase]{Iwona Medium}
%setmathfont{XITS Math}
@@ -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/06 v2.12.3}
+% \date{2018/04/16 v2.12.4}
%
% \maketitle
%
@@ -373,8 +373,8 @@ luamplib.lastlog = ""
luatexbase.provides_module {
name = "luamplib",
- version = "2.12.3",
- date = "2018/04/06",
+ version = "2.12.4",
+ date = "2018/04/16",
description = "Lua package to typeset Metapost with LuaTeX's MPLib.",
}
@@ -533,6 +533,7 @@ local noneedtoreplace = {
["mp-idea.mpiv"] = true,
["mp-luas.mpiv"] = true,
["mp-mlib.mpiv"] = true,
+ ["mp-node.mpiv"] = true,
["mp-page.mpiv"] = true,
["mp-shap.mpiv"] = true,
["mp-step.mpiv"] = true,
@@ -638,7 +639,7 @@ local randomseed = nil
%
% \begin{macrocode}
-local mpkpse = kpse.new("luatex", "mpost")
+local mpkpse = kpse.new(arg[0], "mpost")
local special_ftype = {
pfb = "type1 fonts",
@@ -1778,7 +1779,7 @@ luamplib.colorconverter = colorconverter
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luamplib}
- [2018/04/06 v2.12.3 mplib package for LuaTeX]
+ [2018/04/16 v2.12.4 mplib package for LuaTeX]
\ifx\newluafunction\@undefined
\input ltluatex
\fi