i was reading a lot of editing headers in the document, and nowhere I could find, real and usefull explanation. Since I am not so much experienced in latex, i hope somebody could help me understand this:
what is practical mean of this:
Code: Select all
\renewcommand{\chaptermark}[1]{%
\markright{#1}{}}
\chaptermark
is kind of empty string.i was trying to understand this fancyhdr so i started with experiments. I put simply:
Code: Select all
\lhead{\chaptername \ \thechapter}
nex i tried:
Code: Select all
\lhead{\chaptername \ \thechapter \chaptermark}
I also tried:
\markright{njnjnjnjnj}
and nothings happen on the page?Please help me