remove chapter numbering in latex
December 22nd, 2010 by Lawrence David
if your section headings are printing 0.1, 0.2, etc., and you’d like to remove the leading 0′s, add the following to your latex file:
\renewcommand*\thesection{\arabic{section}}