[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct macrocode mark-up (b00f9f99a)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Aug 12 10:57:26 CEST 2020


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

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

commit b00f9f99a86941543db46b81063825f4bf467b9a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Aug 12 09:57:26 2020 +0100

    Correct macrocode mark-up


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

b00f9f99a86941543db46b81063825f4bf467b9a
 l3experimental/l3color/l3color.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3experimental/l3color/l3color.dtx b/l3experimental/l3color/l3color.dtx
index d37929f96..d895d80f2 100644
--- a/l3experimental/l3color/l3color.dtx
+++ b/l3experimental/l3color/l3color.dtx
@@ -1350,7 +1350,7 @@
 % \end{macro}
 %
 % A small set of colors are always defined.
-% \begin{macrocode}
+%    \begin{macrocode}
 \color_set:nnn { black } { gray } { 0 }
 \color_set:nnn { white } { gray } { 1 }
 \color_set:nnn { cyan }    { cmyk } { 1 , 0 , 0 , 0 }
@@ -1359,7 +1359,7 @@
 \color_set:nnn { red }   { rgb } { 1 , 0 , 0 }
 \color_set:nnn { green } { rgb } { 0 , 1 , 0 }
 \color_set:nnn { blue }  { rgb } { 0 , 0 , 1 }
-% \end{macrocode}
+%    \end{macrocode}
 %
 % \begin{variable}{\l_@@_named_._prop, \l_@@_named_._tl}
 %   A special named color: this is always defined though not fixed in





More information about the latex3-commits mailing list.