2009-08-13 11:18:43 +00:00
|
|
|
#\DeclareLyXModule{Dropped Capitals}
|
|
|
|
#DescriptionBegin
|
|
|
|
#Define character style for dropped capitals.
|
2009-08-15 02:33:01 +00:00
|
|
|
#Hint: try to use math and its artistic font styles like Fractur or Calligraphic one.
|
2009-08-13 11:18:43 +00:00
|
|
|
#DescriptionEnd
|
2009-08-14 15:20:11 +00:00
|
|
|
#Category: charstyles
|
2009-08-13 11:18:43 +00:00
|
|
|
|
|
|
|
Format 16
|
|
|
|
|
|
|
|
InsetLayout CharStyle:DropCapital
|
|
|
|
LyxType charstyle
|
|
|
|
LabelString "Dropped Capital"
|
|
|
|
LatexType command
|
|
|
|
LatexName lettrine
|
|
|
|
Font
|
|
|
|
Size Large
|
|
|
|
EndFont
|
|
|
|
Requires lettrine
|
|
|
|
Preamble
|
|
|
|
\usepackage{lettrine}
|
|
|
|
EndPreamble
|
|
|
|
End
|
|
|
|
|
|
|
|
|