On Sun, Oct 12, 2008 at 10:59:50PM +0300, Dmitrii Dimandt wrote:
>>> When I import this file into Lyx, I get anything but cyrillic in my
>>> text: http://images.dmitriid.com/misc/tex/lyx.png (top of screenshot
>>> is what it shouldve looked like and bottom of the picture is what it
>>> looks like in Lyx)
Yes, looks like a problem with tex2lyx.
As a workaround replace the line
\usepackage[english,russian]{babel}
with
\usepackage[russian]{babel}
before you run tex2lyx. This should produce a usable .lyx file, but,
unfortunately, drop the 'russian' option for babel.
To fix this, set within LyX
Document -> Settings -> Language -> Language to "Russian"
Hope this helps.
Andre'