Skip to content

Commit

Permalink
merge develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrike Fischer committed Feb 16, 2024
2 parents 60c2ce7 + a293e79 commit 9161fde
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ this project uses date-based 'snapshot' version identifiers.
* interwordspace (new name: activate/spaces)
* show-spaces (new: debug/show=spaces)
*
### Fixed
- missing slashes in dvilualatex backend, issue #96

## [2024-02-04]
Version 0.98v
Expand Down
Binary file removed doc/ex-AF-file.pdf
Binary file not shown.
Binary file removed doc/ex-alt-actualtext.pdf
Binary file not shown.
Binary file removed doc/ex-attribute.pdf
Binary file not shown.
Binary file removed doc/ex-formula-problem.pdf
Binary file not shown.
Binary file removed doc/ex-list.pdf
Binary file not shown.
Binary file removed doc/ex-mc-manual-para-split-obsolete.pdf
Binary file not shown.
Binary file removed doc/ex-softhyphen.pdf
Binary file not shown.
Binary file removed doc/ex-spaceglyph-listings.pdf
Binary file not shown.
Binary file removed doc/ex-structure-obsolete.pdf
Binary file not shown.
Binary file removed doc/ex-tagpdf-template.pdf
Binary file not shown.
Binary file removed doc/tagpdf-code.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions tagpdf-backend.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ if tex.outputmode == 0 then
else -- assume a dvips variant
function @@_backend_create_bmc_node (tag)
local bmcnode = nodenew("whatsit","special")
bmcnode.data = "ps:SDict begin mark/"..tag.." BMC pdfmark end"
bmcnode.data = "ps:SDict begin mark/"..tag.." /BMC pdfmark end"
return bmcnode
end
end
Expand Down Expand Up @@ -672,7 +672,7 @@ if tex.outputmode == 0 then
else -- assume a dvips variant
function @@_backend_create_bdc_node (tag,dict)
local bdcnode = nodenew("whatsit","special")
bdcnode.data = "ps:SDict begin mark/"..tag.."<<"..dict..">> BDC pdfmark end"
bdcnode.data = "ps:SDict begin mark/"..tag.."<<"..dict..">> /BDC pdfmark end"
return bdcnode
end
end
Expand Down

0 comments on commit 9161fde

Please sign in to comment.