[latex3-commits] [git/LaTeX3-latex3-latex3] master: Use scn operator for separations (edcf149d3)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Jun 9 14:21:15 CEST 2020


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

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

commit edcf149d3ebfe5d8b48af4c1b90c5c14462f700f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Jun 9 13:21:15 2020 +0100

    Use scn operator for separations
    
    The  PDF manual suggests this is preferable to sc.


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

edcf149d3ebfe5d8b48af4c1b90c5c14462f700f
 l3backend/CHANGELOG.md        | 3 +++
 l3backend/l3backend-color.dtx | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/l3backend/CHANGELOG.md b/l3backend/CHANGELOG.md
index 4a6efebd0..b96d50841 100644
--- a/l3backend/CHANGELOG.md
+++ b/l3backend/CHANGELOG.md
@@ -6,6 +6,9 @@ this project uses date-based 'snapshot' version identifiers.
 
 ## [Unreleased]
 
+### Changed
+- Use `scn` operator for separations
+
 ## [2020-06-03]
 
 ### Fixed
diff --git a/l3backend/l3backend-color.dtx b/l3backend/l3backend-color.dtx
index 2b3e4d370..eca2b68ae 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -267,7 +267,7 @@
 \cs_new_protected:Npn \@@_backend_rgb:nnn #1#2#3
   { \@@_backend_select:n { #1 ~ #2 ~ #3 ~ rg ~ #1 ~ #2 ~ #3 ~ RG } }
 \cs_new_protected:Npn \@@_backend_spot:w #1 ~ #2 \s_@@_stop
-  { \@@_backend_select:n { /#1 ~ cs ~ /#1 ~ CS ~ #2 ~ sc ~ #2 ~ SC } }
+  { \@@_backend_select:n { /#1 ~ cs ~ /#1 ~ CS ~ #2 ~ scn ~ #2 ~ SCN } }
 \cs_new_protected:Npx \@@_backend_select:n #1
   {
     \cs_if_exist:NTF \tex_pdfextension:D





More information about the latex3-commits mailing list.