]> git.lyx.org Git - features.git/commit
Fix bug 5330, round 1.
authorRichard Heck <rgheck@comcast.net>
Tue, 7 Oct 2008 15:45:08 +0000 (15:45 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 7 Oct 2008 15:45:08 +0000 (15:45 +0000)
commitb0c60993301bca5d65696c4f5a77f6c267e8861e
treef265a350b4e3f85a54af54ca5d2be10e9ce9c63b
parentfe4d8a86d5791c25c309d30dedf6719d8dd9deed
Fix bug 5330, round 1.

The bug is that older layout files with lines like:
Input amsmaths.inc
fail in 1.6, since that file no longer exists. This commit adds some
layout2layout that will scan for such includes and add lines like
UseModule theorems-ams
corresponding to the input lines. The downside to this commit is that
UseModule only becomes available on 25 July 2008, whereas the files
were removed in January.

My intention is to try to deal with these intermediate cases as well.
But I'm not sure that will ultimately work very well, so this will do
until I can figure that out.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26800 a592a061-630c-0410-9148-cb99ea01b6c8
lib/scripts/layout2layout.py