]> git.lyx.org Git - features.git/blobdiff - lib/layouts/stdstruct.inc
Merge branch 'master' of git.lyx.org:lyx
[features.git] / lib / layouts / stdstruct.inc
index 32bccc9daa2cd4e62d9b81c0c1252f82280dbde3..3f2ac31fa46df462d92d706f19e0ad1cb2dfc2f4 100644 (file)
@@ -8,7 +8,8 @@
 # a document, like abstract, bibliography and such.
 
 
-Format 76
+Format 95
+
 Style Abstract
        Margin                Static
        LatexType             Environment
@@ -26,13 +27,12 @@ Style Abstract
        Align                 Block
        LabelType             Centered
        LabelString           "Abstract"
-       LabelBottomSep        0.5
+       LabelBottomSep        0.2
        Font
          Size                Small
        EndFont
        LabelFont
          Series              Bold
-         Size                Large
        EndFont
        HTMLLabelFirst        1
        HTMLForceCSS          1
@@ -48,6 +48,11 @@ Style Abstract
                        font-weight: bold;
                }
        EndHTMLStyle
+       DocBookAbstract       true
+       DocBookInInfo         always
+       DocBookWrapperTag     abstract
+       DocBookWrapperMergeWithPrevious    true
+       DocBookTag            para
 End
 
 
@@ -93,4 +98,5 @@ Style Bibliography
            Color latex
          EndFont
        EndArgument
+       DocBookTag            bibliography
 End