summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/luatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-11 22:32:20 +0000
committerKarl Berry <karl@freefriends.org>2011-12-11 22:32:20 +0000
commit2107db0ff048b6acf8de6170f07299202442b4ce (patch)
tree4a32b2ffa2fb8cac648ba0089fc8672be89ce4d9 /Master/texmf-dist/source/luatex
parent3cc0c51eddc31f37b82f651016191bf3575f3aac (diff)
luamplib 1.09 (11dec11)
git-svn-id: svn://tug.org/texlive/trunk@24823 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/luatex')
-rw-r--r--Master/texmf-dist/source/luatex/luamplib/Makefile6
-rw-r--r--Master/texmf-dist/source/luatex/luamplib/luamplib.dtx12
2 files changed, 10 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/luatex/luamplib/Makefile b/Master/texmf-dist/source/luatex/luamplib/Makefile
index 998b0ffacb0..d1729897fb0 100644
--- a/Master/texmf-dist/source/luatex/luamplib/Makefile
+++ b/Master/texmf-dist/source/luatex/luamplib/Makefile
@@ -44,6 +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
$(CTAN_ZIP): $(SOURCES) $(DOC) $(TDS_ZIP)
@echo "Making $@ for CTAN upload."
@@ -72,8 +74,8 @@ install: check $(ALL)
$(run-install)
clean:
- @latexmk -silent -c $(DTX) >/dev/null
- @rm -f -- *.log
+ @latexmk -silent -c $(DTX) *.tex >/dev/null
+ @rm -f -- *.log test*.pdf
mrproper: clean
@rm -f -- $(GENERATED) $(ZIPS)
diff --git a/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx b/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx
index 1e26424895c..569d847037a 100644
--- a/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx
+++ b/Master/texmf-dist/source/luatex/luamplib/luamplib.dtx
@@ -127,7 +127,7 @@ See source file '\inFileName' for licencing and contact information.
% \author{Hans Hagen, Taco Hoekwater and Elie Roux \\
% Maintainer: Manuel Pégourié-Gonnard ---
% Support: \email{lualatex-dev@tug.org}}
-% \date{2011/06/23 v1.08}
+% \date{2011/12/09 v1.09}
%
% \maketitle
%
@@ -189,8 +189,8 @@ module('luamplib', package.seeall)
% \begin{macrocode}
local err, warn, info, log = luatexbase.provides_module({
name = "luamplib",
- version = 1.08,
- date = "2011/06/23",
+ version = 1.09,
+ date = "2011/11/09",
description = "Lua package to typeset Metapost with LuaTeX's MPLib.",
})
@@ -626,7 +626,7 @@ end
\else
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luamplib}
- [2011/06/23 v1.08 mplib package for LuaTeX]
+ [2011/12/09 v1.09 mplib package for LuaTeX]
\RequirePackage{luatexbase-modutils}
\RequirePackage{fancyvrb}
\fi
@@ -669,7 +669,7 @@ end
% \begin{macrocode}
\bgroup\expandafter\expandafter\expandafter\egroup
\expandafter\ifx\csname ProvidesPackage\endcsname\relax
-\def\mplibsetupcatcodes{
+\def\mplibsetupcatcodes{%
\catcode`\{=12 \catcode`\}=12 \catcode`\#=12 \catcode`\^=12 \catcode`\~=12
\catcode`\_=12 \catcode`\%=12 \catcode`\&=12 \catcode`\$=12
}
@@ -748,7 +748,7 @@ end
% We encapsulate the litterals.
%
% \begin{macrocode}
-\def\mplibstarttoPDF#1#2#3#4{
+\def\mplibstarttoPDF#1#2#3#4{%
\hbox\bgroup
\xdef\MPllx{#1}\xdef\MPlly{#2}%
\xdef\MPurx{#3}\xdef\MPury{#4}%