General ⇒ Including starred sections in a TOC
Including starred sections in a TOC
Is there a way to automatically force the TOC to include starred headers?
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
-
- Posts: 55
- Joined: Thu Oct 30, 2008 4:12 pm
Including starred sections in a TOC
Code: Select all
\addcontentsline{toc}{section}{Section heading}
\section*{Section heading}
Re: Including starred sections in a TOC
-
- Posts: 55
- Joined: Thu Oct 30, 2008 4:12 pm
Re: Including starred sections in a TOC
