]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlayouts.inc
DocBook: new logic to handle the new lines, only used in output_docbook for now.
[lyx.git] / lib / layouts / stdlayouts.inc
index 0f60c6726a4d88ad2b607e72d0ec5bd9a20a96ba..e550518a60fb46b00214cb86ef70f791da4da1da 100644 (file)
@@ -7,7 +7,7 @@
 # quotations and such.
 
 
-Format 72
+Format 84
 
 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
+       DocBookItemTag        para
 End
 
 
@@ -94,6 +102,7 @@ Style Verbatim
        EndFont
        HTMLTag               pre
        HTMLItem              p
+       DocBookTag            programlisting
 End