mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
24 lines
444 B
Plaintext
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
|
||
|
|