emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] LaTeX export - can't skip a heading level


From: Nick Dokos
Subject: Re: [O] LaTeX export - can't skip a heading level
Date: Tue, 20 Mar 2012 19:24:55 -0400

Achim Gratz <address@hidden> wrote:

> Nick Dokos <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]