Achim Gratz <strom...@nexgo.de> wrote: > Nick Dokos <nicholas.do...@hp.com> writes: > > The latex exporter is very rigid about what it will accept: it wants the > > levels to be in strict sequence. So this has to be chalked down as a > > fairly deeply ingrained limitation of the exporter. I don't see an easy way > > to lift it. > > Especially as this is a limitation of LaTeX, not the exporter. > > :-) > >
Not true - the following compiles with no problems: --8<---------------cut here---------------start------------->8--- ... \begin{document} \maketitle \setcounter{tocdepth}{3} \tableofcontents \vspace*{1cm} \section{foo} \label{sec-1} \subsubsection{baz} \label{sec-1-1-1} \subsubsection{hunoz} \label{sec-1-1-2} \end{document} --8<---------------cut here---------------end--------------->8--- Nick