On Tue, Oct 01, 2002 at 10:59:04AM +0200, Lars Gullik Bj?nnes wrote:
> | I have a fix for this bug.
> | I'll commit shortly.
> 
> Can you send the patch to the list so that we can see what the problem was? 

The problem was if the lyx file look like this:

\layout Enumerate
...
\layout LaTeX
<foo>
\end_deeper
\layout Enumerate

Then lyx2lyx produced

\begin_inset ERT
status Collapsed
\layout Standard
<foo>
\end_deeper
\end_inset
\layout Enumerate

The \end_deeper inside the ERT inset did not have an effect on the outer
enumerate.
The fix was to move the \end_deeper command outside the ERT inset.

Reply via email to