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