]> git.lyx.org Git - features.git/commitdiff
Simplify Quotation/Quote style
authorDaniel Ramoeller <d.lyx@web.de>
Sun, 16 Apr 2023 07:47:35 +0000 (09:47 +0200)
committerScott Kostyshak <skostysh@lyx.org>
Tue, 9 May 2023 01:10:50 +0000 (21:10 -0400)
Fix for bug #12745

lib/layouts/stdlayouts.inc

index 96fca4a69077d8ccb1fb55fadc6478312f8a3397..c1aded1ae9444321e97e1d826f9cf72f558911cd 100644 (file)
@@ -9,31 +9,6 @@
 
 Format 99
 
-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
-
-
 Style Quote
        Category              MainText
        Margin                Static
@@ -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.