]> git.lyx.org Git - lyx.git/blob - lib/layouts/initials.module
Update layout format.
[lyx.git] / lib / layouts / initials.module
1 #\DeclareLyXModule{Initials}
2 #DescriptionBegin
3 #Define character style for initials.
4 #Hint: try to use math and its artistic font styles like Fractur or the Calligraphic one.
5 #DescriptionEnd
6 #Category: charstyles
7
8 Format 27
9
10 InsetLayout CharStyle: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