[latex3-commits] [git/LaTeX3-latex3-latex3] icc2: Missed an error message (15222f921)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Oct 18 14:20:25 CEST 2021


Repository : https://github.com/latex3/latex3
On branch  : icc2
Link       : https://github.com/latex3/latex3/commit/15222f9211795a8449ef65fe233851947677d339

>---------------------------------------------------------------

commit 15222f9211795a8449ef65fe233851947677d339
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Feb 23 15:37:18 2021 +0000

    Missed an error message


>---------------------------------------------------------------

15222f9211795a8449ef65fe233851947677d339
 l3kernel/l3color.dtx | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/l3kernel/l3color.dtx b/l3kernel/l3color.dtx
index 40af3fc4f..3bca87f5d 100644
--- a/l3kernel/l3color.dtx
+++ b/l3kernel/l3color.dtx
@@ -2725,6 +2725,12 @@
     \\ \\
     key~was~given~with~the~correct~information.
   }
+\msg_new:nnnn { color } { ICC-Device-unknown }
+  { Unknown~device~color~space~'#1'. }
+  {
+    LaTeX~has~been~asked~to~apply~an~ICC~profile~but~the~device~color~space~
+    '#1'~is~unknown.
+  }
 \msg_new:nnnn { color } { ICCBased-unsupported-colorspace }
   { ICCBased~color~space~'#1'~uses~an~unsupported~data~color~space. }
   {





More information about the latex3-commits mailing list.