Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of paragraph footnotes #20

Open
koppor opened this issue Mar 13, 2018 · 0 comments
Open

Support of paragraph footnotes #20

koppor opened this issue Mar 13, 2018 · 0 comments

Comments

@koppor
Copy link
Member

koppor commented Mar 13, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant