On Mon, 28 Jan 2013 05:29:25 -0500
Steve Litt <[email protected]> wrote:
> Hi all,
>
> I googled this thing from here to eternity, and didn't find anything
> helpful. This happened right after I replaced Ubuntu 11.10 with
> Xubuntu 12.10. This book, whose document class is based on Memoir,
> got four error messages like this:
>
> Class memoir Error: The pagestyle 'cleared' is marked as an alias page
> style.
>
> Here are the four error locations it reported:
>
> \makeevenhead{cleared}{}{}{}
>
> \makeoddhead{cleared}{}{}{}
>
> \makeevenfoot{cleared}{}{\thepage}{}
>
> \makeoddfoot{cleared}{}{\thepage}{}
>
> Right now I'm assuming this is caused by either my failure to install
> something, or a change within Memoir. Has anybody run into this or do
> you have an idea of its cause and/or solution?
My layout file had
\makeevenhead{cleared}{}{}{}
\makeoddhead{cleared}{}{}{}
\makeevenfoot{cleared}{}{\thepage}{}
\makeoddfoot{cleared}{}{\thepage}{}
I commented those out, the problem went away, and I couldn't see any
side effects. Memoir docs are so sparse I don't know what the purpose
of those four lines were, but everything appears OK now.
Thanks
SteveT