]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numreport.inc
Grammar
[lyx.git] / lib / layouts / numreport.inc
index 639cb9fd327c27d961849d843378287c8f076768..0b18af40be6946005a7f630aaf17978fe73db9a0 100644 (file)
@@ -1,17 +1,21 @@
 # Author : André Pönitz
 # This include file contains label definitions for a report-like numbering.
 
-Format 60
+Format 104
 
 Counter chapter
+       GuiName Chapter
        Within                ""
        LabelString           "\arabic{chapter}"
        LabelStringAppendix   "\Alph{chapter}"
+       PrettyFormat "Chapter ##"
 End
 
 Counter section
+       GuiName Section
        Within                chapter
        LabelString           ""
+       PrettyFormat "Section ##"
 End
 
 Float
@@ -32,10 +36,12 @@ Float
 End
 
 Counter listing
+       GuiName Listing
        Within                chapter
 End
 
 Counter footnote
+       GuiName Footnote
        Within                chapter
-       LabelString           "\arabic{footnote}"
+       PrettyFormat    "footnote \arabic{footnote}"
 End