我在LaTeX中有一個報告,我用下面的命令創建了我的附錄,但是,我的講師聲明任何分隔頁都應該是無編號的。LaTeX中的分隔頁沒有頁碼
\documentclass{report}
\usepackage{appendix}
\begin{document}
\include{chap1}
\include{appendix}
\end{document}
然後在appendix.tex
\appendix
\pagestyle{empty}
\appendixpage
\noappendicestocpagenum
\addappheadtotoc
這就造成了Appendices
分隔頁,但還是把一個頁碼上的頁腳。正如預期的那樣,目錄中沒有頁碼。
如何從頁腳中刪除它?
此處給出了更多兩種更優雅的解決方案:http://tex.stackexchange.com/questions/37357/no-page-number-on-appendixpage – Matthias 2011-12-06 22:37:30