Document Classes ⇒ fancyhdr --- lowercase chapter reference on RO header
-
- Posts: 21
- Joined: Mon Apr 21, 2008 3:50 am
fancyhdr --- lowercase chapter reference on RO header
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?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
fancyhdr --- lowercase chapter reference on RO header
[1] Forum Topic: Creating customized headers/footers for alternating pages
Best regards
Thorsten¹
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
Thanks, in fancyhdr \nouppercase\leftmark works beautifully --- exactly what I wanted.