lyx_mirror/lib/layouts/capitals.module
Pavel Sanda 4259abe4a2 Cosmetics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31045 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-15 02:33:01 +00:00

25 lines
536 B
Plaintext

#\DeclareLyXModule{Dropped Capitals}
#DescriptionBegin
#Define character style for dropped capitals.
#Hint: try to use math and its artistic font styles like Fractur or Calligraphic one.
#DescriptionEnd
#Category: charstyles
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