]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numreport.inc
Grammar
[lyx.git] / lib / layouts / numreport.inc
index 70ceb9a9023fe7bcd464d5fda6462c2fc0a5412d..0b18af40be6946005a7f630aaf17978fe73db9a0 100644 (file)
@@ -1,23 +1,21 @@
 # Author : André Pönitz
 # This include file contains label definitions for a report-like numbering.
 
-Format 6
+Format 104
 
-Style Part
-       TocLevel              -1
-End
-
-Counter
-       Name                  chapter
+Counter chapter
+       GuiName Chapter
        Within                ""
        LabelString           "\arabic{chapter}"
        LabelStringAppendix   "\Alph{chapter}"
+       PrettyFormat "Chapter ##"
 End
 
-Counter
-       Name                  section
+Counter section
+       GuiName Section
        Within                chapter
        LabelString           ""
+       PrettyFormat "Section ##"
 End
 
 Float
@@ -37,13 +35,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}"
+       PrettyFormat    "footnote \arabic{footnote}"
 End