On 09/09/2009 03:33 PM, Ricardo Perrone wrote:
Hi,

sorry, i forgot it ... is the heading "Appendix" that in book.cls is capture 
from \chapter. But I would like to change it only on appendix without change the default 
chapter alignment that was applied in the rest of document

Right. Well, in that case, I think you need to redefine part of the chapter thing. The part you want is this, which I've just copied from book.cls:

\d...@schapter#1{\typeout{#1}%
\l...@secnumber\@empty
\d...@toclevel{0}%
\ifx\chaptername\appendixname \...@tocwriteb\tocappendix{chapter}{#1}%
\else \...@tocwriteb\tocchapter{chapter}{#1}\fi
\chaptermark{#1}%
\addtocontents{lof}{\protect\addvspace{1...@}}%
\addtocontents{lot}{\protect\addvspace{1...@}}%
\...@makeschapterhead{#1}\@afterheading}

You can put this, with your changes, into ERT right before the appendix starts. If you just enclose the \typeout{#1} part in whatever you want to use to center it, that should do.

rh

Reply via email to