]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/db_stdstarsections.inc
Enumerate isn't always defined when the case stuff is included.
[lyx.git] / lib / layouts / db_stdstarsections.inc
index c32bbd6ac285be9a16850bf6dfbcaaf32a95701c..25f1d48af7cd4d177b60b56aeb0f924e6628e6b9 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,12 +9,13 @@
 # modifying the style of the regular sectioning layouts.
 
 
+Format 45
 Style Part*
        CopyStyle             Part
        Margin                Static
        LatexName             bridgehead
-       LatexType             Environment
-       InnerTag              !-- --
+       LatexType             Paragraph
+       InnerTag              "!-- --"
        LabelType             No_Label
        LatexParam            renderas="part"
 End
@@ -23,11 +24,11 @@ End
 Style Chapter*
        CopyStyle             Chapter
        Margin                Static
-       LatexType             Environment
-       InnerTag              !-- --
+       LatexType             Paragraph
+       InnerTag              "!-- --"
        LatexName             bridgehead
        LabelType             No_Label
-       OptionalArgs          0
+       ResetArgs             1
        LatexParam            renderas="chapter"
 End
 
@@ -36,10 +37,10 @@ Style Section*
        CopyStyle             Section
        Margin                Static
        LatexName             bridgehead
-       LatexType             Environment
-       InnerTag              !-- --
+       LatexType             Paragraph
+       InnerTag              "!-- --"
        LabelType             No_Label
-       OptionalArgs          0
+       ResetArgs             1
        LatexParam            renderas="sect1"
 End
 
@@ -48,10 +49,10 @@ Style Subsection*
        CopyStyle             Subsection
        Margin                Static
        LatexName             bridgehead
-       LatexType             Environment
-       InnerTag              !-- --
+       LatexType             Paragraph
+       InnerTag              "!-- --"
        LabelType             No_Label
-       OptionalArgs          0
+       ResetArgs             1
        LatexParam            renderas="sect2"
 End
 
@@ -60,10 +61,10 @@ Style Subsubsection*
        CopyStyle             Subsubsection
        Margin                Static
        LatexName             bridgehead
-       LatexType             Environment
-       InnerTag              !-- --
+       LatexType             Paragraph
+       InnerTag              "!-- --"
        LabelType             No_Label
-       OptionalArgs          0
+       ResetArgs             1
        LatexParam            renderas="sect3"
 End
 
@@ -72,10 +73,10 @@ Style Paragraph*
        CopyStyle             Paragraph
        Margin                Static
        LatexName             bridgehead
-       LatexType             Environment
-       InnerTag              !-- --
+       LatexType             Paragraph
+       InnerTag              "!-- --"
        LabelType             No_Label
-       OptionalArgs          0
+       ResetArgs             1
        LatexParam            renderas="sect4"
 End
 
@@ -84,9 +85,9 @@ Style Subparagraph*
        CopyStyle             Subparagraph
        Margin                Static
        LatexName             bridgehead
-       LatexType             Environment
-       InnerTag              !-- --
+       LatexType             Paragraph
+       InnerTag              "!-- --"
        LabelType             No_Label
-       OptionalArgs          0
+       ResetArgs             1
        LatexParam            renderas="sect5"
 End