Search found 1 match

by nilesh82
Thu Dec 11, 2008 5:07 am
Forum: Document Classes
Topic: chapter headings without the word "chapter"
Replies: 14
Views: 76197

chapter headings without the word "chapter"

if you are using the report class the solution posted above by Juanjo will not work as conditional \if@mainmatter (without spaces) is only defined in the book class. Alternatively, to get the number following code can be used:

\makeatletter
\renewcommand{\@makechapterhead}[1]{%
\vspace*{50 pt ...