We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For space saving reasons:
Change
To
Solution:
\usepackage{bigfoot} \DeclareNewFootnote[para]{default}
However, URLs are not wrapped correctly any more:
Instead of
See also https://tex.stackexchange.com/a/162868/9075
Same issue with \usepackage{fnpara} and \usepackage{footmisx}.
\usepackage{fnpara}
\usepackage{footmisx}
Other solution:
\usepackage[ruled, para]{manyfoot}
However, \footnote{} cannot be used anymore: Custom commands have to be used.
\footnote{}
Double column footnotes look ugly
\usepackage{dblfnote}
See also https://ctan.org/topic/footnote.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For space saving reasons:
Change
To
Solution:
However, URLs are not wrapped correctly any more:
Instead of
See also https://tex.stackexchange.com/a/162868/9075
Same issue with
\usepackage{fnpara}
and\usepackage{footmisx}
.Other solution:
However,
\footnote{}
cannot be used anymore: Custom commands have to be used.Double column footnotes look ugly
See also https://ctan.org/topic/footnote.
The text was updated successfully, but these errors were encountered: