[latex3-commits] [git/LaTeX3-latex3-latex2e] cleanup-footnote-lab: patch under the right catcode regime (bb0baf92)
Ulrike Fischer
fischer at troubleshooting-tex.de
Fri Oct 21 14:59:06 CEST 2022
Repository : https://github.com/latex3/latex2e
On branch : cleanup-footnote-lab
Link : https://github.com/latex3/latex2e/commit/bb0baf92c19e81926a8022158cc7fd7b9ff38063
>---------------------------------------------------------------
commit bb0baf92c19e81926a8022158cc7fd7b9ff38063
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Fri Oct 21 14:59:06 2022 +0200
patch under the right catcode regime
>---------------------------------------------------------------
bb0baf92c19e81926a8022158cc7fd7b9ff38063
required/latex-lab/latex-lab-footnotes.dtx | 2 ++
1 file changed, 2 insertions(+)
diff --git a/required/latex-lab/latex-lab-footnotes.dtx b/required/latex-lab/latex-lab-footnotes.dtx
index df82a6eb..e239bdd9 100644
--- a/required/latex-lab/latex-lab-footnotes.dtx
+++ b/required/latex-lab/latex-lab-footnotes.dtx
@@ -1401,10 +1401,12 @@
% Then we patch \cs{@iiiminipage}
% \begin{macrocode}
\RequirePackage{etoolbox}
+\ExplSyntaxOff
\patchcmd\@iiiminipage
{\let\@footnotetext\@mpfootnotetext}
{\let\@footnotetext at cfgpoint\@mpfootnotetext at cfgpoint}
{}{\ERROR}
+\ExplSyntaxOn
% \end{macrocode}
%
% \subsubsection{\pkg{memoir}}
More information about the latex3-commits
mailing list.