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

Marcel Fabian Krüger tex at 2krueger.de
Thu Oct 14 15:09:44 CEST 2021


Repository : https://github.com/latex3/latex3
On branch  : icc2
Link       : https://github.com/latex3/latex3/commit/2b2865352608d8651f45a634676201f966e5c0e0

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

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

    Missed an error message


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

2b2865352608d8651f45a634676201f966e5c0e0
 l3kernel/l3color.dtx | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/l3kernel/l3color.dtx b/l3kernel/l3color.dtx
index 8735cf12b..eff6c91bb 100644
--- a/l3kernel/l3color.dtx
+++ b/l3kernel/l3color.dtx
@@ -2642,6 +2642,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 } { model-already-defined }
   { Color~model~'#1'~already~defined. }
   {





More information about the latex3-commits mailing list.