]> git.lyx.org Git - features.git/blobdiff - lib/lyx2lyx/lyx_2_0.py
start XeTeX support.
[features.git] / lib / lyx2lyx / lyx_2_0.py
index bcfbaae24deab7914d2acebc3682d6720c8a8c1c..70c08cb68befb030f65085b6f0147ca517050af6 100644 (file)
@@ -186,10 +186,12 @@ def revert_vphantom(document):
 supported_versions = ["2.0.0","2.0"]
 convert = [[346, []],
            [347, []],
-           [348, []]
+           [348, []],
+           [349, []]
           ]
 
-revert =  [[347, [revert_phantom, revert_hphantom, revert_vphantom]],
+revert =  [[348, []],
+           [347, [revert_phantom, revert_hphantom, revert_vphantom]],
            [346, [revert_tabularvalign]],
            [345, [revert_swiss]]
           ]