I am writing a document in LaTeX with report class and i would like to do this :
- All the odd pages of my documents should have header containing the title of the document.
- All the even page of the document should have header containing each chapter title (for example: Chapter 1 Introduction, Chapter 2 Literature Review, Chapter 3 Methodology, ...)
Code: Select all
\fancyhead{} % clear all header fields
\fancyhead[RO,LE]{text}
\fancyfoot{} % clear all footer fields
\renewcommand{\headrulewidth}{0.4pt}
So, is there someone who can help me to fix this problem ?
Thanks in advance