I am trying to get rid of (or rename) the "Chapter x" string before names of chapters. As far as I know, the command
Code: Select all
\renewcommand{\chaptername}{}
I wouldn't mind renaming the "Chapter" to "Part", since I'm writing a report and "Part" would be quite appropriate, but even if I use
Code: Select all
\renewcommand{\chaptername}{Part}
I use MiKTeX and, I have never had problems with this system since this one. What am I doing wrong?
Thanks a lot for any help...
Best regards,
nvx
P.S.: Document class "article" is not an option, I unfortunately need more than just sections...