General ⇒ Suppress Numbering by \section
Suppress Numbering by \section
I like the way \section gives to produce tree structure that can be viewed in Texmaker. But I don't want it numbers the sections. How can I get both? Is it possible to stop \section from numbering?
Thanks!
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
Suppress Numbering by \section
Code: Select all
\setcounter{secnumdepth}{0}
-
- Posts: 105
- Joined: Fri Nov 30, 2007 11:32 pm
Suppress Numbering by \section
Code: Select all
\section*{name}
Thank you.
Re: Suppress Numbering by \section
Re: Suppress Numbering by \section
-
- Posts: 105
- Joined: Fri Nov 30, 2007 11:32 pm