[latex3-commits] [git/LaTeX3-latex3-latex3] main: Documentation improvements (955e5426f)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Jan 10 14:53:09 CET 2022


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/955e5426ffc8b791514cef8e3be9b194d3e67ea5

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

commit 955e5426ffc8b791514cef8e3be9b194d3e67ea5
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Tue Oct 26 17:26:30 2021 +0200

    Documentation improvements


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

955e5426ffc8b791514cef8e3be9b194d3e67ea5
 l3kernel/CHANGELOG.md | 1 +
 l3kernel/l3color.dtx  | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index 02e2a0544..a759e10ee 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -11,6 +11,7 @@ this project uses date-based 'snapshot' version identifiers.
 - `\prop_to_keyval:N`
 
 ### Changed
+- Allow indirect conversions between colorspaces though fallback models
 - Move some color functions from `l3backend`
 
 ### Removed
diff --git a/l3kernel/l3color.dtx b/l3kernel/l3color.dtx
index b66460303..8cc28e85d 100644
--- a/l3kernel/l3color.dtx
+++ b/l3kernel/l3color.dtx
@@ -1841,7 +1841,7 @@
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}{\@@_model_init:nn}
+% \begin{macro}{\@@_model_init:nnnn, \@@_model_init:nnnx}
 %   A shared auxiliary to do the basics of setting up a new model: reserve a
 %   number, create a white-equivalent, set up links to the backend.
 %    \begin{macrocode}
@@ -2029,8 +2029,8 @@
 %   If a CIELAB space is being set up, we need the illuminant, then create
 %   the appropriate set up. At present, this doesn't include \texttt{BlackPoint}
 %   or \texttt{Range} data, but that may be added later. As CIELAB colors
-%   cannot be converted to anything else, we fallback to producing black: the
-%   user should set up a second model for colors set up this way.
+%   cannot be converted to anything else, we fallback to producing black in the
+%   gray colorspace: the user should set up a second model for colors set up this way.
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_model_separation_CIELAB:nnnnnnn #1#2#3#4#5#6#7
   {





More information about the latex3-commits mailing list.