]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numrevtex.inc
Add support for the europasscv class
[lyx.git] / lib / layouts / numrevtex.inc
index b49dde6d4e980472dc465ce55f194b6874d2d749..34c0125461b311c12d4de3c6e9205e3e7fc8b494 100644 (file)
@@ -1,9 +1,10 @@
-# Author : André Pönitz
+# Author : André Pönitz
 # This include files contains label definitions for a article-like numbering.
 
 
+Format 54
 Style Section
-       LabelType             Counter
+       LabelType             Static
        LabelCounter          section
        LabelString           "\Roman{section}."
        LabelStringAppendix   "Appendix \Alph{section}:"
@@ -12,7 +13,7 @@ End
 
 
 Style Subsection
-       LabelType             Counter
+       LabelType             Static
        LabelCounter          subsection
        LabelString           "\Alph{subsection}."
        LabelStringAppendix   "\arabic{subsection}."
@@ -21,7 +22,7 @@ End
 
 
 Style Subsubsection
-       LabelType             Counter
+       LabelType             Static
        LabelCounter          subsubsection
        LabelString           "\arabic{subsubsection}."
        LabelStringAppendix   "\alph{subsubsection}."
@@ -30,7 +31,7 @@ End
 
 
 Style Paragraph
-       LabelType             Counter
+       LabelType             Static
        LabelCounter          paragraph
        LabelString           "\alph{paragraph}."
        LabelStringAppendix   "\alph{paragraph}."