summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-09-24 22:27:43 +0000
committerKarl Berry <karl@freefriends.org>2013-09-24 22:27:43 +0000
commit215ff41c3a53359bb44fe80bb5584619026bc802 (patch)
tree3ebce6439576a15deb5dbbdaae31ecae3807bd73 /Master/texmf-dist/source
parent3e37a9553890c5435570fde820cbe73a25914550 (diff)
luamplib (24sep13)
git-svn-id: svn://tug.org/texlive/trunk@31747 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/luatex/luamplib/Makefile4
-rw-r--r--Master/texmf-dist/source/luatex/luamplib/luamplib.dtx13
2 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/luatex/luamplib/Makefile b/Master/texmf-dist/source/luatex/luamplib/Makefile
index 0f8224fbaa7..d437acb7405 100644
--- a/Master/texmf-dist/source/luatex/luamplib/Makefile
+++ b/Master/texmf-dist/source/luatex/luamplib/Makefile
@@ -44,8 +44,8 @@ $(UNPACKED): $(DTX)
check: $(UNPACKED)
luatex -interaction=batchmode test-$(NAME)-plain.tex >/dev/null
lualatex -interaction=batchmode test-$(NAME)-latex.tex >/dev/null
-# ! grep "blank space" test-$(NAME)-plain.log
-# ! grep "blank space" test-$(NAME)-latex.log
+ ! grep "blank space" test-$(NAME)-plain.log
+ ! grep "blank space" test-$(NAME)-latex.log
$(CTAN_ZIP): $(SOURCES) $(DOC) $(TDS_ZIP)
@echo "Making $@ for CTAN upload."
diff --git a/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx b/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx
index 195b2024f49..c16885853e9 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}%
- [2013/05/09 v2.0 Interface for using the mplib library]%
+ [2013/09/24 v2.01 Interface for using the mplib library]%
\documentclass{ltxdoc}
\usepackage{metalogo,multicol,mdwlist,fancyvrb,xspace}
\usepackage[x11names]{xcolor}
@@ -154,7 +154,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{2013/05/07 v2.0}
+% \date{2013/09/24 v2.01}
%
% \maketitle
%
@@ -178,7 +178,7 @@ See source file '\inFileName' for licencing and contact information.
%
% The code is from the \texttt{luatex-mplib.lua} and \texttt{luatex-mplib.tex} files
% from \ConTeXt, they have been adapted to \LaTeX\ and Plain by Elie Roux and
-% Philipp Gesang, new functionalities have been added by Kil Dohyun.
+% Philipp Gesang, new functionalities have been added by Kim Dohyun.
% The changes are:
%
% \begin{itemize}
@@ -222,8 +222,8 @@ luamplib.lastlog = ""
local err, warn, info, log = luatexbase.provides_module({
name = "luamplib",
- version = 2.00,
- date = "2013/05/07",
+ version = 2.01,
+ date = "2013/09/24",
description = "Lua package to typeset Metapost with LuaTeX's MPLib.",
})
@@ -567,6 +567,7 @@ vardef textext@#(expr n, w, h, d) =
addto currentpicture doublepath unitsquare
xscaled w
yscaled (h+d)
+ shifted (0,-d)
withprescript "%%textext:"&decimal n&":"&decimal w&":"&decimal(h+d);
)
enddef;
@@ -818,7 +819,7 @@ luamplib.colorconverter = colorconverter
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luamplib}
- [2013/05/07 v2.0 mplib package for LuaTeX]
+ [2013/09/24 v2.01 mplib package for LuaTeX]
\RequirePackage{luatexbase-modutils}
\RequirePackage{pdftexcmds}
\fi