]> git.lyx.org Git - features.git/commit
Fix lyx2lyx problem related to bug #1881.
authorRichard Heck <rgheck@comcast.net>
Tue, 2 Nov 2010 15:24:49 +0000 (15:24 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 2 Nov 2010 15:24:49 +0000 (15:24 +0000)
commit580a984e2ca469f8c83c461f4b8e743b18ce9f47
tree3d4c0f73877c7242f9465f9bb1143ecab3373570
parent4d2b6ffc78637c0042d51b06d8c3d94579a0de2a
Fix lyx2lyx problem related to bug #1881.

It is dangerous (i.e., foolish) to rely upon assumptions about exactly
how many lines there will be between one structure and another structure
in a LyX file. No such things should be hardcoded into lyx2lyx. You must
ALWAYS search for what you want, e.g., the beginning of the layout in
which some particular inset is contained.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35998 a592a061-630c-0410-9148-cb99ea01b6c8
lib/lyx2lyx/lyx_2_0.py