[latex3-commits] [latex3/graphics-def] XC-color: show named color internals (dec409b)
github at latex-project.org
github at latex-project.org
Mon Dec 11 00:30:01 CET 2023
Repository : https://github.com/latex3/graphics-def
On branch : XC-color
Link : https://github.com/latex3/graphics-def/commit/dec409b295c5fe93430abe5c25b82ed4f56b41ce
>---------------------------------------------------------------
commit dec409b295c5fe93430abe5c25b82ed4f56b41ce
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Sun Dec 10 23:30:01 2023 +0000
show named color internals
>---------------------------------------------------------------
dec409b295c5fe93430abe5c25b82ed4f56b41ce
testfiles/xc001.lvt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/testfiles/xc001.lvt b/testfiles/xc001.lvt
index 15f8d3c..b28e941 100644
--- a/testfiles/xc001.lvt
+++ b/testfiles/xc001.lvt
@@ -15,6 +15,7 @@
% color def
\immediate\write500{ color: \csname\string\color @ccmyk\endcsname}
+\expandafter\show\csname col at Blue\endcsname
\OMIT
\usepackage[dvipsnames]{xcolor}
@@ -23,6 +24,8 @@
% color def after xcolor
\immediate\write500{.color: \csname\string\color @ccmyk\endcsname}
+\expandafter\show\csname\string\color @ccmyk\endcsname
+\expandafter\show\csname col at Blue\endcsname
\definecolor{xcrgb}{rgb}{0,0.5,0}
\definecolor{xcRGB}{RGB}{0,128,0}
More information about the latex3-commits
mailing list.