diff options
author | Hans Hagen <pragma@wxs.nl> | 2021-02-27 20:17:05 +0100 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2021-02-27 20:17:05 +0100 |
commit | 4f7f67101a808c6b6c89d64ad5ee1f1701d8f632 (patch) | |
tree | c5f90a0b8e8a4e9d2cab82a0abebc65c6a93288e /tex/context/modules/mkxl | |
parent | c3ae4997f73041c6b97d8aec055ba24096602ab4 (diff) | |
download | context-4f7f67101a808c6b6c89d64ad5ee1f1701d8f632.tar.gz |
2021-02-27 19:30:00
Diffstat (limited to 'tex/context/modules/mkxl')
-rw-r--r-- | tex/context/modules/mkxl/s-colors-show.mkxl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/modules/mkxl/s-colors-show.mkxl b/tex/context/modules/mkxl/s-colors-show.mkxl index 7467acd4c..aa0e3227e 100644 --- a/tex/context/modules/mkxl/s-colors-show.mkxl +++ b/tex/context/modules/mkxl/s-colors-show.mkxl @@ -41,7 +41,7 @@ %D Palets -permanent\protected\tolerant\gdef\showpalet[#1]#*[#2]% +\permanent\protected\tolerant\gdef\showpalet[#1]#*[#2]% {\doifelsecolorpalet{#1} {\doifelseinset\v!vertical{#2}\colo_palets_show_vertical\colo_palets_show_horizontal{#1}{#2}}% {}} @@ -152,7 +152,7 @@ permanent\protected\tolerant\gdef\showpalet[#1]#*[#2]% %D Groups -permanent\protected\tolerant\gdef\showcolorgroup[#1]#*[#2]% +\permanent\protected\tolerant\gdef\showcolorgroup[#1]#*[#2]% {\doifcolor{#1:1} {\doifelseinset\v!vertical{#2}\colo_groups_show_vertical\colo_groups_show_horizontal{#1}{#2}}} |