Code from book.cls
Code: Select all
\def\@makechapterhead#1{%
\vspace*{50\p@}%
{\parindent \z@ \raggedright \normalfont
\ifnum \c@secnumdepth >\m@ne
\if@mainmatter
\huge\bfseries \@chapapp\space \thechapter
\par\nobreak
\vskip 20\p@
\fi
\fi
\interlinepenalty\@M
\Huge \bfseries #1\par\nobreak
\vskip 40\p@
}}
Another question. I need to change the section and subsections in this was.
1.2.3 Test Section
where Test would be aligned left to the margin. (1.2.3 is in the margin)
Any ideas?