目录中的 pdf 附录没有页码

目录中的 pdf 附录没有页码

我正在写我的硕士论文,在目录中附录的页码方面遇到了麻烦。如何才能只删除附录的页码?我仅有的附录是包含的 pdf。这是我在这里的第一篇文章,所以如果我做错了什么或者没有给你足够的信息,请告诉我。谢谢!

\usepackage{pdfpages} 
\begin{document}
    \addcontentsline{toc}{section}{appendix}
    \setcounter{secnumdepth}{-1}
    \includepdf[pages={-last},addtotoc={1,subsection,1,name,sec:name}]{filepath.pdf}
\end{document}

相关内容