I'm currently setting up my thesis template using ccw_chithesis.cls so that I can use Chicago Manual of Style formatting for the paper (as well as the referencing style).
In the past (writing the odd short paper here and there) when I wanted to indent something, I simply included
Code: Select all
\usepackage{indentfirst}
As far as I can tell (I'm relatively new to LaTeX), the relevant part of the instruction in the .cls file is this:
Code: Select all
\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
{3.25ex \@plus1ex \@minus.2ex}%
{-1em}%
{\normalfont\normalsize\bfseries}}
\renewcommand\subparagraph{\@startsection{subparagraph}{5}{\parindent}%
{3.25ex \@plus1ex \@minus .2ex}%
{-1em}%
{\normalfont\normalsize\itshape}}

Would anyone be able to help me decipher this so that I can set the first line to indent after a heading (ie. at the beginning of a new paragraph).