initials.module: update module description and some whitespace

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39356 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2011-07-20 01:54:10 +00:00
parent f1b40f9867
commit df16cdbcfa

View File

@ -1,10 +1,9 @@
#\DeclareLyXModule{Initials} #\DeclareLyXModule{Initials}
#DescriptionBegin #DescriptionBegin
#Define character style for initials. #Define a style for paragraphs with an initial.
#Hint: try to use math and its artistic font styles like Fractur or the Calligraphic one. #See the EmbeddedObjects manual for a detailed description.
#DescriptionEnd #DescriptionEnd
#Category: charstyles #Authors: Pavel Sanda and Uwe Stöhr
# Author: Pavel Sanda and Uwe Stöhr
Format 35 Format 35
@ -18,7 +17,7 @@ InsetLayout Flex:Initial
EndFont EndFont
Requires lettrine Requires lettrine
Preamble Preamble
\usepackage{lettrine} \usepackage{lettrine}
EndPreamble EndPreamble
End End