]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdsections.inc
Update Russian localization
[lyx.git] / lib / layouts / stdsections.inc
index 1e1edebaa2cd71702910cd8cd82f17ad8289a468..fa42eacb281dcae1ccbf1c1c17951185b232f6bb 100644 (file)
@@ -7,7 +7,7 @@
 # commands that are useful for article-like document classes, but not
 # for letters.
 
-Format 58
+Format 82
 
 Style Part
        Category              Sectioning
@@ -32,12 +32,16 @@ Style Part
                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
 
 
@@ -55,7 +59,7 @@ Style Chapter
        NextNoIndent          1
        ToggleIndent          Never
        ParSkip               0.4
-       TopSep                4
+       TopSep                2
        BottomSep             0.8
        ParSep                0.8
        Align                 Block
@@ -63,12 +67,15 @@ Style Chapter
                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
 
 
@@ -93,12 +100,15 @@ Style Section
                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