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. original commit: bc0b50be961044c8c845221c61a5d67f8cbd9665
This commit is contained in:
parent
ca96ca2c2e
commit
262055da0e
|
@ -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]{}
|
||||
|
|
Loading…
Reference in New Issue
Block a user