Skip to content
 

Quickie: latex no numbering

Diasable chapter, section and subsection numbering for all their instances (useful for small operations)

\setcounter{secnumdepth}{-1}

For disabling numbering on just one chapter/section/subsection/

\section*{My Hovercraft}
\subsection*{Is Full of Eels}

2 Comments

  1. Ioana ROMANIA Ubuntu Linux Mozilla Firefox 3.0.11 says:

    aaaa, matches

Leave a Reply