\thispagestyle
only affects the page it's called on. Use \pagestyle
, instead.You don't even need the afterpage package for that, just declare
Code: Select all
\pagestyle{otherpages}
% before your call
\thispagestyle{firstpage}
Rainer
\thispagestyle
only affects the page it's called on. Use \pagestyle
, instead.Code: Select all
\pagestyle{otherpages}
% before your call
\thispagestyle{firstpage}
NEW: TikZ book now 40% off at Amazon.com for a short time.