Jürgen Spitzmüller wrote:
Pavel Sanda wrote:
bisect leads to this commit:
http://www.lyx.org/trac/changeset/23942
no idea, really.
I investigated this for a bit, and it's really strange. If you run this
PYTHONPATH=../../lib/lyx2lyx python -tt ./doc_toc.py es .
manually, it's fine, but if you run this:
PYTHONPATH=../../lib/lyx2lyx python -tt ./doc_toc.py cs .
it chokes on Math.lyx. And if you run lyx2lyx manually on Math.lyx (or
open it and save it, in the new format, of course), then it again works
fine, and then Math.lyx will open fine, as well.
So it's something weird about the handling of the English Math.lyx after
it gets converted internally. It might just be gremlins. The math manual
is presently in format 276 (1.5.5svn), and we're at 323, and it's a
complicated document, so there are a LOT of changes that happen in the
conversion.
rh