-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from dohyunkim/master
v2.12.3
- Loading branch information
Showing
2 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: <[email protected]> | ||
|
@@ -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{[email protected]}} | ||
% \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 | ||
|