I am using fancyhdr and am trying to input a space between the different marks.
So I have
Code: Select all
\fancyhead[L]{\textit \chaptername \textit\thechapter: \textit \leftmark}
And I need Chapter 1: Introduction (i.e. a space between Chapter and the chapter number).
Thank you