lyx_mirror/lib/layouts/initials.module
Uwe Stöhr 456d9c75f8 rename capitals.module to initials.module as discussed on the list
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31067 a592a061-630c-0410-9148-cb99ea01b6c8
2009-08-15 22:16:36 +00:00

24 lines
444 B
Plaintext

#\DeclareLyXModule{Initials}
#DescriptionBegin
#Define character style for initials.
#Hint: try to use math and its artistic font styles like Fractur or the Calligraphic one.
#DescriptionEnd
#Category: charstyles
Format 16
InsetLayout CharStyle:Initial
LyxType charstyle
LabelString "Initial"
LatexType command
LatexName lettrine
Font
Size Large
EndFont
Requires lettrine
Preamble
\usepackage{lettrine}
EndPreamble
End