I have the following problem: after the table of contents, there appears an extra empty page which is numbered and has the header "Content". I want to get rid of this page but I cannot find any solution for it. Does someone have any idea?
I use the following:
Code: Select all
\documentclass[11pt, onside, a4paper, openany]{book}\usepackage{fancyhdr}\pagestyle{fancy}\renewcommand{\sectionmark}[1]{\markright{\thesection~#1}}\newcommand{\headerfmt}[1]{\textsl{\textsf{#1}}}\newcommand{\headerfmtpage}[1]{\textsf{#1}}\fancyhf{}\fancyhead[R]{\headerfmtpage{\thepage}}\fancyhead[L]{\headerfmt{\rightmark}}\renewcommand{\headrulewidth}{0.5pt}\renewcommand{\footrulewidth}{0pt}\begin{document}\frontmater...\tableofcontents\mainmatter...\backmatter...\end{document}