]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstarsections.inc
Now update layout format.
[lyx.git] / lib / layouts / stdstarsections.inc
index 481f5a47faac0c9998a60a6d9df1b31782a0461f..33b08b839b18cae955f1b0afb743336bc0c78bb4 100644 (file)
@@ -1,6 +1,6 @@
 # Standard textclass definition file. Taken from initial LyX source code
 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
-# Transposed by Pascal André <andre@via.ecp.fr>
+# Transposed by Pascal André <andre@via.ecp.fr>
 # Heavily modifed and enhanced by several developers.
 
 # This include files contains all non numbered versions of the
@@ -9,64 +9,78 @@
 # modifying the style of the regular sectioning layouts.
 
 
-Format 4
+Format 29
 Style Part*
        CopyStyle             Part
+       Category              Unnumbered
        Margin                Static
        LatexName             part*
        LabelType             No_Label
+       LabelCounter          ""        
 End
 
 
 Style Chapter*
        CopyStyle             Chapter
+       Category              Unnumbered
        Margin                Static
        LatexName             chapter*
        LabelType             No_Label
+       LabelCounter          ""        
        OptionalArgs          0
 End
 
 
 Style Section*
        CopyStyle             Section
+       Category              Unnumbered
        Margin                Static
        LatexName             section*
        LabelType             No_Label
+       LabelCounter          ""        
        OptionalArgs          0
 End
 
 
 Style Subsection*
        CopyStyle             Subsection
+       Category              Unnumbered
        Margin                Static
        LatexName             subsection*
        LabelType             No_Label
+       LabelCounter          ""        
        OptionalArgs          0
 End
 
 
 Style Subsubsection*
        CopyStyle             Subsubsection
+       Category              Unnumbered
        Margin                Static
        LatexName             subsubsection*
        LabelType             No_Label
+       LabelCounter          ""        
        OptionalArgs          0
 End
 
 
 Style Paragraph*
        CopyStyle             Paragraph
+       Category              Unnumbered
        Margin                Static
        LatexName             paragraph*
        LabelType             No_Label
+       LabelCounter          ""        
        OptionalArgs          0
 End
 
 
 Style Subparagraph*
        CopyStyle             Subparagraph
+       Category              Unnumbered
        Margin                Static
        LatexName             subparagraph*
        LabelType             No_Label
+       LabelCounter          ""        
        OptionalArgs          0
 End