我在 overleaf 中偶然发现了这个警告。我正在导入包,fancyhdr
但我没有使用\footskip
运算符。所以我不确定为什么会出现这个警告。
Package Fancyhdr Warning: \footskip is too small (0.0pt): Make it at least 4.08003pt. We now make it that large for the rest of the document. This may cause the page layout to be inconsistent, however.
答案1
添加
\setlength{\footskip}{5pt}
在你的序言中,即之前
\begin{document}
正如@koleygr 在评论中正确指出的那样