[latex3-commits] [git/LaTeX3-latex3-latex3] master: A few code typos (05ec2d97e)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Aug 27 00:18:27 CEST 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/05ec2d97e80bebc3eabf83062427d3e16663c036
>---------------------------------------------------------------
commit 05ec2d97e80bebc3eabf83062427d3e16663c036
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Aug 26 23:18:27 2020 +0100
A few code typos
>---------------------------------------------------------------
05ec2d97e80bebc3eabf83062427d3e16663c036
l3backend/l3backend-color.dtx | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/l3backend/l3backend-color.dtx b/l3backend/l3backend-color.dtx
index 309546f65..3dd3b3d66 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -304,9 +304,9 @@
{ \AtBeginDvi }
{ \use:n }
{
- \exp_not:N \exp_args:Nxx
+ \exp_not:N \exp_args:Nx
\exp_not:N \@@_backend_separation_init:nnn
- { \str_convert_pdfname:n {#1} } {#2} {#5}
+ { \exp_not:N \str_convert_pdfname:n {#1} } {#2} {#5}
}
}
}
@@ -321,11 +321,9 @@
end
}
}
-\cs_new:Npx \@@_backend_separation_init:n #1
+\cs_new:Npn \@@_backend_separation_init:n #1
{
- \exp_not:N \@@_backend_separation_init:w
- #1 \tl_to_str:n { /Device } #1 \tl_to_str:n { /Device }
- \exp_not:N \s_@@_stop
+ \@@_backend_separation_init:w #1 /Device #1 /Device \s_@@_stop
}
\cs_new:Npn \@@_backend_separation_init:w #1 /Device #2 /Device #3 \s_@@_stop
{ \str_lowercase:n {#2} }
More information about the latex3-commits
mailing list.