Às vezes, quero notas de rodapé de 2 colunas quando imprimo muitos links curtos como este (necessário para economizar espaço e fazer com que pareça menos estranho):
mas às vezes quero em algumas páginas apenas uma coluna, pois o resultado pode ser realmente perturbador:
Seria possível ? Não me importo de especificar manualmente qual página deve ter 2 colunas e qual página deve ter 1 coluna.
MWE
\documentclass[]{article}
\usepackage{dblfnote}
\DFNalwaysdouble % for this example
\usepackage{hyperref}
\begin{document}
Hey, on this page\footnote{\url{https://exampleA.org}} I want footnotes\footnote{\url{https://exampleBe.org}} to be in two columns\footnote{\url{https://exampleC.org}}. This helps when footnotes\footnote{\url{https://exampleD.org}} are really small\footnote{\url{https://exampleE.org}} like here\footnote{\url{https://exampleF.org}}.
\newpage
But on this page that contains mostly long footnotes, it feels weird to cut them in two columns\footnote{See I would be better looking on a single line than here, half cut in an ugly two column layout.}.
\end{document}