]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numreport.inc
Tools(listFontWithLang.pl): Added type for small capitals.
[lyx.git] / lib / layouts / numreport.inc
index 6337c709a51eadef0fce28008f1bc1f88232e5f8..c61c6725eaa39ea34c3ef6f3a5ac7a05373bbb52 100644 (file)
@@ -1,15 +1,17 @@
 # Author : André Pönitz
 # This include file contains label definitions for a report-like numbering.
 
-Format 64
+Format 81
 
 Counter chapter
+       GuiName Chapter
        Within                ""
        LabelString           "\arabic{chapter}"
        LabelStringAppendix   "\Alph{chapter}"
 End
 
 Counter section
+       GuiName Section
        Within                chapter
        LabelString           ""
 End
@@ -32,10 +34,12 @@ Float
 End
 
 Counter listing
+       GuiName Listing
        Within                chapter
 End
 
 Counter footnote
+       GuiName Footnote
        Within                chapter
        LabelString           "\arabic{footnote}"
 End