當我列印許多像這樣的短連結時,有時我需要 2 列腳註(需要節省空間並使其看起來不那麼尷尬):
但有時我希望在某些頁面中只包含一列,因為結果可能確實令人不安:
可能嗎 ?我不介意手動指定哪個頁面應該是 2 列,哪個頁面應該是 1 列。
微量元素
\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}