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