On Thu, Nov 29, 2001 at 08:58:34AM -0500, Steve Litt wrote:
> I confirm that works, but it has the same problem as Dekel's solution -- the 
> Chapter* does not change the previous headings. Perhaps that's simply a 
> problem with Chapter* itself.
> 
> My experiments indicate that Chapter (without the star) change the headings 
> just fine. Does anyone know how to get Chapter* to change headings the way 
> Chapter does?

In the preamble:

\def\@schapter#1{\markboth{\MakeUppercase{#1}}{\MakeUppercase{#1}}%
                 \if@twocolumn
                   \@topnewpage[\@makeschapterhead{#1}]%
                 \else
                   \@makeschapterhead{#1}%
                   \@afterheading
                 \fi}

Reply via email to