Given following code:
\documentclass[10pt,a4paper,openany]{memoir}
\renewcommand\thesection{\arabic{section}}
\begin{document}
\part{PART}
\section{SECTION}
\subsection{SUBSECTION}
\subsubsection{SUBSUBSECTION}
\end{document}
I want no chapters. I want a 1 section, 1.1 subsection and a 1.1.2 subsubsection. And I don't want to use the documentclass article.
