X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fstdlayouts.inc;h=3ec97bd48e74b32763ff87cb02fba30c7da5e3d2;hb=a3036539b27ddde4af7bb706dbad061e13ae046e;hp=126a7f1128ab1a4b5c8ae565029f73d5f0c956a1;hpb=0e4e230f01fa1505ea902a458265cacb044bbcb1;p=lyx.git diff --git a/lib/layouts/stdlayouts.inc b/lib/layouts/stdlayouts.inc index 126a7f1128..3ec97bd48e 100644 --- a/lib/layouts/stdlayouts.inc +++ b/lib/layouts/stdlayouts.inc @@ -7,8 +7,10 @@ # quotations and such. -Format 5 +Format 43 + 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,10 +66,37 @@ Style Verse Align Block AlignPossible Block, Left LabelType No_Label + HTMLTag blockquote + 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

+	HTMLItem		p
 End
 
 
 Style --Separator--
+	Category              MainText
 	KeepEmpty             1
 	Margin                Dynamic
 	LatexType             Paragraph
@@ -76,4 +111,5 @@ Style --Separator--
 	  Size                Normal
 	  Color               Blue
 	EndFont
+	HTMLLabel             NONE
 End