lyx_mirror/lib/lyx2lyx
Georg Baum b73a59932e Fix lyx2lyx math package defaults (bug #9069)
lyx2lyx sets all new math packages to off when converting from old formats.
This is correct if any command which would cause an automatic package loading
exists in the document. However, it is wrong if no command exists: This leads
to problems if later a command is added (bug #9069), which is especially
annoying for templates.
The fix consists of two parts:
1) convert_use_package() considers now the used commands like
   revert_use_package(), and uses them to decide whether to set the package to
   auto or off.
2) convert_undertilde() and revert_undertilde() use a slightly adjusted copy of
   convert_use_package() and revert_use_package(), so that the bug is also
   fixed for undertilde. We cannot use the latter functions directly, because
   of "\usepackage undertilde" vs. "\use_undertilde".
2014-04-27 18:09:29 +02:00
..
.gitignore
CMakeLists.txt
generate_encoding_info.py
lyx2lyx
lyx2lyx_lang.py
lyx2lyx_tools.py
lyx2lyx_version.py.in Fix inconsistent version in .lyx files (#7951) 2013-07-13 16:02:26 +02:00
lyx_0_06.py
lyx_0_08.py
lyx_0_10.py
lyx_0_12.py
lyx_1_0.py
lyx_1_1_5.py
lyx_1_1_6_0.py
lyx_1_1_6_3.py
lyx_1_1.py
lyx_1_2.py
lyx_1_3.py
lyx_1_4.py
lyx_1_5.py Fix bug #4036 (lyx2lyx produces invalid LyX 1.4.x) 2014-02-19 21:56:00 +01:00
lyx_1_6.py
lyx_2_0.py
lyx_2_1.py Fix lyx2lyx math package defaults (bug #9069) 2014-04-27 18:09:29 +02:00
LyX.py lyx2lyx: Set last minor version of the 2.0.x series 2014-03-23 17:48:07 +01:00
Makefile.am
parser_tools.py Patch to convert Sweave chunk paragraphs to insets (bug #8588). Work 2013-05-30 10:20:34 -04:00
profiling.py
test_parser_tools.py
unicode_symbols.py