[latex3-commits] [git/LaTeX3-latex3-latex2e] OR-lab: use raw par in paracode (1baba974)
Ulrike Fischer
fischer at troubleshooting-tex.de
Mon Feb 28 18:24:03 CET 2022
Repository : https://github.com/latex3/latex2e
On branch : OR-lab
Link : https://github.com/latex3/latex2e/commit/1baba974159f0659d95da1e0c4fd7dc6786a5eb0
>---------------------------------------------------------------
commit 1baba974159f0659d95da1e0c4fd7dc6786a5eb0
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Mon Feb 28 18:24:03 2022 +0100
use raw par in paracode
>---------------------------------------------------------------
1baba974159f0659d95da1e0c4fd7dc6786a5eb0
required/latex-lab/latex-lab-footnotes.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/required/latex-lab/latex-lab-footnotes.dtx b/required/latex-lab/latex-lab-footnotes.dtx
index ec7e4a6d..0dc11128 100644
--- a/required/latex-lab/latex-lab-footnotes.dtx
+++ b/required/latex-lab/latex-lab-footnotes.dtx
@@ -578,7 +578,7 @@
\newif\ifFN at para \FN at parafalse
\DeclareOption{para}{%
% \end{macrocode}
-% Options are executed in the orderof declaration, thus no point in
+% Options are executed in the order of declaration, thus no point in
% checking for side option as footmisc did in the past
% \begin{macrocode}
% \PackageError{footmisc}{Option "\CurrentOption" incompatible with
@@ -850,13 +850,13 @@
\@parboxrestore
\baselineskip=\footnotebaselineskip
\unvbox\footins \FN at removehboxes
- \par
+ \RawParEnd
}
\def\FN at removehboxes{\setbox\FN at tempboxa\lastbox
\ifhbox\FN at tempboxa{\FN at removehboxes}%
\unhbox\FN at tempboxa
\else
- \noindent
+ \RawNoindent
\rule\z@\footnotesep
\fi
}
More information about the latex3-commits
mailing list.