Uwe Stöhr wrote:
> I don't have a crash with or without my patch on Windows. But LaTeX
> gives me an error:
>
> Paragraph ended before [EMAIL PROTECTED] was complete.
>
> "I suspect you've forgotten a `}', causing me to apply this
> control sequence to too much text. How can we recover?
> My plan is to forget the whole thing and hope for the best."Format''
There is a bug in LyX 1.5svn with Index entries, because this valid LyX
1.4.3 LaTeX-code:
(GIF, file extension {}``\texttt{.gif}'')\index{GIF|see{Image formats}},
{}``Portable Network Graphics'' (PNG, file extension
{}``\texttt{.png}'')\index{PNG|see{Image formats}},
becomes in LyX 1.5svn:
Format'' (GIF, file extension {}``\texttt{.gif}'')\index{GIF|see{Image
formats},
{}``Portable Network Graphics'' (PNG, file extension
{}``\texttt{.png}'')\index{PNG|see{Image formats},
The second closing brace of the \index command is swallowed.
Somebody knows how to fix this? Somewhere in the export to latex code I
suppose...
Abdel.