mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
8ba08a53b2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40428 a592a061-630c-0410-9148-cb99ea01b6c8
47 lines
802 B
Plaintext
47 lines
802 B
Plaintext
#\DeclareLyXModule{Initials}
|
|
#DescriptionBegin
|
|
#Define a style for paragraphs with an initial.
|
|
#See the EmbeddedObjects manual for a detailed description.
|
|
#DescriptionEnd
|
|
#Authors: Pavel Sanda and Uwe Stöhr
|
|
|
|
Format 36
|
|
|
|
AddToPreamble
|
|
\@ifundefined{lettrine}{\usepackage{lettrine}}{}
|
|
EndPreamble
|
|
|
|
InsetLayout Flex:Initial
|
|
LyxType charstyle
|
|
LabelString "Initial"
|
|
LatexType command
|
|
LatexName lettrine
|
|
Font
|
|
Size Large
|
|
EndFont
|
|
Requires lettrine
|
|
End
|
|
|
|
Style Initial
|
|
Category MainText
|
|
LatexType command
|
|
LatexName lettrine
|
|
Margin First_Dynamic
|
|
LabelType static
|
|
LabelString Initial
|
|
OptionalArgs 1
|
|
RequiredArgs 1
|
|
LabelSep x
|
|
ParIndent MMM
|
|
ParSkip 0.4
|
|
TopSep 0.7
|
|
BottomSep 0.7
|
|
ParSep 0.3
|
|
Align Left
|
|
AlignPossible Left
|
|
LabelFont
|
|
Series Bold
|
|
EndFont
|
|
End
|
|
|