Text Formatting ⇒ MakeLowercase in \cftchapfont (tocloft)
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: MakeLowercase in \cftchapfont (tocloft)
you didn't mention before that you are using hyperref. The solution above would work without. With hyperref it should work if you just use \lowercase instead of \MakeLowercase in my code suggestion above.
Stefan
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
Re: MakeLowercase in \cftchapfont (tocloft)
That works like charm, thank you very much!
MakeLowercase in \cftchapfont (tocloft)
Did you try out my example? It should work fine. If you don't like the sans-serif headings, you could sayDan wrote:Phi, all that does is change my chapter headings (in the document itself) to my Sans-Serif font, which I'm guessing is a side-effect of using a KOMA-Script class.
Code: Select all
\addtokomafont{disposition}{\rmfamily}