]> git.lyx.org Git - features.git/blobdiff - lib/layouts/stdstruct.inc
Migrate the existing layouts to the new DocBook attributes.
[features.git] / lib / layouts / stdstruct.inc
index 419073a6f69dc45fae16dee0c6e87c5c810ecbfd..83d46e99351ba58489d475335393b60930fedafa 100644 (file)
@@ -8,7 +8,8 @@
 # a document, like abstract, bibliography and such.
 
 
-Format 81
+Format 82
+
 Style Abstract
        Margin                Static
        LatexType             Environment
@@ -48,6 +49,9 @@ Style Abstract
                        font-weight: bold;
                }
        EndHTMLStyle
+       DocBookTag            abstract
+       DocBookItemTag        para
+       DocBookInInfo         always
 End
 
 
@@ -93,4 +97,5 @@ Style Bibliography
            Color latex
          EndFont
        EndArgument
+       DocBookTag            bibliography
 End