[latex3-commits] [git/LaTeX3-latex3-latex3] master: Tidy-ups (b8017a6ce)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Aug 4 00:37:55 CEST 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/b8017a6ce421204def1201902a9096bec3ad87e5
>---------------------------------------------------------------
commit b8017a6ce421204def1201902a9096bec3ad87e5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Aug 3 23:37:55 2020 +0100
Tidy-ups
>---------------------------------------------------------------
b8017a6ce421204def1201902a9096bec3ad87e5
l3backend/l3backend-color.dtx | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/l3backend/l3backend-color.dtx b/l3backend/l3backend-color.dtx
index 6b785b85c..fe448e5f2 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -108,10 +108,10 @@
%
% \begin{macro}
% {
-% \@@_backend_cmyk:n ,
-% \@@_backend_gray:n ,
-% \@@_backend_rgb:n ,
-% \@@_backend_spot:n ,
+% \@@_backend_select_cmyk:n ,
+% \@@_backend_select_gray:n ,
+% \@@_backend_select_rgb:n ,
+% \@@_backend_select_spot:n ,
% \@@_backend_select:n
% }
% \begin{macro}{\@@_backend_reset:}
@@ -119,13 +119,13 @@
% Push the data to the stack. In the case of \texttt{dvips} also saves the
% drawing color in raw PostScript.
% \begin{macrocode}
-\cs_new_protected:Npn \@@_backend_cmyk:n #1
+\cs_new_protected:Npn \@@_backend_select_cmyk:n #1
{ \@@_backend_select:n { cmyk ~ #1 } }
-\cs_new_protected:Npn \@@_backend_gray:n #1
+\cs_new_protected:Npn \@@_backend_select_gray:n #1
{ \@@_backend_select:n { gray ~ #1 } }
-\cs_new_protected:Npn \@@_backend_rgb:n #1
+\cs_new_protected:Npn \@@_backend_select_rgb:n #1
{ \@@_backend_select:n { rgb ~ #1 } }
-\cs_new_protected:Npn \@@_backend_spot:n #1
+\cs_new_protected:Npn \@@_backend_select_spot:n #1
{ \@@_backend_select:n {#1} }
\cs_new_protected:Npn \@@_backend_select:n #1
{
@@ -215,7 +215,7 @@
% }
% \begin{macro}{\@@_backend_select_spot:w}
% \begin{macro}{\@@_backend_select:n}
-% \begin{macro}{\@@_backend_select_reset:}
+% \begin{macro}{\@@_backend_reset:}
% Simply dump the data, but allowing for \LuaTeX{}.
% \begin{macrocode}
\cs_new_protected:Npn \@@_backend_select_cmyk:n #1
@@ -234,9 +234,9 @@
{ \tex_pdfextension:D colorstack }
{ \tex_pdfcolorstack:D }
\exp_not:N \l__kernel_color_stack_int push {#1}
- \group_insert_after:N \exp_not:N \@@_backend_select_reset:
+ \group_insert_after:N \exp_not:N \@@_backend_reset:
}
-\cs_new_protected:Npx \@@_backend_select_reset:
+\cs_new_protected:Npx \@@_backend_reset:
{
\cs_if_exist:NTF \tex_pdfextension:D
{ \tex_pdfextension:D colorstack }
More information about the latex3-commits
mailing list.