In particular, I have adjusted the format of the "\chapter" headings so that they display rather like "\section" headings. For this I used the following code (which I found online):
Code: Select all
Code, edit and compile here:
\makeatletter\renewcommand*\@makechapterhead[1]{{\parindent \z@ \raggedright \normalfont\LARGE\bfseries\ifnum \c@secnumdepth >\m@ne\thechapter\space\fi#1\par\nobreak\vskip 20\p@}}\makeatother\chaptertitlefont{\LARGE}
Does anybody know how to change these 'intrinsic' headings?