<p>可以把 backmatter 前移到参考文献之前去:</p><pre class="brush:bash;toolbar:false">\cleardoublepage
\backmatter
\phantomsection
%\addcontentsline{toc}{chapter}{参考文献}
\bibliographystyle{bstutf8}
\bibliography{ref/refs}
\appendix
\cleardoublepage \phantomsection
\printindex
\end{document}</pre><p>另外,页眉的设置不够好:<br></p><pre class="brush:bash;toolbar:false">\newpagestyle{myplain}{
\sethead[]
[\raisebox{.65\baselineskip}{\songti \wuhao
\ifisanon{~}\else{\the\university\@optionpaperclass{}学位论文}\fi}]
[]
{}{\raisebox{.65\baselineskip}{\songti \wuhao 第 \thechapter 章\; \chaptertitle}}{}%
\setfoot{}{{\songti \wuhao - ~ \thepage ~ -}}{}%
\headrule%
%\footrule% %%% 取消注释设置页脚线 2011.05.21 yinjc
}</pre><p>页眉这样写死的,很容易出问题。<br></p><p>推荐用 fancyhdr 来设置或者这个地方的定义更加灵活一点。</p>