I am typing my thesis using fancyheadings packet and Book documentclass. It appears automatically the heading and page numbering at the even page, even when I have no text for the even page. How to make that even page blank (no line, no heading, no numbering)?
To make the situation clearer, I show here what I used:
Code: Select all
\usepackage{fancyheadings}
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{%
\markboth{Chapter \thechapter.~\sl#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ \sl #1}}
\lhead[\fancyplain{}{\thepage}]{\fancyplain{}{\rightmark}}
\rhead[\fancyplain{}{\leftmark}]{\fancyplain{}{\thepage}}
\cfoot{}\sloppy