]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numreport.inc
Grammar
[lyx.git] / lib / layouts / numreport.inc
index 4bf9ab3c13b2fc7f5e5c66c04fcd20228daf8b4a..0b18af40be6946005a7f630aaf17978fe73db9a0 100644 (file)
@@ -1,19 +1,21 @@
 # Author : André Pönitz
 # This include file contains label definitions for a report-like numbering.
 
-Format 97
+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
@@ -41,5 +43,5 @@ End
 Counter footnote
        GuiName Footnote
        Within                chapter
-       LabelString           "\arabic{footnote}"
+       PrettyFormat    "footnote \arabic{footnote}"
 End