]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstarsections.inc
Fix a bug involving module conflicts. We need to check not only that we
[lyx.git] / lib / layouts / stdstarsections.inc
index f0eec8a1136378d36fe342ceb8346ede6a8f00c8..82fdbf06be3f6a8de0b8671fdfdfa186e7356b95 100644 (file)
@@ -9,64 +9,78 @@
 # modifying the style of the regular sectioning layouts.
 
 
-Format 4
+Format 10
 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