]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numrevtex.inc
Fix bug #10273
[lyx.git] / lib / layouts / numrevtex.inc
index 1b07865c89ec1cf9505be427d90a1242761d67eb..426f5d68df51dc67733cb1baabd41de77246ebe1 100644 (file)
@@ -1,38 +1,39 @@
-# Author : André Pönitz
+# Author : André Pönitz
 # This include files contains label definitions for a article-like numbering.
 
 
+Format 60
 Style Section
-       LabelType             Counter
+       LabelType             Static
        LabelCounter          section
        LabelString           "\Roman{section}."
-       LabelStringAppendix   "    Appendix \Alph{section}:"
+       LabelStringAppendix   "Appendix \Alph{section}:"
        TocLevel              1
 End
 
 
 Style Subsection
-       LabelType             Counter
+       LabelType             Static
        LabelCounter          subsection
-       LabelString           "   \Alph{subsection}."
-       LabelStringAppendix   "   \arabic{subsection}."
+       LabelString           "\Alph{subsection}."
+       LabelStringAppendix   "\arabic{subsection}."
        TocLevel              2
 End
 
 
 Style Subsubsection
-       LabelType             Counter
+       LabelType             Static
        LabelCounter          subsubsection
-       LabelString           "   \arabic{subsubsection}."
-       LabelStringAppendix   "   \alph{subsubsection}."
+       LabelString           "\arabic{subsubsection}."
+       LabelStringAppendix   "\alph{subsubsection}."
        TocLevel              3
 End
 
 
 Style Paragraph
-       LabelType             Counter
+       LabelType             Static
        LabelCounter          paragraph
-       LabelString           "   \alph{paragraph}."
-       LabelStringAppendix   "   \alph{paragraph}."
+       LabelString           "\alph{paragraph}."
+       LabelStringAppendix   "\alph{paragraph}."
        TocLevel              4
 End