tags:

views:

17

answers:

1

Hi,

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?

+1  A: 

you can use

\renewcommand{\chaptername}{MyChapter}
second
got it! thank you very much...Appart from that, I also needed \addto\captionsspanish , since I'm using babel...
Javier Novoa C.