]> git.lyx.org Git - lyx.git/blob - lib/layouts/initials.module
c40453349017e30f6500af705a0638e179e83a19
[lyx.git] / lib / layouts / initials.module
1 #\DeclareLyXModule{Initials}
2 #DescriptionBegin
3 #Define a style for paragraphs with an initial.
4 #See the EmbeddedObjects manual for a detailed description.
5 #DescriptionEnd
6 #Authors: Pavel Sanda and Uwe Stöhr
7
8 Format 35
9
10 InsetLayout Flex:Initial
11         LyxType                 charstyle
12         LabelString             "Initial"
13         LatexType               command
14         LatexName               lettrine
15         Font
16           Size                  Large
17         EndFont
18         Requires                lettrine
19         Preamble
20           \usepackage{lettrine}
21         EndPreamble
22 End
23
24 Style Initial
25         Category                MainText
26         LatexType               command
27         LatexName               lettrine
28         Margin                  First_Dynamic
29         LabelType               static
30         LabelString             Initial
31         OptionalArgs            1
32         RequiredArgs            1
33         LabelSep                x
34         ParIndent               MMM
35         ParSkip                 0.4
36         TopSep                  0.7
37         BottomSep               0.7
38         ParSep                  0.3
39         Align                   Left
40         AlignPossible           Left
41         LabelFont
42           Series                Bold
43         EndFont
44         Preamble
45           \usepackage{lettrine}
46         EndPreamble
47 End
48