]> 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 b23812b1f509aed108aab7e380be81489eee347d..482b41bbb7a9d7f1620a60156179f2d4b7fd8bea 100644 (file)
@@ -1,13 +1,15 @@
 # Author : André Pönitz
-# This include files contains label definitions for a article-like numbering.
+# 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
@@ -36,10 +38,18 @@ 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