Skip to content

Commit

Permalink
Merge pull request #75 from dohyunkim/master
Browse files Browse the repository at this point in the history
workaround the issue relating to PATH limitation; v2.12.4
  • Loading branch information
dohyunkim authored Apr 16, 2018
2 parents fd2cfe7 + 200db5d commit 4227cb1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
History of the luamplib package

2018/04/16 2.12.4
* workaround issue #74 relating to PATH limitation
* substitute InconsolataN font for Liberation Mono in the manual

2018/04/06 2.12.3
* step copyright year
* remove a line relating graphictext hindrance
Expand Down
15 changes: 8 additions & 7 deletions luamplib.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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}
Expand Down Expand Up @@ -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{[email protected]}}
% \date{2018/04/06 v2.12.3}
% \date{2018/04/16 v2.12.4}
%
% \maketitle
%
Expand Down Expand Up @@ -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.",
}

Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4227cb1

Please sign in to comment.