Ok, I am on to the \begin_deeper bug. It is the parsing of the LyX
file, and actually this shows a bug in the how we write .lyx files
currently (non-NEW_INSETS) where we open up the new float before we
emit the \end_deeper

\begin_float footnote
\end_deeper

Where is should be oposit:

\end_deeper
\begin_float footnote

or where the whole \begin_float ... \end_float should be inside the
\begin_deeper .. \end_deeper

\begin_deeper
...
\begin_float
...
\end_float
...
\end_deeper

I have a fix... I just have to implement it first...and it is a very
ad hoc fix...

I'll do this tomorrow...

        Lgb

Reply via email to