Footer Page Numbers
This commit is contained in:
parent
43f403154c
commit
d14e9c10a7
@ -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}
|
||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
Loading…
Reference in New Issue
Block a user