]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numrevtex.inc
Fix bug #10273
[lyx.git] / lib / layouts / numrevtex.inc
index eb8c19530bd3be817bbc96fed0504945283b0202..426f5d68df51dc67733cb1baabd41de77246ebe1 100644 (file)
@@ -2,9 +2,9 @@
 # This include files contains label definitions for a article-like numbering.
 
 
-Format 6
+Format 60
 Style Section
-       LabelType             Counter
+       LabelType             Static
        LabelCounter          section
        LabelString           "\Roman{section}."
        LabelStringAppendix   "Appendix \Alph{section}:"
@@ -13,7 +13,7 @@ End
 
 
 Style Subsection
-       LabelType             Counter
+       LabelType             Static
        LabelCounter          subsection
        LabelString           "\Alph{subsection}."
        LabelStringAppendix   "\arabic{subsection}."
@@ -22,7 +22,7 @@ End
 
 
 Style Subsubsection
-       LabelType             Counter
+       LabelType             Static
        LabelCounter          subsubsection
        LabelString           "\arabic{subsubsection}."
        LabelStringAppendix   "\alph{subsubsection}."
@@ -31,7 +31,7 @@ End
 
 
 Style Paragraph
-       LabelType             Counter
+       LabelType             Static
        LabelCounter          paragraph
        LabelString           "\alph{paragraph}."
        LabelStringAppendix   "\alph{paragraph}."