Is there any package for LaTeX that performs sectioning using environments, where doing something like
\begin{section}[Section Title]
\begin{section}[Subsection Title]
\begin{section}[Subsubsection Title]
\begin{section}[Subsubsubsection Title]
\end{section}
\end{section}
\end{section}
\end{section}
does the obvious thing (please infer from the stuff in the []'s!)?
\section->\subsection, and so on). – Will Robertson Sep 5 '11 at 2:26