[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: make footnote and footnote text long (69038b8f)

Ulrike Fischer fischer at troubleshooting-tex.de
Sun Apr 9 23:34:17 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/69038b8f9a49e054f16ac3010b86c56d7f668887

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

commit 69038b8f9a49e054f16ac3010b86c56d7f668887
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sun Apr 9 23:34:17 2023 +0200

    make footnote and footnote text long


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

69038b8f9a49e054f16ac3010b86c56d7f668887
 required/latex-lab/latex-lab-footnotes.dtx                  |  4 ++--
 .../testfiles-OR/{footmisc-001.lvt => footnote-par.lvt}     | 13 +++++--------
 .../{footnote-hyperref-001.tlg => footnote-par.tlg}         |  0
 3 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/required/latex-lab/latex-lab-footnotes.dtx b/required/latex-lab/latex-lab-footnotes.dtx
index 29261a59..4c8c9b73 100644
--- a/required/latex-lab/latex-lab-footnotes.dtx
+++ b/required/latex-lab/latex-lab-footnotes.dtx
@@ -1324,7 +1324,7 @@
 %
 % \begin{macro}{\footnotetext}
 %    \begin{macrocode}
-\DeclareDocumentCommand\footnotetext {om}
+\DeclareDocumentCommand\footnotetext {o+m}
   {
     \fnote_set_fnmark:nn {#1} \@mpfn
     \@footnotetext {#2}
@@ -1335,7 +1335,7 @@
 %
 % \begin{macro}{\footnote}
 %    \begin{macrocode}
-\DeclareDocumentCommand\footnote {om}
+\DeclareDocumentCommand\footnote {o+m}
   {
     \fnote_step_fnmark:nn {#1} \@mpfn
     \cs_set_eq:NN \@@_footnotemark_finish: \prg_do_nothing:
diff --git a/required/latex-lab/testfiles-OR/footmisc-001.lvt b/required/latex-lab/testfiles-OR/footnote-par.lvt
similarity index 57%
copy from required/latex-lab/testfiles-OR/footmisc-001.lvt
copy to required/latex-lab/testfiles-OR/footnote-par.lvt
index c3b93533..79fa4617 100644
--- a/required/latex-lab/testfiles-OR/footmisc-001.lvt
+++ b/required/latex-lab/testfiles-OR/footnote-par.lvt
@@ -1,17 +1,14 @@
 \DocumentMetadata{testphase=new-or}
-
-\documentclass{article}
-
 \input{regression-test}
 
-\usepackage[perpage]{footmisc}
-
-\showoutput
+\documentclass{article}
 
 \begin{document}
 
 \START
-\hfill lorem
 
-\hfill ipsum
+test \footnote{aaaa \par bbbb} test \footnotemark\footnotetext{aaaa\par bbbb}
+
+\newpage
+\OMIT
 \end{document}
diff --git a/required/latex-lab/testfiles-OR/footnote-hyperref-001.tlg b/required/latex-lab/testfiles-OR/footnote-par.tlg
similarity index 100%
copy from required/latex-lab/testfiles-OR/footnote-hyperref-001.tlg
copy to required/latex-lab/testfiles-OR/footnote-par.tlg





More information about the latex3-commits mailing list.