]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numreport.inc
Fix typos in comments
[lyx.git] / lib / layouts / numreport.inc
index 70ceb9a9023fe7bcd464d5fda6462c2fc0a5412d..cfab6448f506b27e56d6e8a089ed56d95187c0b4 100644 (file)
@@ -1,21 +1,17 @@
 # Author : André Pönitz
 # This include file contains label definitions for a report-like numbering.
 
-Format 6
+Format 98
 
-Style Part
-       TocLevel              -1
-End
-
-Counter
-       Name                  chapter
+Counter chapter
+       GuiName Chapter
        Within                ""
        LabelString           "\arabic{chapter}"
        LabelStringAppendix   "\Alph{chapter}"
 End
 
-Counter
-       Name                  section
+Counter section
+       GuiName Section
        Within                chapter
        LabelString           ""
 End
@@ -37,13 +33,13 @@ Float
        NumberWithin          chapter
 End
 
-Counter
-       Name                  listing
+Counter listing
+       GuiName Listing
        Within                chapter
 End
 
-Counter
-       Name                  footnote
+Counter footnote
+       GuiName Footnote
        Within                chapter
        LabelString           "\arabic{footnote}"
 End