使用 div=calc 时缩小底部边距

使用 div=calc 时缩小底部边距

问题:底部边距太大,即我希望文本进一步向页脚靠拢,即更接近下面示例中的页脚规则,但仍保持div=calc其余部分与现在一样合适。显示问题的最小工作示例:

\documentclass[DIV=calc, paper=a4, fontsize=11pt, twocolumn]{scrartcl}
\usepackage{lipsum}


\usepackage{fancyhdr}
\pagestyle{fancy}
\usepackage{lastpage} 

\lhead{}
\chead{}
\rhead{}
\lfoot{}
\cfoot{}
\rfoot{\footnotesize Page \thepage\ of \pageref{LastPage}}

\renewcommand{\headrulewidth}{0.0pt}
\renewcommand{\footrulewidth}{0.4pt} 

\begin{document}

\lipsum[1-8]


\end{document}

提前致谢 :)!

编辑:添加了显示问题的屏幕截图。我想缩小用箭头指示的垂直空间。 在此处输入图片描述

答案1

一个解决方案是添加footheight=0mm以下选项\documentclass{scrartcl}

脚线

相关内容