lyx_mirror/lib/lyx2lyx
Georg Baum 52d2588613 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-25 22:39:22 +02:00
..
.gitignore Setup .gitignore for generated files 2012-03-22 02:16:12 +01:00
CMakeLists.txt Do not py-compile also on cmake build 2012-01-22 13:05:37 +00:00
generate_encoding_info.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx2lyx lyx2lyx files: update GPL organization address and claim copyright also for the LyX team where it is necessary 2011-12-18 22:56:49 +00:00
lyx2lyx_lang.py
lyx2lyx_tools.py Typo. 2014-04-21 11:52:00 -04:00
lyx2lyx_version.py.in Fix inconsistent version in .lyx files (#7951) 2013-07-13 16:02:26 +02:00
lyx_0_06.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_0_08.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_0_10.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_0_12.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_1_0.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_1_1_5.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_1_1_6_0.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_1_1_6_3.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_1_1.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_1_2.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_1_3.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
lyx_1_4.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
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 lyx2lyx/lyx_1_6.py: fix a typo (port from branch) 2011-12-08 23:16:34 +00:00
lyx_2_0.py Fix bug #5029: Support \smash, \mathclap, \mathllap and \mathrlap. 2012-01-08 12:34:12 +00:00
lyx_2_1.py Fix lyx2lyx math package defaults (bug #9069) 2014-04-25 22:39:22 +02:00
lyx_2_2.py lyx2lyx: Add the 2.2 entry 2014-04-18 14:06:33 +02:00
LyX.py lyx2lyx: Add the 2.2 entry 2014-04-18 14:06:33 +02:00
Makefile.am Add lyx_2_1.py to the distribution; it was added in r38570. 2011-05-09 17:58:03 +00:00
parser_tools.py Whitespace. 2014-04-21 11:52:00 -04:00
profiling.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
test_parser_tools.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00
unicode_symbols.py Update FSF address, patch from cornelisbb, #7735. 2011-08-25 23:10:36 +00:00