Skip to content

Commit

Permalink
correct obsolete backend command
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Mar 26, 2024
1 parent 1204007 commit 6c64210
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tagpdf-backend.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c64210

Please sign in to comment.