>>Date: Tue, 27 Feb 2001 12:03:49 +0000 (GMT)
>>From: Phil Scordis <[EMAIL PROTECTED]>
>>To: Herbert Voss <[EMAIL PROTECTED]>
>>cc: <[EMAIL PROTECTED]>
>>Subject: Re: Page headings in Book Style
>>
>>
>>I'm afraid that using AMS BOOK is not a good solution for me, you see the
>>Thesis is complete and I'm trying to resolve this minor formatting
>>problem, changing to AMS book introduces more massive alterations than I
>>really want to cope with at this point.
\newcommand{\tocchap}[1]{\addcontentsline{toc}{chapter}{\protect\numberline
{}#1}\markboth{\textsc{#1}}{\textsc{#1}}\thispagestyle{plain}}
\newcommand{\chapterstar}[1]{\chapter*{#1}\tocchap{#1}}
(in preamble)
\chapterstar{My chapter without numbering}
(in ERT)
is what I use here both to feed the chapter title to the toc and
to mark the headings.
Works for twosided docs, with fancyplain.
Of course you may change \textsc to any formatting command, like \uppercase,...
--
Jean-Pierre