mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 06:20:28 +00:00
4259abe4a2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31045 a592a061-630c-0410-9148-cb99ea01b6c8
25 lines
536 B
Plaintext
25 lines
536 B
Plaintext
#\DeclareLyXModule{Dropped Capitals}
|
|
#DescriptionBegin
|
|
#Define character style for dropped capitals.
|
|
#Hint: try to use math and its artistic font styles like Fractur or Calligraphic one.
|
|
#DescriptionEnd
|
|
#Category: charstyles
|
|
|
|
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
|
|
|
|
|