]> git.lyx.org Git - features.git/commit
Fix bug #9162: Missing \use_indices
authorGeorg Baum <baum@lyx.org>
Fri, 4 Jul 2014 17:55:44 +0000 (19:55 +0200)
committerGeorg Baum <baum@lyx.org>
Fri, 4 Jul 2014 17:55:44 +0000 (19:55 +0200)
commit22dcdd6d8ff39206bcb627ea6ce4de8c6c07417f
tree5b0c26c86f1a55692ca780d21610d997c115b2e2
parent906a7d91421fef580b10af6d67be9c77c9633d52
Fix bug #9162: Missing \use_indices

The lyx2lyx conversion for format 352 was incomplete: It should have been
added the \use_indices setting, but it relied on the fact that the default in
LyX for missing \use_indices is the same as the old format without that
setting used. However, the default might change in the future, and later
lyx2lyx conversions rely on that setting as well.
lib/lyx2lyx/LyX.py
lib/lyx2lyx/lyx_2_0.py
lib/lyx2lyx/lyx_2_1.py