]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlayouts.inc
layouts, templates, examples: port my latest changes to trunk
[lyx.git] / lib / layouts / stdlayouts.inc
index c0a25ca517d606d57ed0b856450d59d576a2791c..151f23b8f63b87e4dad3837112028f65de359102 100644 (file)
@@ -7,8 +7,10 @@
 # quotations and such.
 
 
-Format 6
+Format 35
+
 Style Quotation
+       Category              MainText
        Margin                Static
        LatexType             Environment
        LatexName             quotation
@@ -23,10 +25,13 @@ Style Quotation
        ParSep                0
        Align                 Block
        AlignPossible         Block, Left, Right, Center
+       HTMLTag               blockquote
+       HTMLItem              div
 End
 
 
 Style Quote
+       Category              MainText
        Margin                Static
        LatexType             Environment
        LatexName             quote
@@ -39,12 +44,15 @@ Style Quote
        Align                 Block
        AlignPossible         Block, Left, Right, Center
        LabelType             No_Label
+       HTMLTag               blockquote
+       HTMLItem              div
 End
 
 
 Style Verse
        # LaTeX type is first dynamic because of LaTeX implementation.
        # In LyX this does not make sense.
+       Category              MainText
        LatexType             Environment
        LatexName             verse
        Margin                First_Dynamic
@@ -58,10 +66,13 @@ Style Verse
        Align                 Block
        AlignPossible         Block, Left
        LabelType             No_Label
+       HTMLTag               blockquote
+       HTMLItem              p
 End
 
 
 Style --Separator--
+       Category              MainText
        KeepEmpty             1
        Margin                Dynamic
        LatexType             Paragraph
@@ -76,4 +87,5 @@ Style --Separator--
          Size                Normal
          Color               Blue
        EndFont
+       HTMLLabel             NONE
 End