scriblib/footnote: adjust environment to make output empty

Paragraph breaks within the footnote environment created whitespace
output, but the intent is to have no output.
This commit is contained in:
Matthew Flatt 2013-05-21 13:44:25 -06:00
parent 7645bacec1
commit bc0b50be96

View File

@ -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]{}