Il 23/08/2011 18:57, Frederick FN Noronha ???????? ???????? *???????
??????? ha scritto:
How do I manage to do this? The pages are in before the main matter,
and I'm using a chapter* to define them. So it's not taking the right
header which I want it to. FN
FN +91-832-2409490 or +91-9822122436 (after 2pm)
#784 Nr Lourdes Convent, Saligao 403511 Goa India
http://fn.goa-india.org http://goa1556.goa-india.org
It is sufficient to add an INSET to the name of the chapter, containing
the following command
\markboth{header}{header}
where, instead of "header", you must put the header you want.
Furthermore, if you also want the chapter to appear in the TOC, you
should add, in the same INSET, the command
\addcontentsline{toc}{chapter}{title}
where instead of "title" you must put the title of the chapter.
Francesco