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

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Feb 23 16:37:18 CET 2021


Repository : https://github.com/latex3/latex3
On branch  : icc2
Link       : https://github.com/latex3/latex3/commit/76e72d1c3133fdd0d43f80a0dd6ff9a11fcd6077

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

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

    Missed an error message


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

76e72d1c3133fdd0d43f80a0dd6ff9a11fcd6077
 l3kernel/l3color.dtx | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/l3kernel/l3color.dtx b/l3kernel/l3color.dtx
index 0247df2ec..fb9be68c6 100644
--- a/l3kernel/l3color.dtx
+++ b/l3kernel/l3color.dtx
@@ -2610,6 +2610,12 @@
     \\ \\
     key~was~given~with~the~correct~information.
   }
+\__kernel_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.
+  }
 \__kernel_msg_new:nnnn { color } { model-already-defined }
   { Color~model~'#1'~already~defined. }
   {





More information about the latex3-commits mailing list.