
我正在寫博士論文,我注意到手稿的最後一頁,就在參考書目之前,缺少頁碼。所有其他頁面的編號都正確,只有這一頁不正確。我該如何修正這個錯誤?
\documentclass{umthesis}
\frontmatter
\maketitle
\copyrightpage
\signaturepage
\chapter{Acknowledgments}
...
\begin{abstract}
...
\end{abstract}
\tableofcontents % Table of contents
\listoftables % List of Tables
\listoffigures
\mainmatter
\chapter{Chapter 1}
...
\chapter{Chapter 2}
...
\chapter{Chapter 3}
...
\backmatter %% <--- mandatory
\interlinepenalty=10000 % prevent split bibliography entries
\bibliographystyle{chicago}
\thispagestyle{empty}
\bibliography{umthsmpl}
\end{document}
答案1
此範例不完整,\begin{document}
缺失,...
有\thispagestyle{empty}
。如果執行參考書目之前的頁面,就會解釋空白頁碼。在參考書目之前添加\clearpage
或應該會有所幫助。\cleardoublepage
\thispagestyle{empty}
這是一個猜測,因為載入的\backmatter
類別已經開始一個新頁面。由此看來,參考書目並沒有開始後面的內容部分。book
umthesis