问题:底部边距太大,即我希望文本进一步向页脚靠拢,即更接近下面示例中的页脚规则,但仍保持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}
提前致谢 :)!