From 5556cb3d3f8d39fdb5811a8002ad3c706c3edc7c Mon Sep 17 00:00:00 2001 From: Daniel Ramoeller Date: Sun, 16 Apr 2023 09:47:35 +0200 Subject: [PATCH] Simplify Quotation/Quote style Fix for bug #12745 --- lib/layouts/stdlayouts.inc | 37 +++++++++++-------------------------- 1 file changed, 11 insertions(+), 26 deletions(-) diff --git a/lib/layouts/stdlayouts.inc b/lib/layouts/stdlayouts.inc index 96fca4a690..c1aded1ae9 100644 --- a/lib/layouts/stdlayouts.inc +++ b/lib/layouts/stdlayouts.inc @@ -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. -- 2.39.5