[latex3-commits] [latex3/latex2e] latex-lab/tagging12: try again with tagging temp disabled (b8fbb9be)
github at latex-project.org
github at latex-project.org
Tue Mar 12 15:44:08 CET 2024
Repository : https://github.com/latex3/latex2e
On branch : latex-lab/tagging12
Link : https://github.com/latex3/latex2e/commit/b8fbb9beda8375392d428b25d653f02a90b4c611
>---------------------------------------------------------------
commit b8fbb9beda8375392d428b25d653f02a90b4c611
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Tue Mar 12 15:44:08 2024 +0100
try again with tagging temp disabled
>---------------------------------------------------------------
b8fbb9beda8375392d428b25d653f02a90b4c611
required/latex-lab/latex-lab-footnotes.dtx | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/required/latex-lab/latex-lab-footnotes.dtx b/required/latex-lab/latex-lab-footnotes.dtx
index 8fd267bc..f2244b3e 100644
--- a/required/latex-lab/latex-lab-footnotes.dtx
+++ b/required/latex-lab/latex-lab-footnotes.dtx
@@ -2464,6 +2464,7 @@
\ifFN at hangfoot
\long\def\footmisc at hang@makefntext#1{%
\bgroup
+ \SuspendTagging{footmisc}%
\setbox\@tempboxa\hbox{%
\ifdim\footnotemargin>\z@
\hb at xt@\footnotemargin{\@makefnmark\hss}%
@@ -2478,8 +2479,16 @@
\parshape \@ne \leftmargin \linewidth
\footnotesize
\@setpar{{\@@par}}%
+ \ResumeTagging{footmisc}%
\leavevmode
- \UseSocket{tagsupport/fntext/mark}{\llap{\box\@tempboxa}}%
+ \UseSocket{tagsupport/fntext/mark}%
+ {\llap{%
+ \ifdim\footnotemargin>\z@
+ \hb at xt@\footnotemargin{\@makefnmark\hss}%
+ \else
+ \@makefnmark
+ \fi
+ }}%
\parskip\hangfootparskip\relax
\parindent\hangfootparindent\relax
\footnotelayout#1%
More information about the latex3-commits
mailing list.