lyx_mirror/lib/layouts/initials.module

72 lines
1.5 KiB
Plaintext
Raw Normal View History

#\DeclareLyXModule{Initials (Drop Caps)}
#\DeclareCategory{Paragraph Styles}
#DescriptionBegin
#Defines a style for paragraphs with an enlarged initial letter (drop cap).
#See the EmbeddedObjects manual for a detailed description.
#DescriptionEnd
#Authors: Pavel Sanda and Uwe Stöhr
2024-08-12 10:29:14 +00:00
Format 107
AddToPreamble
\@ifundefined{lettrine}{\usepackage{lettrine}}{}
EndPreamble
InsetLayout Flex:Initial
LyxType charstyle
LabelString "Initial"
LatexType command
LatexName lettrine
Font
Size Large
EndFont
Requires lettrine
ResetsFont true
DocBookTag para
DocBookAttr role='hanging'
End
Style Initial
Category MainText
LatexType command
LatexName lettrine
Margin First_Dynamic
LabelType static
LabelString Initial
2012-11-25 11:37:33 +00:00
Argument 1
LabelString "Options"
Tooltip "Option(s) for the initial"
DocBookTag NONE
EndArgument
2012-11-25 11:37:33 +00:00
Argument 2
Mandatory 1
LabelString "Initial"
Tooltip "Initial letter(s)"
DocBookTag phrase
DocBookAttr role='initial'
DocBookTagType inline
EndArgument
Argument 3
Mandatory 1
LabelString "Rest of Initial"
Tooltip "Rest of initial word or text"
DocBookTag phrase
DocBookAttr role='rest-of-initial'
DocBookTagType inline
EndArgument
LabelSep x
ParIndent MMM
ParSkip 0.4
TopSep 0.7
BottomSep 0.7
ParSep 0.3
Align Left
AlignPossible Left
LabelFont
Series Bold
EndFont
DocBookTag para
DocBookAttr role='paragraph-with-initial'
End