]> git.lyx.org Git - features.git/blobdiff - lib/lyx2lyx/lyx2lyx
support for sidewaysfloats and fix for bug 1016 (float placement allows impossible...
[features.git] / lib / lyx2lyx / lyx2lyx
index a7d86d6e13188be04ef61aa6f390bdc18e185f23..b973a626bf2d55502915f8643fd5e351426225f0 100755 (executable)
@@ -40,7 +40,8 @@ opt.quiet = 0
 
 format = re.compile(r"(\d)[\.,]?(\d\d)")
 fileformat = re.compile(r"\\lyxformat\s*(\S*)")
-lst_ft = [210, 215, 216, 217, 218, 220, 221, 223, 224, 225, 226, 227, 228, 229, 230]
+lst_ft = [210, 215, 216, 217, 218, 220, 221, 223, 224, 225, 226, 227, 228, 229, 
+          230, 231]
 
 def usage():
     print """Usage: lyx2lyx [options] [file]