]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numrevtex.inc
Add tableaux to outliner
[lyx.git] / lib / layouts / numrevtex.inc
index ade1d6caf84457fd344879fc4ddacc35688c615c..9735e76c9a30881ec2c42438eaddd8b7b515e6cb 100644 (file)
@@ -2,9 +2,9 @@
 # This include files contains label definitions for a article-like numbering.
 
 
-Format 42
+Format 63
 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}."