Hi
> The chapter style is quite simple but I can't find the way to modify
> any of the available packages to reproduce it.
Are you using the Book class or the Article class in the begindocument?
One can define your own command for this
\newcommand{\mychap}[1]{%
Chapter \thechapter
\vspace{-2mm}
\begin{center}
\LARGE\textsc{\textbf{#1}}
\end{center}
\vspace{2mm}
}
and use it like \mychap{Getting Started}
or you can redefine the \chapter command.
It's tricky. This is what I did ages ago. Have not tested it again.
\makeatletter
%Goosens p 28,29
\renewcommand{\chapter}{\newpage\secdef\cmda\cmdb}
\newcommand{\cmda}[2][default]{%
\begin{center}%
\sffamily\Large\bfseries #2% % Arg 2 -> Main Title
\end{center}%
\addcontentsline{toc}{section}{#1}% % Arg 1 -> TOC
}
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html