[latex3-commits] [git/LaTeX3-latex3-latex3] master: Drop [int]/[aux] from l3color (4597e13)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Feb 20 19:25:10 CET 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/4597e13cda2665bb772dfa06e24ad4e6ea35ea59
>---------------------------------------------------------------
commit 4597e13cda2665bb772dfa06e24ad4e6ea35ea59
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Feb 19 22:29:28 2018 +0000
Drop [int]/[aux] from l3color
Stuff in l3trial didn't get fully 'stripped'.
>---------------------------------------------------------------
4597e13cda2665bb772dfa06e24ad4e6ea35ea59
l3experimental/l3color/l3color.dtx | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/l3experimental/l3color/l3color.dtx b/l3experimental/l3color/l3color.dtx
index 568447c..1ab3c01 100644
--- a/l3experimental/l3color/l3color.dtx
+++ b/l3experimental/l3color/l3color.dtx
@@ -281,8 +281,8 @@
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}[int]{\@@_extract:nNN, \@@_extract:VNN}
-% \begin{macro}[aux]{\@@_extract:NNw}
+% \begin{macro}{\@@_extract:nNN, \@@_extract:VNN}
+% \begin{macro}{\@@_extract:NNw}
% Split the model and color from a named color, and store the two. No test
% for the existence of the color: that is assumed to be the case (this
% is internal only). Somewhat \enquote{old-fashioned} but should be quite
@@ -308,8 +308,8 @@
%
% \subsection{Model conversion}
%
-% \begin{macro}[int]{\@@_convert:nnN, \@@_convert:VVN}
-% \begin{macro}[aux]{\@@_convert:nnnN}
+% \begin{macro}{\@@_convert:nnN, \@@_convert:VVN}
+% \begin{macro}{\@@_convert:nnnN}
% \begin{macro}[aux, EXP]
% {
% \@@_convert_gray_rgb:w
@@ -393,14 +393,14 @@
% \end{macrocode}
% \end{variable}
%
-% \begin{macro}[int]{\@@_parse:nN}
-% \begin{macro}[aux]{\@@_parse_aux:nN}
-% \begin{macro}[aux]{\@@_parse:Nw}
-% \begin{macro}[aux]{\@@_parse_loop_init:Nnn}
-% \begin{macro}[aux]{\@@_parse_loop:w}
-% \begin{macro}[aux]{\@@_parse_loop:nn}
-% \begin{macro}[aux]{\@@_parse_break:w}
-% \begin{macro}[aux]{\@@_parse_end:}
+% \begin{macro}{\@@_parse:nN}
+% \begin{macro}{\@@_parse_aux:nN}
+% \begin{macro}{\@@_parse:Nw}
+% \begin{macro}{\@@_parse_loop_init:Nnn}
+% \begin{macro}{\@@_parse_loop:w}
+% \begin{macro}{\@@_parse_loop:nn}
+% \begin{macro}{\@@_parse_break:w}
+% \begin{macro}{\@@_parse_end:}
% \begin{macro}[aux, EXP]{\@@_parse_mix:Nnnn, \@@_parse_mix:NVVn}
% \begin{macro}[aux, EXP]{\@@_parse_mix:nNnn}
% \begin{macro}[aux, EXP]
@@ -621,9 +621,9 @@
% \end{macrocode}
% \end{variable}
%
-% \begin{macro}[int]{\@@_select:}
-% \begin{macro}[int]{\@@_finalise:N}
-% \begin{macro}[aux]{\@@_finalise:w}
+% \begin{macro}{\@@_select:}
+% \begin{macro}{\@@_finalise:N}
+% \begin{macro}{\@@_finalise:w}
% A driver-neutral location for \enquote{last minute} manipulations before
% handing off to the driver code. We set the special |.| syntax here: this
% will therefore always be available. The finalisation is separate from the
@@ -779,8 +779,8 @@
% \subsection{Diagnostics}
%
% \begin{macro}{\color_show:n}
-% \begin{macro}[aux]{\@@_show:w}
-% \begin{macro}[aux]{\@@_show_gray:w, \@@_show_rgb:w, \@@_show_cmyk:w}
+% \begin{macro}{\@@_show:w}
+% \begin{macro}{\@@_show_gray:w, \@@_show_rgb:w, \@@_show_cmyk:w}
% Extract the information about a color and format for the user: the approach
% is similar to the keys module here.
% \begin{macrocode}
More information about the latex3-commits
mailing list