我使用了 MDPI 乳胶模板。
https://www.overleaf.com/latex/templates/mdpi-article-template/fcpwsspfzsph
此模板使用了 paracol 包,将正文分成两栏,但两栏的宽度不一样,第一页这个位置是写版权的,但从下一页开始,这里就一直是空的,占用空间很不合理。
所以我想在第一栏写一个脚注。我应该怎么做?
此图像为原始布局。
我想把它改变成这样。
这是来自 MDPI 模板的一些定义(名称为 mdpi.cls)
%%%% Footnotes
\RequirePackage{scrextend}
\setlength{\skip\footins}{0.5cm} % Increase space between text and footnote
\setlength{\footnotesep}{5pt} % Increase space between line and footnote
%\deffootnote{1em}{0em}{\textsuperscript{\thefootnotemark}\quad} % Remove indent
\deffootnote[1em]{5em}{1em}{%
\textsuperscript{\tiny \thefootnotemark}%
}
\renewcommand{\pcol@footnoterule}{% Kerns avoid vertical space
\kern -3pt % This -3 is negative
\hrule width .3\textwidth height 0.4pt % of the sum of this 1
\kern 2pt} % and this 2
\footnotelayout{m} % At the end of the page, not at the end of the column
如何将脚注更改为第一列???