Javier Novoa C.
Javier Novoa C.

Reputation: 11837

latex change heading 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 a better solution... any ideas?

Upvotes: 2

Views: 4400

Answers (1)

second
second

Reputation: 28637

you can use

\renewcommand{\chaptername}{MyChapter}

Upvotes: 3

Related Questions