开发者

latex change heading text

开发者 https://www.devze.com 2023-01-10 10:19 出处:网络
I want to change the text for certain headings in sections of my latex document. Specifically, I\'m using the book document class, and I want to change the \'Chapter #\' heading to some custom text..

I want to change the text for certain headings in sections of my latex document.

Specifically, I'm using the book document class, and I want to change the 'Chapter #' heading to some custom text... Once I've done it by tweaking the included files for latex and the book doc class, but I guess there's开发者_Python百科 a better solution... any ideas?


you can use

\renewcommand{\chaptername}{MyChapter}
0

精彩评论

暂无评论...
验证码 换一张
取 消