]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlayouts.inc
- theorems-without-preamble.inc: new file to provide theorem environments without...
[lyx.git] / lib / layouts / stdlayouts.inc
index e2ac0eb8838df0c39de428256408db8f8eb7ec09..151f23b8f63b87e4dad3837112028f65de359102 100644 (file)
@@ -1,14 +1,16 @@
 # Standard textclass definition file. Taken from initial LyX source code
 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
-# Transposed by Pascal André <andre@via.ecp.fr>
+# Transposed by Pascal André <andre@via.ecp.fr>
 # Heavily modifed and enhanced by several developers.
 
 # This include files contains various standard environments for lists,
 # quotations and such.
 
 
-Format 4
+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,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