I found another detail I would like to change, in my case as it is for a thesis, I turn to one side printing, using latex
oneside
option (\documentclass[11pt, oneside]{book}
). The problem is this, I like the headlines displayed on both sides, but when I switch to one side I get the following warning:
\fancyhead's `E 'option without twoside option is useless
\fancyhead's `E 'option without twoside option is useless
the part that makes me warning is:
Code: Select all
\fancyhf{}\fancyhead[LE, RO]{\sffamily\normalsize\thepage}% Font setting for the page number in the header
\fancyhead[LO]{\rightmark}% Print the nearest section name on the left side of odd pages
\fancyhead[RE]{\leftmark}% Print the current chapter name on the right side of even pages
thank you very much
caedvaur