Page Layout ⇒ Flush-right ToC Heading
-
- Posts: 15
- Joined: Mon Oct 24, 2011 9:38 pm
Flush-right ToC Heading
I think that if I get to do this, I'll be done! Is it possible to flush right the title of the ToC (LoF,LoT)? Thanks in advance for your time and help.
Cheers,
Pablo
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
- Stefan Kottwitz
- Site Admin
- Posts: 10334
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Flush-right ToC Heading
Stefan
-
- Posts: 15
- Joined: Mon Oct 24, 2011 9:38 pm
Flush-right ToC Heading
thanks a lot for your hint. Indeed, it was just a \raggedleft thing. I'm using fncychap, so it was as simple as:
Code: Select all
\ChTitleVar{\raggedleft\fontsize{30}{32}\usefont{OT1}{phv}{bc}{n}\selectfont}
Cheers,
Pablo