Content uppercase bug fixed

This commit is contained in:
Krishna Kumar 2013-11-22 20:44:16 +00:00
parent 0acf244f92
commit c05a47ae39
3 changed files with 8 additions and 8 deletions

View File

@ -229,28 +229,28 @@
\pagestyle{fancy}
% Style 1:
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\chaptermark}[1]{\markboth {#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\fancyhf{}
\fancyhead[LO]{\rightmark}
\fancyhead[LO]{\nouppercase \rightmark}
\fancyhead[LE,RO]{\bfseries\thepage}
\fancyhead[RE]{\leftmark}
\fancyhead[RE]{\nouppercase \leftmark}
% Style 2:
%\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
%\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
%\fancyhf{}
%\fancyhead[RO]{\bfseries\rightmark}
%\fancyhead[LE]{\bfseries\leftmark}
%\fancyhead[RO]{\bfseries\nouppercase \rightmark}
%\fancyhead[LE]{\bfseries \nouppercase \leftmark}
%\fancyfoot[C]{\thepage}
% Style 3:
%\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
%\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1\ }}
%\fancyhf{}
%\fancyhead[RO]{\rightmark | \bfseries{\thepage} }
%\fancyhead[LE]{{\bfseries\thepage} | \leftmark }
%\fancyhead[RO]{\nouppercase \rightmark | \bfseries{\thepage} }
%\fancyhead[LE]{{\bfseries\thepage} | \nouppercase \leftmark }
\setlength{\headheight}{14.5pt}
%\renewcommand{\headrulewidth}{0.5pt}

View File

@ -159,7 +159,7 @@ You can run the following command:
# Known Issue(s) / Bugs
* Content gets capitalised on the header
* No known bugs. Let me know, if you find any!
--------------------------------------------------------------------------------
# TODO list

Binary file not shown.