]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numarticle.inc
Fix table rotate conversion to 2.0 format
[lyx.git] / lib / layouts / numarticle.inc
index 4c355284c723241618157935208b73047b3ff103..b7bef94ebe22cf86dbc88bfef483769d09ef4a7d 100644 (file)
@@ -1,55 +1,11 @@
 # 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
-
+Format 49
 
-Style Section
-       LabelType             Counter
-       LabelCounter          section
-       LabelString           "\arabic{section}"
+# appendix applies to sections.
+Counter section
+       Within                "none"
+       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