]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numreport.inc
Update layouts
[lyx.git] / lib / layouts / numreport.inc
index aa9c1e7c645dd5df762492a38df40e834f36fc30..2a136822de905b88dc863ffa9116bc6670784db3 100644 (file)
@@ -1,15 +1,17 @@
 # Author : André Pönitz
 # This include file contains label definitions for a report-like numbering.
 
-Format 53
+Format 103
 
 Counter chapter
+       GuiName Chapter
        Within                ""
        LabelString           "\arabic{chapter}"
        LabelStringAppendix   "\Alph{chapter}"
 End
 
 Counter section
+       GuiName Section
        Within                chapter
        LabelString           ""
 End
@@ -32,10 +34,11 @@ Float
 End
 
 Counter listing
+       GuiName Listing
        Within                chapter
 End
 
 Counter footnote
+       GuiName Footnote
        Within                chapter
-       LabelString           "\arabic{footnote}"
 End