Reuben Thomas wrote:
> 
> > is it possible to inser a Linebreak after the paragraph-style?
> 
> If you're using the LaTeX document classes then the answer is "not
> easily". I've done it myself by modifying the article.cls file (and
> calling it myarticle.cls). It's quite easy if you know any TeX: I just
> copied the definition of \subsubsection over that for \paragraph.

Change the lines 361-362 in

/usr/share/texmf/tex/latex/base/article.cls

they define the paragraph-style. 
 
\newcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
                                    {-3.25ex\@plus -1ex \@minus -.2ex}% 
                                    {1.5ex \@plus .2ex}%                 
                                    {\normalfont\normalsize\bfseries}}

only the second and third one has to change.

Herbert



-- 
[EMAIL PROTECTED]
http://www.canisius.de/

Reply via email to