Content uppercase bug fixed
This commit is contained in:
parent
0acf244f92
commit
c05a47ae39
@ -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}
|
||||
|
@ -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
|
||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
Loading…
Reference in New Issue
Block a user