]> git.lyx.org Git - lyx.git/blob - lib/layouts/capitals.module
Fix bug 6140. Patch due to gmatht.
[lyx.git] / lib / layouts / capitals.module
1 #\DeclareLyXModule{Dropped Capitals}
2 #DescriptionBegin
3 #Define character style for dropped capitals.
4 #Hint: try to use math and its font styles for a different shapes.
5 #DescriptionEnd
6
7 Format 16
8
9 InsetLayout CharStyle:DropCapital
10         LyxType               charstyle
11         LabelString           "Dropped Capital"
12         LatexType             command
13         LatexName             lettrine
14         Font
15           Size               Large
16         EndFont
17         Requires              lettrine
18         Preamble
19                 \usepackage{lettrine}
20         EndPreamble
21 End
22
23