]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstarsections.inc
French docs translation updates by Siegfried
[lyx.git] / lib / layouts / stdstarsections.inc
index e8e21b268f7c870c3233ea2ad968f538a67b94a5..6ae208cd2fec1e7c5033193eef9d7f3208269e24 100644 (file)
@@ -1,19 +1,21 @@
 # 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
-# sectionning-related commands that are useful for article-like
+# sectioning-related commands that are useful for article-like
 # document classes, but not for letters. It should be Input after
-# modying the style of the regular sectionning layouts.
+# modifying the style of the regular sectioning layouts.
 
 
+Format 5
 Style Part*
        CopyStyle             Part
        Margin                Static
        LatexName             part*
        LabelType             No_Label
+       LabelCounter          ""        
 End
 
 
@@ -22,6 +24,7 @@ Style Chapter*
        Margin                Static
        LatexName             chapter*
        LabelType             No_Label
+       LabelCounter          ""        
        OptionalArgs          0
 End
 
@@ -31,6 +34,7 @@ Style Section*
        Margin                Static
        LatexName             section*
        LabelType             No_Label
+       LabelCounter          ""        
        OptionalArgs          0
 End
 
@@ -40,6 +44,7 @@ Style Subsection*
        Margin                Static
        LatexName             subsection*
        LabelType             No_Label
+       LabelCounter          ""        
        OptionalArgs          0
 End
 
@@ -49,6 +54,7 @@ Style Subsubsection*
        Margin                Static
        LatexName             subsubsection*
        LabelType             No_Label
+       LabelCounter          ""        
        OptionalArgs          0
 End
 
@@ -58,6 +64,7 @@ Style Paragraph*
        Margin                Static
        LatexName             paragraph*
        LabelType             No_Label
+       LabelCounter          ""        
        OptionalArgs          0
 End
 
@@ -67,5 +74,6 @@ Style Subparagraph*
        Margin                Static
        LatexName             subparagraph*
        LabelType             No_Label
+       LabelCounter          ""        
        OptionalArgs          0
 End