]> git.lyx.org Git - features.git/blobdiff - lib/layouts/stdlayouts.inc
Fix compilation with gcc 4.9
[features.git] / lib / layouts / stdlayouts.inc
index f5fb8c6d95a1465177d2ec4331c4d5f249ea3cb0..b1b741b11e19639818cdb54f8fa82367128394e5 100644 (file)
@@ -7,7 +7,7 @@
 # quotations and such.
 
 
-Format 71
+Format 95
 
 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