?? 15.10.2010 22:19, Paul Rubin ??????:
Try the titlesec package.
/Paul
Well, I have some progress. I managed to change the numbering of chapter
from arabic to roman with
\usepackage{sectsty}
\renewcommand{\thechapter}{\Roman{chapter}}
which is good. But, when I try
\renewcommand{\thesubsection}{\alph{subsection}}
I get
I.1.a Subsection ksdfhsldk
How can I remove the stuff in front of the subsection number?
And a little side note. When I try one the examples in the sectsty
manual, namely by putting this in the preamble
\titleformat{\section}
{\titlerule
\vspace{.8ex}%
\normalfont\itshape}
{\thesection.}{.5em}{}
I get a bunch of errors when compiling the pdf. What I am doing wrong?
Emil