From 6487aeb026179b4ae47dde55d765a5aed2ea30bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sun, 31 Jul 2011 02:07:16 +0000 Subject: [PATCH] lyx2lyx/lyx_2_0.py: backport r39383 to branch git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39392 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/lyx2lyx/lyx_2_0.py | 6 +++--- status.20x | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/lyx2lyx/lyx_2_0.py b/lib/lyx2lyx/lyx_2_0.py index 2854d7bec0..01efc86576 100644 --- a/lib/lyx2lyx/lyx_2_0.py +++ b/lib/lyx2lyx/lyx_2_0.py @@ -1839,7 +1839,7 @@ def revert_mathdots(document): mathdots = find_token(document.header, "\\use_mathdots" , 0) if mathdots == -1: - document.warning("No \\usemathdots line. Assuming auto.") + document.warning("No \\use_mathdots line. Assuming auto.") else: val = get_value(document.header, "\\use_mathdots", mathdots) del document.header[mathdots] @@ -1855,7 +1855,7 @@ def revert_mathdots(document): return if usedots == 2: # force load case - add_to_preamble(["\\usepackage{mathdots}"]) + add_to_preamble(document, ["\\usepackage{mathdots}"]) return # so we are in the auto case. we want to load mathdots if \iddots is used. @@ -2531,7 +2531,7 @@ convert = [[346, []], [410, []], [411, [convert_langpack]], [412, []], - [413, []], + [413, []] ] revert = [[412, [revert_html_css_as_file]], diff --git a/status.20x b/status.20x index 653b91b6b9..837c6a031a 100644 --- a/status.20x +++ b/status.20x @@ -161,6 +161,10 @@ What's new - Fix output of unicode math from within child documents (bug 7682). +- Fix bug when exporting documents containing the command/character + "\iddots" in math to LyX 1.6.x. + + * USER INTERFACE - Fixed crash relating to outliner and mouse movement. -- 2.39.5