mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
LaTeXFeatures.cpp: add rsphrase
- also modify the rsphrase.module - correct naming scheme for the bicaption.module
This commit is contained in:
parent
a2e6fc773a
commit
f33454b3c7
@ -1,4 +1,4 @@
|
||||
#\DeclareLyXModule[bicaption.sty]{Multilingual captions}
|
||||
#\DeclareLyXModule[bicaption.sty]{Multilingual Captions}
|
||||
#DescriptionBegin
|
||||
#Provides two styles to typeset multilingual captions.
|
||||
#For a description see the file MultilingualCaptions.lyx in LyX's examples folder.
|
||||
|
@ -8,14 +8,11 @@
|
||||
|
||||
Format 45
|
||||
|
||||
AddToPreamble
|
||||
\usepackage{rsphrase}
|
||||
EndPreamble
|
||||
|
||||
InsetLayout "Flex:R-S number"
|
||||
LyxType custom
|
||||
LatexType command
|
||||
LatexName rsnumber
|
||||
Requires rsphrase
|
||||
LabelString "R-S number"
|
||||
Font
|
||||
Color foreground
|
||||
@ -42,6 +39,7 @@ End
|
||||
Style "Safety phrase"
|
||||
LatexType command
|
||||
LatexName rsphrase
|
||||
Requires rsphrase
|
||||
Category MainText
|
||||
NextNoIndent 1
|
||||
Argument 1
|
||||
|
@ -734,7 +734,8 @@ char const * simplefeatures[] = {
|
||||
"multicol",
|
||||
"multirow",
|
||||
"tfrupee",
|
||||
"shapepar"
|
||||
"shapepar",
|
||||
"rsphrase"
|
||||
};
|
||||
|
||||
char const * bibliofeatures[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user