Skip to content

Commit

Permalink
Merge branch 'develop' into renamekeys
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Feb 18, 2024
2 parents 4e28b2d + 1e75d36 commit cc1b79b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ this project uses date-based 'snapshot' version identifiers.
*
### Fixed
- missing slashes in dvilualatex backend, issue #96
- lua error with large object numbers, issue #97

### Changed
- speed gain by using linked properties
Expand Down
2 changes: 1 addition & 1 deletion tagpdf-backend.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ end
% \begin{macrocode}
local function @@_pdf_object_ref (name)
local tokenname = 'c__pdf_backend_object_'..name..'_int'
local object = token.create(tokenname).index..' 0 R'
local object = token.create(tokenname).mode ..' 0 R'
return object
end
ltx.@@.func.pdf_object_ref=@@_pdf_object_ref
Expand Down

0 comments on commit cc1b79b

Please sign in to comment.