hide an entry from Toc in latex.
Posted
by voodoomsr
on Stack Overflow
See other posts from Stack Overflow
or by voodoomsr
Published on 2010-05-06T23:42:12Z
Indexed on
2010/05/06
23:48 UTC
Read the original article
Hit count: 381
latex
|tableofcontents
hi all, i wanna know how can hide a section from table of contents but without losing the section number in the body of the document...for example in this tex i lose the number for "hide", and all the sequence is damaged.
\documentclass{article}
\begin{document} \tableofcontents \section{uno} \section{dos} \section*{hide} \section{tres} \end{document}
© Stack Overflow or respective owner