]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstruct.inc
DocBook: implement title for layouts that previously missed it.
[lyx.git] / lib / layouts / stdstruct.inc
index 83d46e99351ba58489d475335393b60930fedafa..8dbe8525b39eedc4fdd04d33913615b614e92f83 100644 (file)
@@ -8,7 +8,7 @@
 # a document, like abstract, bibliography and such.
 
 
-Format 82
+Format 85
 
 Style Abstract
        Margin                Static
@@ -49,9 +49,11 @@ Style Abstract
                        font-weight: bold;
                }
        EndHTMLStyle
-       DocBookTag            abstract
-       DocBookItemTag        para
+       DocBookAbstract       true
        DocBookInInfo         always
+       DocBookWrapperTag     abstract
+       DocBookWrapperMergeWithPrevious    true
+       DocBookTag            para
 End