lyx_mirror/lib/layouts/capitals.module
Uwe Stöhr 8e4bc22b28 capitals.module: typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31026 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-14 00:06:42 +00:00

24 lines
494 B
Plaintext

#\DeclareLyXModule{Dropped Capitals}
#DescriptionBegin
#Define character style for dropped capitals.
#Hint: try to use math and its font styles for a different shape.
#DescriptionEnd
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