LyX ⇒ Nice looking TOC
Nice looking TOC
How do I modify the style the toc? I want:
* Emphasized sections
* Indented subsections
Cheers!
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: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Nice looking TOC
you could use the tocloft package. You will find information about how to ge the appearance you want in its documentation.
Stefan
Re: Nice looking TOC
The default layout of tocloft suits me just fine so a simple \usepackage{tocloft} in the preamble and BAM nice toc

Once again THANK YOU!