[latex3-commits] [git/LaTeX3-latex3-graphics-def] develop: Allow for xcolor (5a934cb)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Jan 20 18:09:49 CET 2021
Repository : https://github.com/latex3/graphics-def
On branch : develop
Link : https://github.com/latex3/graphics-def/commit/5a934cb80ff9f9c3014c6891f2bd41a417e57445
>---------------------------------------------------------------
commit 5a934cb80ff9f9c3014c6891f2bd41a417e57445
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Jan 20 17:09:49 2021 +0000
Allow for xcolor
>---------------------------------------------------------------
5a934cb80ff9f9c3014c6891f2bd41a417e57445
dvipdfmx.def | 2 +-
xetex.def | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dvipdfmx.def b/dvipdfmx.def
index 6183d2d..3059916 100644
--- a/dvipdfmx.def
+++ b/dvipdfmx.def
@@ -376,7 +376,7 @@
}
\def\convert at color@init#1{0 g 0 G}
\def\convert@@color#1{%
- \expandafter\convert@@@color#1\stop
+ \expandafter\expandafter\expandafter\convert@@@color#1\stop
}
\def\convert@@@color#1 #2\stop{%
\csname convert at color@#1\endcsname{#2}%
diff --git a/xetex.def b/xetex.def
index dfbe485..6f37ccc 100644
--- a/xetex.def
+++ b/xetex.def
@@ -475,7 +475,7 @@
}
\def\convert at color@init#1{0 g 0 G}
\def\convert@@color#1{%
- \expandafter\convert@@@color#1\stop
+ \expandafter\expandafter\expandafter\convert@@@color#1\stop
}
\def\convert@@@color#1 #2\stop{%
\csname convert at color@#1\endcsname{#2}%
More information about the latex3-commits
mailing list.