diff --git a/collects/scriblib/footnote.tex b/collects/scriblib/footnote.tex index 5501c470..ad0676b9 100644 --- a/collects/scriblib/footnote.tex +++ b/collects/scriblib/footnote.tex @@ -7,5 +7,6 @@ \newcommand{\FootnoteTarget}[1]{} \newcommand{\FootnoteContent}[1]{#1} -\newenvironment{FootnoteBlock}{}{} +% Redefine \noindent to avoid generating any output at all: +\newenvironment{FootnoteBlock}{\renewcommand{\noindent}{}}{} \newcommand{\FootnoteBlockContent}[1]{}