]> 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 f6206db3ad3e312541314f6ffb93824d1f4527bf..c61c6725eaa39ea34c3ef6f3a5ac7a05373bbb52 100644 (file)
@@ -1,21 +1,17 @@
 # Author : André Pönitz
 # This include file contains label definitions for a report-like numbering.
 
-Format 8
+Format 81
 
-Style Part
-       TocLevel              -1
-End
-
-Counter
-       Name                  chapter
+Counter chapter
+       GuiName Chapter
        Within                ""
        LabelString           "\arabic{chapter}"
        LabelStringAppendix   "\Alph{chapter}"
 End
 
-Counter
-       Name                  section
+Counter section
+       GuiName Section
        Within                chapter
        LabelString           ""
 End
@@ -37,13 +33,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}"
 End