我无法减少页脚空间。我在页脚中出现的页码下方打印了一份内容列表。我该如何解决这个问题?我尝试设置页脚长度,但没有成功。
答案1
设置文本块与脚注的距离的参数以一种特殊的方式调用:\skip\footins
(LaTeX 内核不像其他内核那样提供符号名称)。
以下是一个例子:
\documentclass{article}
\usepackage[paperwidth=6cm,paperheight=4cm]{geometry}
%\setlength{\skip\footins}{1cm}
\begin{document}
Some text\footnote{A footnote} to go all the way to the end of this short page and show the
distance from the footnotes. Blah blah blah blah blah blah blah blah blah blah blah blah
\end{document}
带有注释设置的两个页面:
取消注释设置的两个页面: