]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numreport.inc
Update layouts
[lyx.git] / lib / layouts / numreport.inc
index 7a54bf82ef5cc714b48e3b769e293d08655a760b..2a136822de905b88dc863ffa9116bc6670784db3 100644 (file)
@@ -1,21 +1,17 @@
 # Author : André Pönitz
 # This include file contains label definitions for a report-like numbering.
 
-Format 7
+Format 103
 
-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,12 @@ 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