I have a list of sections in my document...
\section{animals}
\section{places}
etc..
I need to organize the contents within each section. To do this I decided to use subsubsections instead of subsections in order to save some space...
\section{animals}
\subsubsection{cats}
\subsubsection{dogs}
\section{places}
\subsubsection{muntains}
\subsubsection{lakes}
My problem is that the numbering of the subsubsections does not restart with the new section...how do I fix this?
Thanks


\subsubsectionbecause of the default styling can be made to work but it is entirely the wrong thing to do, it messes up the logical structure of the document, will mess up the table of contents (without further workarounds) the code that specifies the fonts and spacing for \subsection in article class is exactly one line long: you can change it – David Carlisle Mar 18 '15 at 14:53