My thesis's title page contains a tile, a pictur and some words. Apter this page, there is a blank page with the page number is 2. I used fancy package to customize header and set counter to 1. Here is my code before title page
Code: Select all
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\pagestyle{fancy}
\fancyfoot{} % Delete current footer settings
\renewcommand{\chaptermark}[1]{ % Lower Case Chapter marker style
\markboth{\chaptername\ \thechapter.\ #1}{}} %
\renewcommand{\sectionmark}[1]{ % Lower case Section marker style
\markright{\thesection.\ #1}} %
\fancyhead[LE,RO]{\bfseries\thepage} % Page number (boldface) in left on even
% pages and right on odd pages
\fancyhead[RE]{\bfseries\leftmark} % Chapter in the right on even pages
\fancyhead[LO]{\bfseries\rightmark} % Section in the left on odd pages
\renewcommand{\headrulewidth}{0.3pt} % Width of head rule
%%% Clear Header %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Clear Header Style on the Last Empty Odd pages
\makeatletter
\def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else%
\hbox{}%
\thispagestyle{empty}% % Empty header styles
\newpage%
\if@twocolumn\hbox{}\newpage\fi\fi\fi}
\makeatother
Code: Select all
\date{}
\maketitle