mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 05:01:49 +00:00
Fix bug #7630.
layout2layout is not smart enough to add "Flex:" to the names of Flex insets only declared as such through CopyStyle. So these have to be fixed manually. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39076 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
834604ea5d
commit
77f0ce9a2b
@ -161,47 +161,47 @@ InsetLayout "Flex:Thanks_Reference"
|
|||||||
BgColor background
|
BgColor background
|
||||||
End
|
End
|
||||||
|
|
||||||
InsetLayout Internet_Address_Reference
|
InsetLayout Flex:Internet_Address_Reference
|
||||||
CopyStyle "Flex:Thanks_Reference"
|
CopyStyle "Flex:Thanks_Reference"
|
||||||
LatexName printead
|
LatexName printead
|
||||||
LabelString "Internet Addess Ref"
|
LabelString "Internet Addess Ref"
|
||||||
End
|
End
|
||||||
|
|
||||||
InsetLayout Corresponding_Author
|
InsetLayout Flex:Corresponding_Author
|
||||||
CopyStyle "Flex:Thanks_Reference"
|
CopyStyle "Flex:Thanks_Reference"
|
||||||
LatexName corref
|
LatexName corref
|
||||||
LabelString "Corresponding Author"
|
LabelString "Corresponding Author"
|
||||||
BgColor black
|
BgColor black
|
||||||
End
|
End
|
||||||
|
|
||||||
InsetLayout Author
|
InsetLayout Flex:Author
|
||||||
CopyStyle "Flex:Thanks_Reference"
|
CopyStyle "Flex:Thanks_Reference"
|
||||||
LatexName author
|
LatexName author
|
||||||
LabelString "Author"
|
LabelString "Author"
|
||||||
BgColor green
|
BgColor green
|
||||||
End
|
End
|
||||||
|
|
||||||
InsetLayout Name_(First_Name)
|
InsetLayout Flex:Name_(First_Name)
|
||||||
CopyStyle "Flex:Thanks_Reference"
|
CopyStyle "Flex:Thanks_Reference"
|
||||||
LatexName fnms
|
LatexName fnms
|
||||||
LabelString "First Name"
|
LabelString "First Name"
|
||||||
BgColor background
|
BgColor background
|
||||||
End
|
End
|
||||||
|
|
||||||
InsetLayout Name_(Surname)
|
InsetLayout Flex:Name_(Surname)
|
||||||
CopyStyle "Flex:Thanks_Reference"
|
CopyStyle "Flex:Thanks_Reference"
|
||||||
LatexName snm
|
LatexName snm
|
||||||
LabelString "Surname"
|
LabelString "Surname"
|
||||||
BgColor background
|
BgColor background
|
||||||
End
|
End
|
||||||
|
|
||||||
InsetLayout Keyword
|
InsetLayout Flex:Keyword
|
||||||
CopyStyle "Flex:Thanks_Reference"
|
CopyStyle "Flex:Thanks_Reference"
|
||||||
LatexName kwd
|
LatexName kwd
|
||||||
LabelString "Keyword"
|
LabelString "Keyword"
|
||||||
End
|
End
|
||||||
|
|
||||||
InsetLayout By_Same_Author_(bib)
|
InsetLayout Flex:By_Same_Author_(bib)
|
||||||
CopyStyle "Flex:Thanks_Reference"
|
CopyStyle "Flex:Thanks_Reference"
|
||||||
LatexName bysame
|
LatexName bysame
|
||||||
LabelString "bysame"
|
LabelString "bysame"
|
||||||
|
Loading…
Reference in New Issue
Block a user