On 11/06/2010 01:42 PM, uwesto...@lyx.org wrote:
Author: uwestoehr
Date: Sat Nov  6 18:42:26 2010
New Revision: 36165
URL: http://www.lyx.org/trac/changeset/36165

Log:
lyx_2_0.py:
- remove 2 fixmes; we can be sure that there is space between the table entries
- add comment for the preamble that got lost the last days

Modified:
    lyx-devel/trunk/lib/lyx2lyx/lyx_2_0.py

Modified: lyx-devel/trunk/lib/lyx2lyx/lyx_2_0.py
==============================================================================
--- lyx-devel/trunk/lib/lyx2lyx/lyx_2_0.py      Sat Nov  6 16:24:37 2010        
(r36164)
+++ lyx-devel/trunk/lib/lyx2lyx/lyx_2_0.py      Sat Nov  6 18:42:26 2010        
(r36165)
@@ -997,6 +995,7 @@
        i = cend

      if multirow == True:
+        add_to_preamble(document, ["% this command was inserted by lyx2lyx"])
          add_to_preamble(document, ["\\usepackage{multirow}"])

This no longer needs to be done manually. The add_to_preamble routine adds it (or something like it) for us.

Richard

Reply via email to