When I do something like:
\subsubsubsection{Testing}
I get Undefined control sequence. It works find for \subsubsection{Testing}. How can I incorporate a 3rd level?
When I do something like:
\subsubsubsection{Testing}
I get Undefined control sequence. It works find for \subsubsection{Testing}. How can I incorporate a 3rd level?
\paragraphthen\subparagraph– David Carlisle Feb 01 '19 at 18:03\paragraphand\subparagraphare not designed to start a new line after the title in standard classes. If you want them numbered use\setcounter{secnumdepth}{5}in the preamble – Feb 01 '19 at 18:27