答案1
如果你不需要使用此模板,请不要使用它。请参阅https://en.wikibooks.org/wiki/LaTeX/Scientific_Reports
请勿对类文件进行任何更改。如果进行更改,则必须重命名它。
将以下三行添加到序言中即可获得所需内容。无需更改类文件。该类旨在供最终用户自定义。该选项chapterinoneline
不是默认选项,需要注释掉。
\renewcommand{\chapteralign}{\centering}
\renewcommand{\chapterfont}{\Huge\bfseries\MakeUppercase}
\renewcommand{\thechapter}{\Roman{chapter}}
并在文档主体中使用
\chapter{{Wombat}}
(请注意额外的裂缝)。
或者,稍后可以使用
\renewcommand{\thechapter}{\arabic{chapter}}
\renewcommand{\mdtChapapp}{}{}
\renewcommand{\chapteralign}{\raggedleft}
\renewcommand{\chapterfont}{\color{black}\huge}
\renewcommand{\chapterinbetweenskip}{}{\vspace*{0pt}}
\renewcommand{\chapterprefixfont}{\fontsize{56pt}{0pt}\selectfont\color{mdtRed}}
\chapter{Alpaca}
得到以下结果:
免责声明:仅限下一次更新。