I wrote my tex file first in article mode. Now that I switched the document class to report, unfortunately I am getting a zero before my sections and subsections which I want to be removed. Changing secnumdepth completely removes the number for subsections but as I said I only want that zero to dispersal.
My code is:
\documentclass [11pt,a4paper] {report}
\begin{document}
\setcounter{secnumdepth}{2}
\section{One}
\subsection{one-one}
\end{document}
report? The only difference would be the availability of\chapters, which it seems you're not interested in. – Werner May 02 '13 at 02:24