Document Classesfancyhdr --- lowercase chapter reference on RO header

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
Sekantombi
Posts: 21
Joined: Mon Apr 21, 2008 3:50 am

fancyhdr --- lowercase chapter reference on RO header

Post by Sekantombi »

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?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by localghost »

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¹
Sekantombi
Posts: 21
Joined: Mon Apr 21, 2008 3:50 am

Re: fancyhdr --- lowercase chapter reference on RO header

Post by Sekantombi »

Thorstein ---

Thanks, in fancyhdr \nouppercase\leftmark works beautifully --- exactly what I wanted.
Post Reply