mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
8e4bc22b28
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31026 a592a061-630c-0410-9148-cb99ea01b6c8
24 lines
494 B
Plaintext
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
|
|
|
|
|