]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numreport.inc
Bump layout format
[lyx.git] / lib / layouts / numreport.inc
index e07027a493a0d38703f10807218e1a0f754a4a19..50e67e43f330b7eeac555b644e53c23e23c9f148 100644 (file)
@@ -1,25 +1,45 @@
-# Author : André Pönitz
+# Author : André Pönitz
 # This include file contains label definitions for a report-like numbering.
 
-Format 2
-Input numarticle.inc
+Format 42
 
 Style Part
        TocLevel              -1
 End
 
+Counter chapter
+       Within                ""
+       LabelString           "\arabic{chapter}"
+       LabelStringAppendix   "\Alph{chapter}"
+End
+
+Counter section
+       Within                chapter
+       LabelString           ""
+End
 
-Style Chapter
-       LabelType             Counter
-       LabelCounter          chapter
-       LabelString           "Chapter \arabic{chapter}"
-       LabelStringAppendix   "Appendix \Alph{chapter}"
-       TocLevel              0
+Float
+       Type                  table
+       NumberWithin          chapter
 End
 
 
-Style Section
-       LabelString           "\arabic{chapter}.\arabic{section}"
-       LabelStringAppendix   "\Alph{chapter}.\arabic{section}"
+Float
+       Type                  figure
+       NumberWithin          chapter
 End
 
+
+Float
+       Type                  algorithm
+       NumberWithin          chapter
+End
+
+Counter listing
+       Within                chapter
+End
+
+Counter footnote
+       Within                chapter
+       LabelString           "\arabic{footnote}"
+End