Automatic \cleardoublepage not setting page style to empty in memoir class

  • Follow


Dear All,

   I am using the memoir class to typeset a book that uses with a
custom pagestyle. I must have made some mistake in the definition,
because the blank verso page that is automatically inserted after a
chapter  ending on a recto page still has the regular headers instead
of empty ones. I read in the memoir manual (p.116) that an automatic
\cleardoublepage  should call \thispagestyle{cleared} where "cleared"
is just an alias for the "empty" pagestyle. Unfortunately, I must have
done something to modify the standard (and very much desired) memoir
behavior.
Can anyone spot a mistake in my definition of a custom pagestyle below
(which is part of small package with all the custom definitions I need
to follow specs)?

Many thanks,

Stefano

\aliaspagestyle{chapter}{empty}                          % eliminate
folios from chapter pages
\nouppercaseheads					     % eliminate automatic uppercasing
%
% Define the desired headings style: VIBSheadings
%
\makepagestyle{VIBSheadings}
\makeevenhead{VIBSheadings}{\thepage}{\itshape\rightmark}{}
\makeoddhead{VIBSheadings}{}{\itshape \leftmark}{\thepage}
\makepsmarks{VIBSheadings}{%
  \createmark{chapter}{right}{nonumber}{}{}
  \createmark{chapter}{left}{nonumber}{\@chapapp\ }{. \ }
  \createplainmark{toc}{both}{\contentsname}
  \createplainmark{lof}{both}{\listfigurename}
  \createplainmark{lot}{both}{\listtablename}
  \createplainmark{bib}{both}{\bibname}
  \createplainmark{index}{both}{\indexname}
  \createplainmark{glossary}{both}{\glossaryname}
}
% Prevent section command from changing the mark (see Lars Madsen's
article in PracTeX Journal, 2008, No. 2
\addtopsmarks{VIBSheadings}{}{%
  \renewcommand\sectionmark[1]{}
}

\pagestyle{VIBSheadings}

0
Reply stefano 4/24/2010 3:52:36 AM


0 Replies
384 Views

(page loaded in 0.37 seconds)


Reply: