[latex3-commits] [git/LaTeX3-latex3-latex3] arraydvips: correct array writing in dvips mode, index missing (7703464d9)
Ulrike Fischer
fischer at troubleshooting-tex.de
Sat May 30 19:51:54 CEST 2020
Repository : https://github.com/latex3/latex3
On branch : arraydvips
Link : https://github.com/latex3/latex3/commit/7703464d96a9be01aa24f13f6deefb4ce5a69b1e
>---------------------------------------------------------------
commit 7703464d96a9be01aa24f13f6deefb4ce5a69b1e
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sat May 30 19:51:54 2020 +0200
correct array writing in dvips mode, index missing
>---------------------------------------------------------------
7703464d96a9be01aa24f13f6deefb4ce5a69b1e
l3backend/l3backend-pdf.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3backend/l3backend-pdf.dtx b/l3backend/l3backend-pdf.dtx
index d2b28e84f..88a7476d8 100644
--- a/l3backend/l3backend-pdf.dtx
+++ b/l3backend/l3backend-pdf.dtx
@@ -167,7 +167,7 @@
\cs_new_protected:Npn \@@_backend_object_write_array:nn #1#2
{
\@@_backend_pdfmark:x
- { #1 [ ~ \exp_not:n {#2} ~ ] ~ /PUTINTERVAL }
+ { #1 ~0~ [ ~ \exp_not:n {#2} ~ ] ~ /PUTINTERVAL }
}
\cs_new_protected:Npn \@@_backend_object_write_dict:nn #1#2
{
More information about the latex3-commits
mailing list.