[latex3-commits] [git/graphics-def] master: protect catcode of = while reading supp-pdf.mkii (6bfec2e)
David Carlisle
d.p.carlisle at gmail.com
Tue Dec 19 14:06:45 CET 2017
Repository : https://github.com/latex3/graphics-def
On branch : master
Link : https://github.com/latex3/graphics-def/commit/6bfec2e82a9ca5af234486b375b98abb5f4b994a
>---------------------------------------------------------------
commit 6bfec2e82a9ca5af234486b375b98abb5f4b994a
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Tue Dec 19 13:06:45 2017 +0000
protect catcode of = while reading supp-pdf.mkii
>---------------------------------------------------------------
6bfec2e82a9ca5af234486b375b98abb5f4b994a
README.md | 2 +-
luatex.def | 5 +++--
pdftex.def | 5 +++--
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index a3b1c85..4ff775c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
LaTeX support for color and graphics
====================================
-Release 2017-12-07
+Release 2017-12-19
This bundle contains the 'engine-dependent' part of support for
color and graphics in LaTeX2e (the code here will also function
diff --git a/luatex.def b/luatex.def
index 4ef9c6b..0f98cb2 100644
--- a/luatex.def
+++ b/luatex.def
@@ -18,7 +18,7 @@
%% https://github.com/latex3/graphics-def/issues
%%
\ProvidesFile{luatex.def}
- [2017/12/07 v1.0i Graphics/color driver for luatex]
+ [2017/12/19 v1.0j Graphics/color driver for luatex]
\def\GPT at space{ }
\def\c at lor@arg#1{%
\dimen@#1\p@
@@ -514,8 +514,9 @@
\edef\@tempa{%
\catcode`\noexpand\<\the\catcode`\<\relax
\catcode`\noexpand\>\the\catcode`\>\relax
+ \catcode`\noexpand\=\the\catcode`\=\relax
}%
- \@makeother\<\@makeother\<%
+ \@makeother\<\@makeother\>\@makeother\=%
% supp-pdf.mkii tests against \undefined:
% just in case someone has defined it ...
\let\GPT at orig@undefined\undefined
diff --git a/pdftex.def b/pdftex.def
index d229c8b..be998ce 100644
--- a/pdftex.def
+++ b/pdftex.def
@@ -18,7 +18,7 @@
%% https://github.com/latex3/graphics-def/issues
%%
\ProvidesFile{pdftex.def}
- [2017/12/07 v1.0i Graphics/color driver for pdftex]
+ [2017/12/19 v1.0j Graphics/color driver for pdftex]
\def\GPT at space{ }
\def\c at lor@arg#1{%
\dimen@#1\p@
@@ -524,8 +524,9 @@ E \else
\edef\@tempa{%
\catcode`\noexpand\<\the\catcode`\<\relax
\catcode`\noexpand\>\the\catcode`\>\relax
+ \catcode`\noexpand\=\the\catcode`\=\relax
}%
- \@makeother\<\@makeother\<%
+ \@makeother\<\@makeother\>\@makeother\=%
% supp-pdf.mkii tests against \undefined:
% just in case someone has defined it ...
\let\GPT at orig@undefined\undefined
More information about the latex3-commits
mailing list