[latex3-commits] [git/LaTeX3-latex3-latex2e] OR-lab: avoid double fenote (e8a342ed)
Ulrike Fischer
fischer at troubleshooting-tex.de
Mon Feb 28 16:38:19 CET 2022
Repository : https://github.com/latex3/latex2e
On branch : OR-lab
Link : https://github.com/latex3/latex2e/commit/e8a342edf77e86f58e2679cd859b4e1fa7cc8b9d
>---------------------------------------------------------------
commit e8a342edf77e86f58e2679cd859b4e1fa7cc8b9d
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Mon Feb 28 16:38:19 2022 +0100
avoid double fenote
>---------------------------------------------------------------
e8a342edf77e86f58e2679cd859b4e1fa7cc8b9d
required/latex-lab/latex-lab-footnotes.dtx | 5 +++--
required/latex-lab/testfiles-OR/footmisc-005.lvt | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/required/latex-lab/latex-lab-footnotes.dtx b/required/latex-lab/latex-lab-footnotes.dtx
index b49d1879..ec7e4a6d 100644
--- a/required/latex-lab/latex-lab-footnotes.dtx
+++ b/required/latex-lab/latex-lab-footnotes.dtx
@@ -493,8 +493,9 @@
\cs_if_exist:NTF \tag_struct_begin:n
{
\tag_mc_end_push:
+ % target should perhaps be raised ...
\IfPackageLoadedTF{hyperref}{ \hypertarget{fn.\the\c at absfootnote}{} }{}
- \tag_struct_begin:n { tag=FENote,label=fn.\the\c at absfootnote }
+ %\tag_struct_begin:n { tag=FENote,label=fn.\the\c at absfootnote } %alternativ location for structure
\tag_struct_begin:n { tag=Lbl }
\tag_mc_begin:n { tag=Lbl }
#1
@@ -503,7 +504,7 @@
\tag_mc_begin:n{tag=FENote}
#2
\tag_mc_end:
- \tag_struct_end:
+ %\tag_struct_end: %alternative location for structure end but ends inside a P
\tag_mc_begin_pop:n{}
}
{ #1 #2 }
diff --git a/required/latex-lab/testfiles-OR/footmisc-005.lvt b/required/latex-lab/testfiles-OR/footmisc-005.lvt
index 2c95ba63..47d92969 100644
--- a/required/latex-lab/testfiles-OR/footmisc-005.lvt
+++ b/required/latex-lab/testfiles-OR/footmisc-005.lvt
@@ -1,5 +1,6 @@
-% \DocumentMetadata{testphase=phase-II} --- tagging broken
-\DocumentMetadata{testphase=new-or}
+\RequirePackage{pdfmanagement-testphase}
+\DocumentMetadata{testphase=phase-II} %--- tagging broken
+%\DocumentMetadata{testphase=new-or}
\documentclass{article}
More information about the latex3-commits
mailing list.