]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlayouts.inc
Update layout format.
[lyx.git] / lib / layouts / stdlayouts.inc
index 131950bb0d52e770ba8a71d7b07162bb3fba9fa8..a902e0331845db951f21c3478af4b876ca1b8b06 100644 (file)
@@ -7,8 +7,10 @@
 # quotations and such.
 
 
-Format 5
+Format 27
+
 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,17 +66,19 @@ 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
        LatexName             dummy
        ParIndent             MM
        Align                 Block
-       AlignPossible         Block
        LabelType             Static
        LabelString           "--- Separate Environment ---"
        LabelFont
@@ -77,4 +87,5 @@ Style --Separator--
          Size                Normal
          Color               Blue
        EndFont
+       HTMLLabel             NONE
 End