[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct Separations setup (cc54aaf26)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Jan 19 18:30:41 CET 2021


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

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

commit cc54aaf2621bff92ce438220791ddaca9d705aeb
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Jan 19 17:30:41 2021 +0000

    Correct Separations setup


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

cc54aaf2621bff92ce438220791ddaca9d705aeb
 l3backend/l3backend-color.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3backend/l3backend-color.dtx b/l3backend/l3backend-color.dtx
index ae291b045..ce53661ea 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -774,7 +774,7 @@
 %   we share the same code as for \pdfTeX{}.
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_backend_select_separation:nn #1#2
-  { \@@_backend_select:nn { /#1 ~ cs ~ /#1 ~ CS } { #2 ~ scn ~ #2 ~ SCN } }
+  { \@@_backend_select:nn { /#1 ~ cs ~ #2 ~ scn  } { /#1 ~ CS ~ #2 ~ SCN } }
 \cs_new_eq:NN \@@_backend_select_devicen:nn \@@_backend_select_separation:nn
 %    \end{macrocode}
 % \end{macro}





More information about the latex3-commits mailing list.