]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numreport.inc
Make continuous spellcheck the default.
[lyx.git] / lib / layouts / numreport.inc
index 1a4f03b9ce01d88d5d0b6012d6662ca2fec68594..b94fb06eb177050b913a8a4babe76b28ee553c66 100644 (file)
@@ -1,19 +1,17 @@
 # Author : André Pönitz
 # This include file contains label definitions for a report-like numbering.
 
-Format 34
-
-Style Part
-       TocLevel              -1
-End
+Format 93
 
 Counter chapter
+       GuiName Chapter
        Within                ""
        LabelString           "\arabic{chapter}"
        LabelStringAppendix   "\Alph{chapter}"
 End
 
 Counter section
+       GuiName Section
        Within                chapter
        LabelString           ""
 End
@@ -36,10 +34,12 @@ Float
 End
 
 Counter listing
+       GuiName Listing
        Within                chapter
 End
 
 Counter footnote
+       GuiName Footnote
        Within                chapter
        LabelString           "\arabic{footnote}"
 End