]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlayouts.inc
Update covington support in linguistics module (file format change)
[lyx.git] / lib / layouts / stdlayouts.inc
index e14ff290415e233b850a8bb4084d991e2d3a0faa..d1766ca476c2e3dd9902fdfc71af924d52c1fd74 100644 (file)
@@ -7,32 +7,7 @@
 # quotations and such.
 
 
-Format 98
-
-Style Quotation
-       Category              MainText
-       Margin                Static
-       LatexType             Environment
-       LatexName             quotation
-       NextNoIndent          1
-       ToggleIndent          Always
-       LeftMargin            MMM
-       RightMargin           MMM
-       ParIndent             MM
-       ParSkip               0
-       ItemSep               0
-       TopSep                0.5
-       BottomSep             0.5
-       ParSep                0
-       Align                 Block
-       AlignPossible         Block, Left, Right, Center
-       HTMLTag               blockquote
-       HTMLItem              div
-       DocBookWrapperTag     blockquote
-       DocBookWrapperMergeWithPrevious    true
-       DocBookTag            para
-End
-
+Format 100
 
 Style Quote
        Category              MainText
@@ -48,7 +23,6 @@ Style Quote
        BottomSep             0.5
        Align                 Block
        AlignPossible         Block, Left, Right, Center
-       LabelType             No_Label
        HTMLTag               blockquote
        HTMLItem              div
        DocBookWrapperTag     blockquote
@@ -57,6 +31,17 @@ Style Quote
 End
 
 
+Style Quotation
+       CopyStyle             Quote
+       LatexName             quotation
+       ToggleIndent          Always
+       ParIndent             MM
+       ParSkip               0
+       ItemSep               0
+       ParSep                0
+End
+
+
 Style Verse
        # LaTeX type is first dynamic because of LaTeX implementation.
        # In LyX this does not make sense.
@@ -101,7 +86,7 @@ Style Verbatim
          Family              Typewriter
        EndFont
        HTMLTag               pre
-       HTMLItem              p
+       HTMLItem              NONE
        DocBookTag            programlisting
 End