我在Latex中写了一本amsbook文档.\ chapter {On Banach Spaces}命令生成如下内容:
第1章
关于Banach空间
我想说
章节
关于Banach空间
代替.(没有尾随章节编号.)
我为什么要这个?我喜欢amsbook的布局,在第一章中,我希望主要文本说"引言"然后在下一行中引入标题.在介绍之后我想要正常的章节编号.
这在某种程度上适用于我使用
\renewcommand{\chaptername}{Introduction}
Run Code Online (Sandbox Code Playgroud)
在介绍章之前,那么
\setcounter{chapter}{0}
\renewcommand\chaptername{Chapter}
Run Code Online (Sandbox Code Playgroud)
就在第二章之前.
不幸的是,这给了我一个"介绍1",但我想要"简介".所以基本上,我喜欢压缩章节号.
(编辑.)
latex ×1