On Thu, Apr 3, 2008 at 7:18 AM, Maksi <[EMAIL PROTECTED]> wrote:
>
>
> snvv wrote:
> > I'd like to center the chapter and bibliography titles of document class
> > book
> > (memoir) or book in general.
>
> In Memoir, you can do this by writing your own chapter style or choosing a
> chapter style that fits your needs. Check this part of the LyX-wiki for more
> information: http://wiki.lyx.org/LyX/UsingMemoirInLyX#toc10
> http://wiki.lyx.org/LyX/UsingMemoirInLyX#toc10
>
> Maksi
This can also be done with the sectsty package (check out the
documentation). However, it is not compatible with memoir.
\usepackage{sectsty}
\chapterfont{\centering}
Cheers,
/Bob