LNCS icon indicating copy to clipboard operation
LNCS copied to clipboard

Support of paragraph footnotes

Open koppor opened this issue 6 years ago • 0 comments

For space saving reasons:

Change

grafik

To

grafik

Solution:

\usepackage{bigfoot}
\DeclareNewFootnote[para]{default}

However, URLs are not wrapped correctly any more:

grafik

Instead of

grafik

See also https://tex.stackexchange.com/a/162868/9075

Same issue with \usepackage{fnpara} and \usepackage{footmisx}.

Other solution:

\usepackage[ruled, para]{manyfoot}

However, \footnote{} cannot be used anymore: Custom commands have to be used.

Double column footnotes look ugly

\usepackage{dblfnote}

grafik

See also https://ctan.org/topic/footnote.

koppor avatar Mar 13 '18 07:03 koppor