[latex3-commits] [git/LaTeX3-latex3-latex3] master: correct array writing in dvips mode, index missing (8af53d822)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Jun 1 21:11:26 CEST 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/8af53d8225e77e0b8cdb856ff9504ee26bc1ca9b
>---------------------------------------------------------------
commit 8af53d8225e77e0b8cdb856ff9504ee26bc1ca9b
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
>---------------------------------------------------------------
8af53d8225e77e0b8cdb856ff9504ee26bc1ca9b
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.