[latex3-commits] [latex3/tagpdf] develop: correct obsolete backend command (6c64210)
github at latex-project.org
github at latex-project.org
Tue Mar 26 11:17:17 CET 2024
Repository : https://github.com/latex3/tagpdf
On branch : develop
Link : https://github.com/latex3/tagpdf/commit/6c64210bccef54848c32edcd28506e6fe2df4df3
>---------------------------------------------------------------
commit 6c64210bccef54848c32edcd28506e6fe2df4df3
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Tue Mar 26 11:17:17 2024 +0100
correct obsolete backend command
>---------------------------------------------------------------
6c64210bccef54848c32edcd28506e6fe2df4df3
CHANGELOG.md | 5 +++++
tagpdf-backend.dtx | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b43c45..f37aa0b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,11 @@ All notable changes to the `tagpdf` package since the
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
this project uses date-based 'snapshot' version identifiers.
+## [Unreleased]
+
+### Fixed
+ - correct obsolete backend object command
+
## [2024-03-25]
### Added
diff --git a/tagpdf-backend.dtx b/tagpdf-backend.dtx
index 4b90007..e164fb3 100644
--- a/tagpdf-backend.dtx
+++ b/tagpdf-backend.dtx
@@ -704,7 +704,7 @@ end
% TODO: is uses internal l3pdf commands, this should be properly supported by l3pdf
% \begin{macrocode}
local function @@_pdf_object_ref (name)
- local tokenname = 'c__pdf_backend_object_'..name..'_int'
+ local tokenname = 'c__pdf_object_'..name..'_int'
local object = token.create(tokenname).mode ..' 0 R'
return object
end
More information about the latex3-commits
mailing list.