[Tex/LaTex] How to get only “Chapter 1. The title of the chapter” in the left of header

fancyhdrheader-footer

I am trying to use fancyhdr, but I can't get it to not show the section and to keep the normal case for title and 'Chapter'.

How can I have my heading to be "Chapter 1. The title of the chapter" (left aligned on all pages)

Best Answer

\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt} % optional
\fancyhead[L]{\nouppercase{\leftmark}}
\fancyhead[R]{\thepage}