[latex3-commits] [git/LaTeX3-latex3-latex3] color-multi-model: Correct selection of model (b717b0162)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Jul 1 16:54:57 CEST 2020
Repository : https://github.com/latex3/latex3
On branch : color-multi-model
Link : https://github.com/latex3/latex3/commit/b717b016250565c0372c748794b2e7a8e8bd1732
>---------------------------------------------------------------
commit b717b016250565c0372c748794b2e7a8e8bd1732
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Jul 1 15:54:57 2020 +0100
Correct selection of model
>---------------------------------------------------------------
b717b016250565c0372c748794b2e7a8e8bd1732
l3experimental/l3color/l3color.dtx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/l3experimental/l3color/l3color.dtx b/l3experimental/l3color/l3color.dtx
index 22a2f1872..eea16d2cc 100644
--- a/l3experimental/l3color/l3color.dtx
+++ b/l3experimental/l3color/l3color.dtx
@@ -665,7 +665,8 @@
\cs_new_protected:Npn \@@_parse_gray:n #1
{
\tl_set_eq:NN \l_@@_model_tl \l_@@_next_model_tl
- \exp_args:NnV \@@_convert:nnN { gray } \l_@@_next_model_tl
+ \tl_set:Nn \l_@@_next_model_tl { gray }
+ \exp_args:NnV \@@_convert:nnN { gray } \l_@@_model_tl
\l_@@_value_tl
\prop_get:cVN { l_@@_named_ #1 _prop } \l_@@_model_tl
\l_@@_next_value_tl
More information about the latex3-commits
mailing list.