]> git.lyx.org Git - lyx.git/blob - lib/layouts/initials.module
- EmbeddedObjects.lyx: new chapter about objects surrounded by text
[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 # Author: Pavel Sanda and Uwe Stöhr
8
9 Format 35
10
11 InsetLayout Flex:Initial
12         LyxType                 charstyle
13         LabelString             "Initial"
14         LatexType               command
15         LatexName               lettrine
16         Font
17           Size                  Large
18         EndFont
19         Requires                lettrine
20         Preamble
21                 \usepackage{lettrine}
22         EndPreamble
23 End
24
25 Style Initial
26         Category                MainText
27         LatexType               command
28         LatexName               lettrine
29         Margin                  First_Dynamic
30         LabelType               static
31         LabelString             Initial
32         OptionalArgs            1
33         RequiredArgs            1
34         LabelSep                x
35         ParIndent               MMM
36         ParSkip                 0.4
37         TopSep                  0.7
38         BottomSep               0.7
39         ParSep                  0.3
40         Align                   Left
41         AlignPossible           Left
42         LabelFont
43           Series                Bold
44         EndFont
45         Preamble
46           \usepackage{lettrine}
47         EndPreamble
48 End
49