On Aug 30, 6:28 am, pfreumo <
pfreumo...@gmail.com> wrote:
> Hi guys,
>
> I got a problem writing my thesis. I want to set the font size of
> chapters and sections (they´re too large when writing in 12pt). When I
> use the secsty package this works, but messes up an other problem that
> was previously solved by Peter Flynn, namely writing the chapter
> number next to the chapter title and omitting the word "Chapter".
>
> This was done by changing the definition of \@makechapterhead my
> thesis.cls file.
>
> \def\@makechapterhead#1{%
> \vspace*{50\p@}%
> {\parindent \z@ \raggedright \normalfont
> \ifnum \c@secnumdepth >\m@ne
> \if@mainmatter
> \Huge\bfseries\thechapter
> \fi
> \fi
> #1\par\nobreak
> \vskip 40\p@
> }}
>
> I guess, I´ve got to change the definition for chapter size and
> sections size as well, but I don´t know how.
>