[latex3-commits] [latex3/pdfresources] develop: fix structure destinations for boxed destinations (693f49d)
github at latex-project.org
github at latex-project.org
Mon Apr 1 00:49:01 CEST 2024
Repository : https://github.com/latex3/pdfresources
On branch : develop
Link : https://github.com/latex3/pdfresources/commit/693f49d70330847f769526295371de5bc1bff878
>---------------------------------------------------------------
commit 693f49d70330847f769526295371de5bc1bff878
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Mon Apr 1 00:49:01 2024 +0200
fix structure destinations for boxed destinations
>---------------------------------------------------------------
693f49d70330847f769526295371de5bc1bff878
CHANGELOG.md | 5 +++++
l3backend-testphase.dtx | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76a7ffa..4d86978 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,11 @@ first release 0.95a, 2021-02-23 will be documented in this file.
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
+ - structure destinations for boxed destinations
+
## [2024-03-26]
Version: 2024-03-26, 0.96g
diff --git a/l3backend-testphase.dtx b/l3backend-testphase.dtx
index d7c0d8d..c4c7be6 100644
--- a/l3backend-testphase.dtx
+++ b/l3backend-testphase.dtx
@@ -1982,7 +1982,7 @@
\scan_stop:
}
}
- \cs_set_protected:Npn \@@_backend_destination:nnnn #1#2#3#4
+ \cs_set_protected:Npn \@@_backend_structure_destination:nnnn #1#2#3#4
{
\tex_pdfdest:D
name {#1}
@@ -2054,7 +2054,7 @@
\scan_stop:
}
}
- \cs_set_protected:Npn \@@_backend_destination:nnnn #1#2#3#4
+ \cs_set_protected:Npn \@@_backend_structure_destination:nnnn #1#2#3#4
{
\tex_pdfextension:D dest
name {#1}
More information about the latex3-commits
mailing list.