]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdsections.inc
Update Russian localization
[lyx.git] / lib / layouts / stdsections.inc
index 37bac0413ef997c5b6b187f7924f040d72428b58..fa42eacb281dcae1ccbf1c1c17951185b232f6bb 100644 (file)
@@ -7,7 +7,7 @@
 # commands that are useful for article-like document classes, but not
 # for letters.
 
-Format 49
+Format 82
 
 Style Part
        Category              Sectioning
@@ -31,12 +31,17 @@ Style Part
        Argument 1
                LabelString   "Short Title|S"
                Tooltip       "The part as it appears in the table of contents/running headers"
+               InsertCotext  1
+               IsTocCaption  1
        EndArgument
        Font
          Series              Bold
          Size                Huge
        EndFont
        HTMLTag               h1
+       DocBookTag            title
+       DocBookSectionTag     part
+       DocBookForceAbstractTag partintro
 End
 
 
@@ -54,19 +59,23 @@ Style Chapter
        NextNoIndent          1
        ToggleIndent          Never
        ParSkip               0.4
-       TopSep                4
+       TopSep                2
        BottomSep             0.8
        ParSep                0.8
        Align                 Block
        Argument 1
                LabelString   "Short Title|S"
                Tooltip       "The chapter as it appears in the table of contents/running headers"
+               InsertCotext  1
+               IsTocCaption  1
        EndArgument
        Font
          Series              Bold
          Size                Huge
        EndFont
        HTMLTag               h1
+       DocBookTag            title
+       DocBookSectionTag     chapter
 End
 
 
@@ -90,12 +99,16 @@ Style Section
        Argument 1
                LabelString   "Short Title|S"
                Tooltip       "The section as it appears in the table of contents/running headers"
+               InsertCotext  1
+               IsTocCaption  1
        EndArgument
        Font
          Series              Bold
          Size                Larger
        EndFont
        HTMLTag               h2
+       DocBookTag            title
+       DocBookSectionTag     section
 End