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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- 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