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 05 '11 at 02:26coseoulpackage may be of interest. Although it does not provide sectioning environments, a relative sectioning style through levels is implemented:\levelup{...},\leveldown{...},\levelstay{...}and others. – Werner Sep 07 '11 at 16:13