http://www.latex-community.org/forum/vi ... =44&t=7815
However I'm trying to get my sections left-aligned. While working on the code I ended up creating a style (see below) but still didn't find out how to have everything left-aligned. I mean how text and sections appear as if no style is used.
Code: Select all
\let\LaTeX@startsection\@startsection
\renewcommand{\@startsection}[6]{\LaTeX@startsection%
{#1}{#2}{#3}{#4}{#5}{Article #6}}
Gert