]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlayouts.inc
multicol.module: use the layout argument mechanism
[lyx.git] / lib / layouts / stdlayouts.inc
index d4b099c526a909d8820b2447ce9ddd27ceaafd5d..3ec97bd48e74b32763ff87cb02fba30c7da5e3d2 100644 (file)
@@ -7,7 +7,8 @@
 # quotations and such.
 
 
-Format 11
+Format 43
+
 Style Quotation
        Category              MainText
        Margin                Static
@@ -25,8 +26,7 @@ Style Quotation
        Align                 Block
        AlignPossible         Block, Left, Right, Center
        HTMLTag               blockquote
-       HTMLAttr              class='quotation'
-       HTMLItem              p
+       HTMLItem              div
 End
 
 
@@ -45,8 +45,7 @@ Style Quote
        AlignPossible         Block, Left, Right, Center
        LabelType             No_Label
        HTMLTag               blockquote
-       HTMLAttr              class='quote'
-       HTMLItem              p
+       HTMLItem              div
 End
 
 
@@ -68,11 +67,34 @@ Style Verse
        AlignPossible         Block, Left
        LabelType             No_Label
        HTMLTag               blockquote
-       HTMLAttr              class='verse'
        HTMLItem              p
 End
 
 
+Style Verbatim
+       Category                MainText
+       LatexType               Environment
+       LatexName               verbatim
+       NextNoIndent            1
+       ParbreakIsNewline       1
+       FreeSpacing             1
+       PassThru                1
+       NewLine                 0
+       ParSkip                 0.4
+       TopSep                  0.7
+       BottomSep               0.7
+       ParSep                  0.5
+       Align                   Block
+       AlignPossible           Block
+       LabelType               No_Label
+       Font
+         Family                Typewriter
+       EndFont
+       HTMLTag                 <pre></pre>
+       HTMLItem                p
+End
+
+
 Style --Separator--
        Category              MainText
        KeepEmpty             1
@@ -89,4 +111,5 @@ Style --Separator--
          Size                Normal
          Color               Blue
        EndFont
+       HTMLLabel             NONE
 End