latextemplates / LNCS

Improved Lecture Notes in Computer Science (LNCS) template
https://latextemplates.github.io/LNCS/
BSD Zero Clause License
260 stars 63 forks source link

Support of paragraph footnotes #20

Open koppor opened 6 years ago

koppor commented 6 years ago

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.