Thanks Maksi!
Your solution almost worked. It removed the headings as I wanted, but I also
wanted the page number on the foot of the page.
I have seen now that the "plain" page style defined by memoir is exactly the one I want. So by setting \pagestyle{plain} I solved my
problem.
I have also seen now that there was some related info already in the list:
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg44139.html
Cheers,
Nicolás
Maksi wrote:
Nicolás wrote:
Does someone know whether it is possible to suppress the headers of part
of a document using the memoir class? Thanks
If I got you right, you want to avoid your default page style (headings) for
some parts of a document. Try to insert some ERT before:
\pagestyle{empty}
and after the section:
\pagestyle{your_style_as_in_document_settings_dialogue}
This should work but I have not tried it myself.
Regards,
Maksi