如何获取 .aux 文件中的起始页码?我们可以选择使用“lastpage.sty”获取最后一页的页码,然后将其打印在 .log 文件中,我们需要以相同的方式通过 .aux 文件获取首页的页码吗?
我发现MWE文件如下:
\documentclass{book}
\usepackage{lastpage}
\begin{document}
sample
\clearpage
sample
\clearpage
sample
\end{document}
Aux 文件输出:
\relax
\newlabel{LastPage}{{}{3}}
\xdef\lastpage@lastpage{3}
\gdef\lastpage@lastpageHy{}