mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
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:
parent
49a87ecb28
commit
456d9c75f8
@ -2777,10 +2777,10 @@ lib_layouts_inc_files = Split('''
|
|||||||
|
|
||||||
lib_layouts_module_files = Split('''
|
lib_layouts_module_files = Split('''
|
||||||
braille.module
|
braille.module
|
||||||
capitals.module
|
|
||||||
endnotes.module
|
endnotes.module
|
||||||
foottoend.module
|
foottoend.module
|
||||||
hanging.module
|
hanging.module
|
||||||
|
initials.module
|
||||||
linguistics.module
|
linguistics.module
|
||||||
logicalmkup.module
|
logicalmkup.module
|
||||||
minimalistic.module
|
minimalistic.module
|
||||||
|
@ -1008,7 +1008,6 @@ dist_layouts_DATA =\
|
|||||||
layouts/book.layout \
|
layouts/book.layout \
|
||||||
layouts/braille.module \
|
layouts/braille.module \
|
||||||
layouts/broadway.layout \
|
layouts/broadway.layout \
|
||||||
layouts/capitals.module \
|
|
||||||
layouts/chess.layout \
|
layouts/chess.layout \
|
||||||
layouts/cl2emult.layout \
|
layouts/cl2emult.layout \
|
||||||
layouts/db_lyxmacros.inc \
|
layouts/db_lyxmacros.inc \
|
||||||
@ -1049,6 +1048,7 @@ dist_layouts_DATA =\
|
|||||||
layouts/IEEEtran.layout \
|
layouts/IEEEtran.layout \
|
||||||
layouts/ijmpc.layout \
|
layouts/ijmpc.layout \
|
||||||
layouts/ijmpd.layout \
|
layouts/ijmpd.layout \
|
||||||
|
layouts/initials.module \
|
||||||
layouts/iopart.layout \
|
layouts/iopart.layout \
|
||||||
layouts/isprs.layout \
|
layouts/isprs.layout \
|
||||||
layouts/jarticle.layout \
|
layouts/jarticle.layout \
|
||||||
|
@ -3750,7 +3750,7 @@ makes it possible to typeset Braille, a character system for blind people.
|
|||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Subsection
|
\begin_layout Subsection
|
||||||
Dropped Capitals module
|
Initials module
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Subsubsection
|
\begin_layout Subsubsection
|
||||||
|
@ -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
|
|
||||||
|
|
||||||
|
|
23
lib/layouts/initials.module
Normal file
23
lib/layouts/initials.module
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user