I'm sorry that I respond so late.

My idea is that as org-mode exports a plain text,org-mode assigns the
number to items having eight or more *s,
and the title starts from the number of the 8th depth.

So,I expect the exported .tex file is like that:
...
\section{one}
\label{sec-1}
\subsection{two}
\label{sec-1-1}
\subsubsection{three}
\label{sec-1-1-1}
\begin{enumerate}
\item four
\label{sec-1-1-1-1}
\begin{enumerate}
\item five
\label{sec-1-1-1-1-1}
\begin{enumerate}
\item six
\label{sec-1-1-1-1-1-1}
\begin{enumerate}
\item seven
\label{sec-1-1-1-1-1-1-1}

1. eight
      \label{sec-1-1-1-1-1-1-1-1}

      1.1 nine
      \label{sec-1-1-1-1-1-1-1-1-1}


\end{enumerate}
\end{enumerate}
\end{enumerate}
\end{enumerate}
...
Also,org-mode should export tex command to indent.

Sincerely,

2016-03-01 6:16 GMT+09:00 Nicolas Goaziou <m...@nicolasgoaziou.fr>:
> Hello,
>
> 9661031 <9661...@gmail.com> writes:
>
>> When you use a headline which is more than 7th level,the exported LaTeX file
>> raises an error in typesetting. Here is an example (org file):
>>
>> ===
>> * one
>> ** two
>> *** three
>> **** four
>> ***** five
>> ****** six
>> ******* seven
>> ******** eight
>> ===
>>
>> This happens because nesting of enumerate environment in LaTeX is limited.
>> I think the program should export an LaTeX file that successfully makes
>> a PDF file even though the solution is dirty.
>
> Fair enough. Do you have a proposal for deeply nested headlines (or
> items)?
>
> Regards,
>
> --
> Nicolas Goaziou



-- 
Candlejackああ、あれは昔のアニメに出てくる・・・
おっと、宅配便かな、誰かが来たようだ

Reply via email to