[latex3-commits] [git/LaTeX3-latex3-latex2e] OR-lab: correct footnotes (a63cd451)

Ulrike Fischer fischer at troubleshooting-tex.de
Mon Feb 28 15:31:14 CET 2022


Repository : https://github.com/latex3/latex2e
On branch  : OR-lab
Link       : https://github.com/latex3/latex2e/commit/a63cd45158a4f8e4c518a6cc842798bf5a87a60f

>---------------------------------------------------------------

commit a63cd45158a4f8e4c518a6cc842798bf5a87a60f
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Mon Feb 28 15:31:14 2022 +0100

    correct footnotes


>---------------------------------------------------------------

a63cd45158a4f8e4c518a6cc842798bf5a87a60f
 required/latex-lab/latex-lab-footnotes.dtx | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/required/latex-lab/latex-lab-footnotes.dtx b/required/latex-lab/latex-lab-footnotes.dtx
index 641edd63..b49d1879 100644
--- a/required/latex-lab/latex-lab-footnotes.dtx
+++ b/required/latex-lab/latex-lab-footnotes.dtx
@@ -339,7 +339,7 @@
 %
 %
 %
-% \subsection{Firstaid vor packages and classes}
+% \subsection{Firstaid for packages and classes}
 %
 % \subsection{\pkg{setspace}}
 %
@@ -465,8 +465,8 @@
 {
   \cs_if_exist:NT \tag_struct_begin:n
     {
-      \bool_gset_eq:NN   \g__tag_saved_in_mc_bool \g__tag_in_mc_bool
-      \bool_gset_false:N \g__tag_in_mc_bool
+      \tag_mc_end_push:
+      \tag_struct_begin:n { tag=FENote,label=fn.\the\c at absfootnote }
     }
 }
 
@@ -474,7 +474,8 @@
 {
   \cs_if_exist:NT \tag_struct_begin:n
     {
-      \bool_gset_eq:NN \g__tag_in_mc_bool\g__tag_saved_in_mc_bool
+      \tag_struct_end:
+      \tag_mc_begin_pop:n{}
     }
 }
 





More information about the latex3-commits mailing list.