[latex3-commits] [latex3/tagpdf] faster-ref: default value of property should be at least 1 (c4250d4)
github at latex-project.org
github at latex-project.org
Wed Sep 11 19:32:27 CEST 2024
Repository : https://github.com/latex3/tagpdf
On branch : faster-ref
Link : https://github.com/latex3/tagpdf/commit/c4250d44e4ea853f9e5dcd5c0985c1618d18e25c
>---------------------------------------------------------------
commit c4250d44e4ea853f9e5dcd5c0985c1618d18e25c
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Wed Sep 11 19:32:27 2024 +0200
default value of property should be at least 1
>---------------------------------------------------------------
c4250d44e4ea853f9e5dcd5c0985c1618d18e25c
tagpdf.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tagpdf.dtx b/tagpdf.dtx
index ac3f555..4538b0a 100644
--- a/tagpdf.dtx
+++ b/tagpdf.dtx
@@ -441,7 +441,7 @@
% \begin{macrocode}
\@@_property_new:nnnn
{ tagstruct } { now }
- {0} { \int_use:N \c at g_@@_struct_abs_int }
+ {1} { \int_use:N \c at g_@@_struct_abs_int }
\@@_property_new:nnnn { tagstructobj } { now } {}
{
\pdf_object_ref_indexed:nn { @@/struct } { \c at g_@@_struct_abs_int }
More information about the latex3-commits
mailing list.