Using TexLive & Texniccenter, I've \renewcommand'ed \paragraph{} and \subparagraph{} as follows.
Code: Select all
\makeatletter\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%{-3.25ex\@plus -1ex \@minus -.2ex}%{1.5ex \@plus .2ex}%{\normalfont\normalsize\bfseries\indent}}\renewcommand\subparagraph{\@startsection{subparagraph}{5}{\z@}%{-3.25ex\@plus -5ex \@minus -.2ex}%{1.5ex \@plus .2ex}%{\normalfont\normalsize\bfseries\indent\it}}\makeatother
However, now I want the "first line" after the "heading" to be indented as well. How would I include that in the \renewcommand? I've tried to simply add indent, but that won't work.
Any ideas?
Thanks a lot in advance!