Tony Dancer wrote:
> 
> I'm using the AMS Article style, mostly because I like the look.
> However, I would like to modify the style so that there is a return
> after each subsection and subsubsection - at the moment the text flows
> one the same line as these sub-headings. Can anyone offer any pointers
> as to how to change this (which i guess is another way of asking about
> how one creates styles?) ?

put in your latex preamble of the text:

\renewcommand\subsection{\@startsection{subsection}{2}%
\z@{.7\linespacing\@plus\linespacing}{.5\linespacing}%
  {\normalfont\bfseries}}

and for "subsubsection" 

\renewcommand\subsubsection{\@startsection{subsubsection}{3}%
...
...


Herbert 

-- 
[EMAIL PROTECTED]
http://www.educat.hu-berlin.de/~voss

Reply via email to