\documentclass{article}
\begin{document}
\section*{Section1}
\subsection*{subsection1}
\subsubsection{Another layer of subsection}
\end{document}
I just want to show the subsubsection numbering, without the trailing section and subsection numbers in the front. In the output it appears as 0.0.1, I want it to appear as 1
Thanks
