我有一个文档,其中必须使用footmisc
选项perpage
来管理脚注,并且还需要重置我尝试chappg
打包的章节的页面枚举。但这两个的组合使得章节从第零页开始。这是我的 MWE
\documentclass{book}
\usepackage{chappg}
\usepackage[perpage,symbol]{footmisc}
\textheight=8cm
\begin{document}
\chapter{Test}
Text\footnote{abc}
\end{document}
还有一张不想要的页码图片
我已经使用 TeXLive 2022 编译了 MWE
有办法避免这个问题吗?