答案1
这是 typearea 的改变。如果检测到明显不同的纸张尺寸,它将不再使用适用于 A4 纸张的设置。然后它将(如文档长期以来所声称的那样)根据字体大小计算尺寸。
如果您想要恢复旧布局,可以这样做:
使用以下方法编译一次
\documentclass[landscape,version=3.24]{scrartcl}
这将产生旧的行为。在日志文件中检查 DIV 值:
Package typearea Info: These are the values describing the layout:
(typearea) DIV = 10
使用此值作为选项:
\documentclass[landscape,DIV=10]{scrartcl}
\usepackage{layout}
\begin{document}
\layout
\end{document}