我使用来自http://dalamagkidis.info/miscellanea/usfdis/的usfdis.cls类格式化我的论文文档。但是由于新的规范,附录标题现在应该是单空格并与左边距对齐。
usfdis.cls中附录部分的代码如下:
\renewcommand{\appendix}{% Appendices have a cover page and different
% layout
\clearpage
\vspace*{0.6in}
\addcontentsline{toc}{chapter}{\protect\numberline{Appendices}}
\begin{center}{\chpsformat Appendices\par}
\end{center}
\newpage
\addtolength{\textheight}{-2\baselineskip+3pt} %<--- Weird 3.5pt
\setlength{\headsep}{2\baselineskip-3pt}% it's magic!
\ch@ngetext
\gdef\@chapapp{\appendixname }%
\gdef\thechapter{\@Alph\c@chapter}
\renewcommand{\chapter}
{\clearpage\thispagestyle{plain}\@afterindentfalse\secdef\@appendix\@schapter}
\setcounter{chapter}{0}%
\setcounter{section}{0}%
\makeatletter
\let\@oddhead\@empty
\def\@oddhead{\vbox{\chapalign\chpformat (continued) } }
\makeatother
}
一个选项是将附录作为部分而不是章节,然后它们将与左边对齐,但我还需要有章节标题,例如:附录A:附录A的名称附录B:名称附录B等