]> git.lyx.org Git - features.git/blobdiff - lib/layouts/stdlayouts.inc
DocBook: slightly change the Copernicus template to be valid DocBook.
[features.git] / lib / layouts / stdlayouts.inc
index b5be8a4fc3f659c481486327ea5e64b0283c7d99..dcf725c318ef466c45fe58bbd3df86b117313657 100644 (file)
@@ -7,7 +7,7 @@
 # quotations and such.
 
 
-Format 79
+Format 85
 
 Style Quotation
        Category              MainText
@@ -28,6 +28,9 @@ Style Quotation
        AlignPossible         Block, Left, Right, Center
        HTMLTag               blockquote
        HTMLItem              div
+       DocBookWrapperTag     blockquote
+       DocBookWrapperMergeWithPrevious    true
+       DocBookTag            para
 End
 
 
@@ -48,6 +51,9 @@ Style Quote
        LabelType             No_Label
        HTMLTag               blockquote
        HTMLItem              div
+       DocBookWrapperTag     blockquote
+       DocBookWrapperMergeWithPrevious    true
+       DocBookTag            para
 End
 
 
@@ -70,6 +76,8 @@ Style Verse
        LabelType             No_Label
        HTMLTag               blockquote
        HTMLItem              p
+       DocBookTag            literallayout
+       DocBookTagType        paragraph
 End
 
 
@@ -94,6 +102,7 @@ Style Verbatim
        EndFont
        HTMLTag               pre
        HTMLItem              p
+       DocBookTag            programlisting
 End