[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct typos in CIELAB support (c30a4ee22)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Sep 9 16:51:06 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/c30a4ee22581a3bf716b29353606f14757ffa7ec

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

commit c30a4ee22581a3bf716b29353606f14757ffa7ec
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Sep 9 15:41:43 2020 +0100

    Correct typos in CIELAB support


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

c30a4ee22581a3bf716b29353606f14757ffa7ec
 l3experimental/CHANGELOG.md        | 3 +++
 l3experimental/l3color/l3color.dtx | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/l3experimental/CHANGELOG.md b/l3experimental/CHANGELOG.md
index 58cfe9f01..c8c689e3e 100644
--- a/l3experimental/CHANGELOG.md
+++ b/l3experimental/CHANGELOG.md
@@ -7,6 +7,9 @@ this project uses date-based 'snapshot' version identifiers.
 
 ## [Unreleased]
 
+### Fixed
+- Typos in CIELAB support
+
 ## [2020-09-01]
 
 ### Added
diff --git a/l3experimental/l3color/l3color.dtx b/l3experimental/l3color/l3color.dtx
index 229b6d627..deb91e78b 100644
--- a/l3experimental/l3color/l3color.dtx
+++ b/l3experimental/l3color/l3color.dtx
@@ -1537,9 +1537,9 @@
 %   Whitepoint data for the CIELAB profiles. 
 %    \begin{macrocode}
 \tl_const:Nn \c_@@_model_whitepoint_cielab_a_tl      { 1.0985 ~ 1 ~ 0.3558 }
-\tl_const:Nn \c_@@_model_whitepoint_cielab_b_tl      { 0.9807~ 1 ~ 1.1822 }
+\tl_const:Nn \c_@@_model_whitepoint_cielab_b_tl      { 0.9807 ~ 1 ~ 1.1822 }
 \tl_const:Nn \c_@@_model_whitepoint_cielab_e_tl      { 1 ~ 1 ~ 1 }
-\tl_const:cn { c_@@_model_whitepoint_cielab_d50_tl } { 0.9642 ~, 1 ~ 0.8251 }
+\tl_const:cn { c_@@_model_whitepoint_cielab_d50_tl } { 0.9642 ~ 1 ~ 0.8251 }
 \tl_const:cn { c_@@_model_whitepoint_cielab_d55_tl } { 0.9568 ~ 1 ~ 0.9214 }
 \tl_const:cn { c_@@_model_whitepoint_cielab_d65_tl } { 0.9504 ~ 1 ~ 1.0888 }
 \tl_const:cn { c_@@_model_whitepoint_cielab_d75_tl } { 0.9497 ~ 1 ~ 1.2261 }
@@ -1549,7 +1549,7 @@
 % \begin{variable}{\c_@@_model_range_cielab_tl}
 %   The range for CIELAB color spaces.
 %    \begin{macrocode}
-\tl_const:Nn \c_@@_model_range_cielab_tl { -128 ~ 127 ~ -128 ~ 127 }
+\tl_const:Nn \c_@@_model_range_cielab_tl { 0 ~ 100 ~ -128 ~ 127 ~ -128 ~ 127 }
 %    \end{macrocode}
 % \end{variable}
 %





More information about the latex3-commits mailing list.