]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdsections.inc
Make continuous spellcheck the default.
[lyx.git] / lib / layouts / stdsections.inc
index fbd16faec16c296896f09cdff7568edc1b747c4f..d776a8dd79f9fdf4f749e82b72a31a7be0b19d6b 100644 (file)
@@ -7,13 +7,13 @@
 # commands that are useful for article-like document classes, but not
 # for letters.
 
-Format 66
+Format 93
 
 Style Part
        Category              Sectioning
-       Margin                Dynamic
+       Margin                Static
        LabelString           "Part \thepart"
-       LabelType             Static
+       LabelType             Centered
        TocLevel              -1
        LabelCounter          part
        LatexType             Command
@@ -21,7 +21,7 @@ Style Part
        NeedProtect           1
        NextNoIndent          1
        ToggleIndent          Never
-       Labelsep              xxx
+       LabelBottomSep        1
        ParSkip               0.4
        TopSep                4
        BottomSep             4
@@ -35,10 +35,19 @@ Style Part
                IsTocCaption  1
        EndArgument
        Font
+         Series              Bold
+         Size                Giant
+       EndFont
+       LabelFont
          Series              Bold
          Size                Huge
        EndFont
        HTMLTag               h1
+       DocBookTag            title
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
+       DocBookSectionTag     part
+       DocBookForceAbstractTag partintro
 End
 
 
@@ -55,6 +64,7 @@ Style Chapter
        NeedProtect           1
        NextNoIndent          1
        ToggleIndent          Never
+       LabelBottomSep        1
        ParSkip               0.4
        TopSep                2
        BottomSep             0.8
@@ -67,10 +77,18 @@ Style Chapter
                IsTocCaption  1
        EndArgument
        Font
+         Series              Bold
+         Size                Giant
+       EndFont
+       LabelFont
          Series              Bold
          Size                Huge
        EndFont
        HTMLTag               h1
+       DocBookTag            title
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
+       DocBookSectionTag     chapter
 End
 
 
@@ -102,6 +120,10 @@ Style Section
          Size                Larger
        EndFont
        HTMLTag               h2
+       DocBookTag            title
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
+       DocBookSectionTag     section
 End