Every time I call \section{**Section Name**}, a number appears to the left of the name of the section.
How do I hide this number?
|
Every time I call How do I hide this number? |
|||
|
You may use
to get un-numbered sections. For details refer to The Not So Short Guide to LaTeX. (Page 41 describes As per Heiko's suggestion, you can also use
A MWE:
In the KOMA-Script classes there’s an additional possibility with (among others)
|
|||||
|
\section*{My section}– Harish Kumar Sep 16 '12 at 17:32\setcounter{secnumdepth}{0}. – Heiko Oberdiek Sep 16 '12 at 18:40section*:) – cmhughes Sep 16 '12 at 18:52