Friends,
I am using fancyhdr, and wish to place a whole-of-document heading at LE (which has worked) and the chapter heading on RO (which has partially worked).
"Partially" because while I have been able to get chapter name and number using \leftmark, it is in uppercase.
The LE header material is in \textbf, lowercase, which is exactly how I want it.
How can I make them match up?
Is there some other keyword I can invoke to capture the \chapter value?
Or is it inevitable that I have to do a \renewcommand?
Document Classes ⇒ fancyhdr --- lowercase chapter reference on RO header
-
- Posts: 21
- Joined: Mon Apr 21, 2008 3:50 am
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
fancyhdr --- lowercase chapter reference on RO header
Search the documentation of fancyhdr for the \nouppercase command. Some ideas are given in another thread [1]. The search function of the forum may yield other hits.
[1] Forum Topic: Creating customized headers/footers for alternating pages
Best regards
Thorsten¹
[1] Forum Topic: Creating customized headers/footers for alternating pages
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 21
- Joined: Mon Apr 21, 2008 3:50 am
Re: fancyhdr --- lowercase chapter reference on RO header
Thorstein ---
Thanks, in fancyhdr \nouppercase\leftmark works beautifully --- exactly what I wanted.
Thanks, in fancyhdr \nouppercase\leftmark works beautifully --- exactly what I wanted.