作者:
hau (小豪)
2018-07-22 22:29:26我把下面這段抄上去
\apptocmd{\appendix}{
\ifzh{
\titleformat{\chapter}{\centering\chapterTitleStyle}{\appendixname\thechapter}{1em}{}
% 改章首
}{}
\titlecontents{chapter} % 改目錄
[\[email protected]]
{\tocStyleChapterAboveApp}
{\tocStyleChapterFont\makebox[\[email protected]][l]{\[email protected]@app}}
{\tocStyleChapterFont}
{\tocStyleChapterFiller}
\@mainmattertrue % \appendix 置於 \backmatter 之後
}{}{}
結果
目錄那最後出現「@[email protected]@[email protected]」,這裡還與「附錄」重疊顯示.
「第一章」變成「Chapter 1」
Appendix A 上面有一頁空白頁,上面印了「mainmattertrue」
請問怎麼改