Footer Page Numbers

This commit is contained in:
Krishna Kumar 2013-11-22 01:02:14 +00:00
parent 43f403154c
commit d14e9c10a7
2 changed files with 15 additions and 6 deletions

View File

@ -226,6 +226,7 @@
% ******************************* Header Formatting *****************************
% Custom Header with Chapter Number, Page Number and Section Numbering
\pagestyle{fancy}
% Style 1:
%\renewcommand{\chaptermark}[1]{\markboth{\thechapter. #1 }{}}
%\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
@ -235,12 +236,20 @@
%\fancyfoot{}
% Style 2:
\renewcommand{\chaptermark}[1]{\markboth{Chapter \thechapter. #1}{}}
\renewcommand{\sectionmark}[1]{\markright{#1}}
\fancyhead[LO]{\rightmark}
\fancyhead[LE,RO]{\bfseries\thepage}
\fancyhead[RE]{\leftmark}
\fancyfoot{}
%\renewcommand{\chaptermark}[1]{\markboth{Chapter \thechapter. #1}{}}
%\renewcommand{\sectionmark}[1]{\markright{#1}}
%\fancyhead[LO]{\rightmark}
%\fancyhead[LE,RO]{\bfseries\thepage}
%\fancyhead[RE]{\leftmark}
%\fancyfoot{}
% Style 3:
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\fancyhf{}
\fancyhead[RO]{\bfseries\rightmark}
\fancyhead[LE]{\bfseries\leftmark}
\fancyfoot[C]{\thepage}
\setlength{\headheight}{14.5pt}

Binary file not shown.