]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numreport.inc
Change LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibly in preparation for a move...
[lyx.git] / lib / layouts / numreport.inc
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..db8681a34f20a087cad2eef42d0b62e8f80b679f 100644 (file)
@@ -0,0 +1,49 @@
+# Author : André Pönitz
+# This include file contains label definitions for a report-like numbering.
+
+Format 5
+
+Style Part
+       TocLevel              -1
+End
+
+Counter
+       Name                  chapter
+       Within                ""
+       LabelString           "\arabic{chapter}"
+       LabelStringAppendix   "\Alph{chapter}"
+End
+
+Counter
+       Name                  section
+       Within                chapter
+       LabelString           ""
+End
+
+Float
+       Type                  table
+       NumberWithin          chapter
+End
+
+
+Float
+       Type                  figure
+       NumberWithin          chapter
+End
+
+
+Float
+       Type                  algorithm
+       NumberWithin          chapter
+End
+
+Counter
+       Name                  listing
+       Within                chapter
+End
+
+Counter
+       Name                  footnote
+       Within                chapter
+       LabelString           "\arabic{footnote}"
+End