This is what I'm trying to achieve:
But this is the closest I came so far:
Here goes my code:
\documentclass[12pt]{article}
\renewcommand\thesection{\arabic{section}.}
\renewcommand\thesubsection{\alph{subsection}.} {\leftskip=2cm}
\renewcommand\thesubsubsection{\roman{subsubsection}.} {\leftskip=3cm}
\begin{document}
\section{Situational Analysis}
\subsection{Company}
\subsubsection{Mission Statement}
\end{document}
The \leftskip=Xcm doesn't do any good.
Is there any simple solution?
Thanks a lot!


