lyx_mirror/lib/layouts/capitals.module
Pavel Sanda c610266db2 Fix bug #2536 - Dropped capitals module
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31003 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-13 11:18:43 +00:00

24 lines
495 B
Plaintext

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