]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstarsections.inc
include intl/libintl.h that is relative to $TOP_SRCDIR/src
[lyx.git] / lib / layouts / stdstarsections.inc
index a4a331ee03d635514674dfc67f4ea2b97e03af0c..6ae208cd2fec1e7c5033193eef9d7f3208269e24 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 3
+Format 5
 Style Part*
        CopyStyle             Part
        Margin                Static
        LatexName             part*
        LabelType             No_Label
+       LabelCounter          ""        
 End
 
 
@@ -23,6 +24,7 @@ Style Chapter*
        Margin                Static
        LatexName             chapter*
        LabelType             No_Label
+       LabelCounter          ""        
        OptionalArgs          0
 End
 
@@ -32,6 +34,7 @@ Style Section*
        Margin                Static
        LatexName             section*
        LabelType             No_Label
+       LabelCounter          ""        
        OptionalArgs          0
 End
 
@@ -41,6 +44,7 @@ Style Subsection*
        Margin                Static
        LatexName             subsection*
        LabelType             No_Label
+       LabelCounter          ""        
        OptionalArgs          0
 End
 
@@ -50,6 +54,7 @@ Style Subsubsection*
        Margin                Static
        LatexName             subsubsection*
        LabelType             No_Label
+       LabelCounter          ""        
        OptionalArgs          0
 End
 
@@ -59,6 +64,7 @@ Style Paragraph*
        Margin                Static
        LatexName             paragraph*
        LabelType             No_Label
+       LabelCounter          ""        
        OptionalArgs          0
 End
 
@@ -68,5 +74,6 @@ Style Subparagraph*
        Margin                Static
        LatexName             subparagraph*
        LabelType             No_Label
+       LabelCounter          ""        
        OptionalArgs          0
 End