Am Donnerstag, 15. Februar 2007 13:38 schrieb Jacek M. Holeczek:
> Hi,
> this is an "update report" to my previous mail.
>
> I've started to use the newest LyX-1.4.4/Linux/i686/qt-3.1.2 ...
>
> In the new LyX version, a serious problem has been introduced.
> It concerns TeX sequences in form "\ACCENT{\i}" and "\ACCENT{\j}", where
> the ACCENT is, for example, one of "'`=~^." -> text which contains such
> characters generates improper "inlined" (non-editable) ERTs in LyX.
> When trying to generate the .ps file, either one gets LaTeX errors or ...
> one does NOT get any error, but the resulting .ps file is CUT (missing
> pages, starting from the page that contained such an improper ERT).
This is not an ERT, but an unrecognized InsetLatexAccent. The problem is
that the fix for the import of \i alone did break the import of \={\i}. I
fixed this in trunk now.
We really need an automated test system for tex2lyx, lyx2lyx and also lyx
export. I have a lot of test files, bat amn too lazy to run them by hand
everytime I change something.
> Hope it helps,
Yes, definitely.
Georg