Search found 1 match

by desche
Thu Apr 08, 2010 11:13 pm
Forum: Page Layout
Topic: change or delete the page number of chapterstyle (memoir)
Replies: 3
Views: 6600

change or delete the page number of chapterstyle (memoir)

If your idea is just to remove the page number on chapter title pages, you can do the following:

1st: add \usepackage{fancyhdr}
\fancypagestyle{plain}{
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}}
on the preamble of your document (or in the Cabeceras.sty file ...