]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstarsections.inc
Replace <programlist> with <screen>, as it is more general.
[lyx.git] / lib / layouts / stdstarsections.inc
index 54b6ee966095f263bbd37eb39b397c3908c78313..f3d8d11cecd32503576327cafe54fc8f7247468f 100644 (file)
@@ -4,11 +4,11 @@
 # 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.
+
 
-# Part* style definition
 Style Part*
        CopyStyle             Part
        Margin                Static
@@ -16,7 +16,7 @@ Style Part*
        LabelType             No_Label
 End
 
-# Chapter* style definition
+
 Style Chapter*
        CopyStyle             Chapter
        Margin                Static
@@ -25,7 +25,7 @@ Style Chapter*
        OptionalArgs          0
 End
 
-# Section* style definition
+
 Style Section*
        CopyStyle             Section
        Margin                Static
@@ -34,7 +34,7 @@ Style Section*
        OptionalArgs          0
 End
 
-# Subsection* style definition
+
 Style Subsection*
        CopyStyle             Subsection
        Margin                Static
@@ -43,7 +43,7 @@ Style Subsection*
        OptionalArgs          0
 End
 
-# Subsubsection* style definition
+
 Style Subsubsection*
        CopyStyle             Subsubsection
        Margin                Static
@@ -52,7 +52,7 @@ Style Subsubsection*
        OptionalArgs          0
 End
 
-# Paragraph* style definition
+
 Style Paragraph*
        CopyStyle             Paragraph
        Margin                Static
@@ -61,7 +61,7 @@ Style Paragraph*
        OptionalArgs          0
 End
 
-# Subparagraph* style definition
+
 Style Subparagraph*
        CopyStyle             Subparagraph
        Margin                Static
@@ -69,4 +69,3 @@ Style Subparagraph*
        LabelType             No_Label
        OptionalArgs          0
 End
-