X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fscripts%2Flayout2layout.py;h=46a8ea6efb151d0c8262cd6005900e1d11b533a3;hb=003d675c2f3bb66f147b99def57296545d4c170e;hp=af2a85155042fcc15cedc60886b308dbf9079445;hpb=8556cb1c66c6548c110cc96e2c8245102cefb906;p=lyx.git diff --git a/lib/scripts/layout2layout.py b/lib/scripts/layout2layout.py index af2a851550..46a8ea6efb 100644 --- a/lib/scripts/layout2layout.py +++ b/lib/scripts/layout2layout.py @@ -11,7 +11,7 @@ # This script will update a .layout file to current format # The latest layout format is also defined in src/TextClass.cpp -currentFormat = 75 +currentFormat = 76 # Incremented to format 4, 6 April 2007, lasgouttes @@ -252,6 +252,9 @@ currentFormat = 75 # New Argument tags FreeSpacing, InsertOnNewline # New InsetLayout tag ParbreakIgnored +# Incremented to format 76, 8 July 2019 by spitz +# New textclass tag BibInToc + # Do not forget to document format change in Customization # Manual (section "Declaring a new text class"). @@ -501,7 +504,7 @@ def convert(lines, end_format): i += 1 continue - if format >= 65 and format <= 74: + if format >= 65 and format <= 75: # nothing to do. i += 1 continue