我怎样才能在章节标题(scrbook)中排版“章节”一词?

我怎样才能在章节标题(scrbook)中排版“章节”一词?

我正在使用scrbook类,并且希望在章节标题中显示“章节”一词,而不仅仅是数字。我该怎么做?我试过了

\renewcommand{\chaptername}{Chapter}

但那不起作用。

答案1

平均能量损失

\documentclass[chapterprefix=on]{scrbook}
\usepackage{blindtext}

\begin{document}

\blinddocument

\end{document}

在此处输入图片描述

相关内容