ohya.. when i use
\usepackage{titlesec}
in preamble

i got 4 error like this:
------------------------
LaTeX Error: Something's wrong--perhaps a missing \item.
}

Try typing  <return>  to proceed.
If that doesn't work, type  X <return>  to quit.
------------------------

it only exist if i use titlesec package... what's wrong ??

this is what i have in my preamble:
--==========
\usepackage{rotating}
\usepackage{multirow}
\renewcommand{\multirowsetup}{\centering}
\usepackage{chappg}

\usepackage{calc}
\newcolumntype{M}[1]{>{\centering\hspace{0pt}}m{#1}}
\renewcommand{\headrulewidth}{0pt}
\rhead{}
\lhead{}
\rfoot{\fancyplain{}{\thepage}}
\lfoot{}
\cfoot{}
\pagestyle{fancyplain}
\usepackage{tocloft}
---=============


thanks..


2006/6/29, Richard Heck <[EMAIL PROTECTED]>:

have a look at the titlesec package.

Luqman H wrote:
> hi,
>
> i'm using report (koma-script) doc class,
> i want to change the chapter font to the same font
> as report doc class.
> and also i want to decrease the spacing before
> and after the chapter is written..
> how to do that ?
>
> thanks...


Reply via email to