]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numreport.inc
file format change: support for Armenian
[lyx.git] / lib / layouts / numreport.inc
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..f44d83040a4874188a1068bc5e14c74593b6d02f 100644 (file)
@@ -0,0 +1,25 @@
+# Author : André Pönitz
+# This include file contains label definitions for a report-like numbering.
+
+Format 4
+Input numarticle.inc
+
+Style Part
+       TocLevel              -1
+End
+
+
+Style Chapter
+       LabelType             Counter
+       LabelCounter          chapter
+       LabelString           "Chapter \arabic{chapter}"
+       LabelStringAppendix   "Appendix \Alph{chapter}"
+       TocLevel              0
+End
+
+
+Style Section
+       LabelString           "\arabic{chapter}.\arabic{section}"
+       LabelStringAppendix   "\Alph{chapter}.\arabic{section}"
+End
+