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
This commit is contained in:
Uwe Stöhr 2009-08-15 22:16:36 +00:00
parent 49a87ecb28
commit 456d9c75f8
5 changed files with 26 additions and 27 deletions

View File

@ -2777,10 +2777,10 @@ lib_layouts_inc_files = Split('''
lib_layouts_module_files = Split('''
braille.module
capitals.module
endnotes.module
foottoend.module
hanging.module
initials.module
linguistics.module
logicalmkup.module
minimalistic.module

View File

@ -1008,7 +1008,6 @@ dist_layouts_DATA =\
layouts/book.layout \
layouts/braille.module \
layouts/broadway.layout \
layouts/capitals.module \
layouts/chess.layout \
layouts/cl2emult.layout \
layouts/db_lyxmacros.inc \
@ -1049,6 +1048,7 @@ dist_layouts_DATA =\
layouts/IEEEtran.layout \
layouts/ijmpc.layout \
layouts/ijmpd.layout \
layouts/initials.module \
layouts/iopart.layout \
layouts/isprs.layout \
layouts/jarticle.layout \

View File

@ -3750,7 +3750,7 @@ makes it possible to typeset Braille, a character system for blind people.
\end_layout
\begin_layout Subsection
Dropped Capitals module
Initials module
\end_layout
\begin_layout Subsubsection

View File

@ -1,24 +0,0 @@
#\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

View File

@ -0,0 +1,23 @@
#\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