]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/numrevtex.inc
Fix bug #7668 (cosmetic whitespace issues)
[lyx.git] / lib / layouts / numrevtex.inc
index 1b07865c89ec1cf9505be427d90a1242761d67eb..c3b187097021d997d013a4de67b1888bd73dc192 100644 (file)
@@ -1,12 +1,13 @@
-# Author : André Pönitz
+# Author : André Pönitz
 # This include files contains label definitions for a article-like numbering.
 
 
+Format 35
 Style Section
        LabelType             Counter
        LabelCounter          section
        LabelString           "\Roman{section}."
-       LabelStringAppendix   "    Appendix \Alph{section}:"
+       LabelStringAppendix   "Appendix \Alph{section}:"
        TocLevel              1
 End
 
@@ -14,8 +15,8 @@ End
 Style Subsection
        LabelType             Counter
        LabelCounter          subsection
-       LabelString           "   \Alph{subsection}."
-       LabelStringAppendix   "   \arabic{subsection}."
+       LabelString           "\Alph{subsection}."
+       LabelStringAppendix   "\arabic{subsection}."
        TocLevel              2
 End
 
@@ -23,8 +24,8 @@ End
 Style Subsubsection
        LabelType             Counter
        LabelCounter          subsubsection
-       LabelString           "   \arabic{subsubsection}."
-       LabelStringAppendix   "   \alph{subsubsection}."
+       LabelString           "\arabic{subsubsection}."
+       LabelStringAppendix   "\alph{subsubsection}."
        TocLevel              3
 End
 
@@ -32,7 +33,7 @@ End
 Style Paragraph
        LabelType             Counter
        LabelCounter          paragraph
-       LabelString           "   \alph{paragraph}."
-       LabelStringAppendix   "   \alph{paragraph}."
+       LabelString           "\alph{paragraph}."
+       LabelStringAppendix   "\alph{paragraph}."
        TocLevel              4
 End