]> git.lyx.org Git - features.git/blobdiff - lib/lyx2lyx/lyx_2_1.py
Very basic support for unicode-math
[features.git] / lib / lyx2lyx / lyx_2_1.py
index acb36d5a3560fb3d2148d18239eb9bac7de35b9f..fb836ab30685477658886aca2de3f0a43ea3aee3 100644 (file)
@@ -1134,10 +1134,12 @@ convert = [
            [439, []],
            [440, []],
            [441, [convert_mdnomath]],
-           [442, []]
+           [442, []],
+           [443, []]
           ]
 
 revert =  [
+           [442, []],
            [441, [revert_newtxmath]],
            [440, [revert_mdnomath]],
            [439, [revert_mathfonts]],