]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlayouts.inc
Make continuous spellcheck the default.
[lyx.git] / lib / layouts / stdlayouts.inc
index c7f2be441183ed86beb8dd1c90ab4a196b51f9f5..f2bf4043b16880ac042c85db93b7133bd25a83a3 100644 (file)
@@ -7,7 +7,7 @@
 # quotations and such.
 
 
-Format 81
+Format 93
 
 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