如何访问编译文档时使用的纸张尺寸?换句话说,我正在寻找一个返回所用纸张宽度和高度的命令(这样,如果纸张尺寸发生变化,返回的参数也会发生变化)。
答案1
\documentclass{article}
\begin{document}
\the\paperheight
\the\paperwidth
\the\textheight
\the\textwidth
\paperheight=111pt
\the\paperheight
\end{document}
更改文档正文中的纸张高度不会改变文本高度