]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numarticle.inc
remove decimal.lyx as its content is in the EmbeddedObjects manual
[lyx.git] / lib / layouts / numarticle.inc
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..482b41bbb7a9d7f1620a60156179f2d4b7fd8bea 100644 (file)
@@ -0,0 +1,55 @@
+# Author : André Pönitz
+# This include file contains label definitions for an article-like numbering.
+
+Format 4
+Style Part
+       LabelType             Counter
+       LabelCounter          part
+       LabelString           "Part \Roman{part}"
+       TocLevel              0
+End
+
+
+Style Section
+       LabelType             Counter
+       LabelCounter          section
+       LabelString           "\arabic{section}"
+       LabelStringAppendix   "\Alph{section}"
+       TocLevel              1
+End
+
+
+Style Subsection
+       LabelType             Counter
+       LabelCounter          subsection
+       LabelString           "@Section@.\arabic{subsection}"
+       LabelStringAppendix   "@Section@.\arabic{subsection}"
+       TocLevel              2
+End
+
+
+Style Subsubsection
+       LabelType             Counter
+       LabelCounter          subsubsection
+       LabelString           "@Subsection@.\arabic{subsubsection}"
+       LabelStringAppendix   "@Subsection@.\arabic{subsubsection}"
+       TocLevel              3
+End
+
+
+Style Paragraph
+       LabelType             Counter
+       LabelCounter          paragraph
+       LabelString           "@Subsubsection@.\arabic{paragraph}"
+       LabelStringAppendix   "@Subsubsection@.\arabic{paragraph}"
+       TocLevel              4
+End
+
+
+Style Subparagraph
+       LabelType             Counter
+       LabelCounter          subparagraph
+       LabelString           "@Paragraph@.\arabic{subparagraph}"
+       LabelStringAppendix   "@Paragraph@.\arabic{subparagraph}"
+       TocLevel              5
+End