]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/layout2layout.py
UserGuide.lyx: some index fixes for the non-english version
[lyx.git] / lib / scripts / layout2layout.py
index af50d3bab5a8c703776c8bc91e67354635228209..e628a300fdfd5bf3b837d5b0bfea7e91c46c5d95 100644 (file)
 
 import os, re, string, sys
 
+# Incremented to format 4, 6 April 2007, lasgouttes
+# Introduction of generic "Provides" declaration
 
-currentFormat = 6
+# Incremented to format 5, 22 August 2007 by vermeer
+# InsetLayout material
+
+# Incremented to format 6, 7 January 2008 by spitz
+# Requires tag added to layout files
+
+# Incremented to format 7, 24 March 2008 by rgh
+# AddToPreamble tag added to layout files
+currentFormat = 7
 
 
 def usage(prog_name):
@@ -158,6 +168,10 @@ def convert(lines):
                 i += 1
             continue
 
+        if format == 6:
+          i += 1
+          continue
+
         if format == 5:
           i += 1
           continue