mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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
|
||||
End
|
||||
|
||||
InsetLayout Internet_Address_Reference
|
||||
InsetLayout Flex:Internet_Address_Reference
|
||||
CopyStyle "Flex:Thanks_Reference"
|
||||
LatexName printead
|
||||
LabelString "Internet Addess Ref"
|
||||
End
|
||||
|
||||
InsetLayout Corresponding_Author
|
||||
InsetLayout Flex:Corresponding_Author
|
||||
CopyStyle "Flex:Thanks_Reference"
|
||||
LatexName corref
|
||||
LabelString "Corresponding Author"
|
||||
BgColor black
|
||||
End
|
||||
|
||||
InsetLayout Author
|
||||
InsetLayout Flex:Author
|
||||
CopyStyle "Flex:Thanks_Reference"
|
||||
LatexName author
|
||||
LabelString "Author"
|
||||
BgColor green
|
||||
End
|
||||
|
||||
InsetLayout Name_(First_Name)
|
||||
InsetLayout Flex:Name_(First_Name)
|
||||
CopyStyle "Flex:Thanks_Reference"
|
||||
LatexName fnms
|
||||
LabelString "First Name"
|
||||
BgColor background
|
||||
End
|
||||
|
||||
InsetLayout Name_(Surname)
|
||||
InsetLayout Flex:Name_(Surname)
|
||||
CopyStyle "Flex:Thanks_Reference"
|
||||
LatexName snm
|
||||
LabelString "Surname"
|
||||
BgColor background
|
||||
End
|
||||
|
||||
InsetLayout Keyword
|
||||
InsetLayout Flex:Keyword
|
||||
CopyStyle "Flex:Thanks_Reference"
|
||||
LatexName kwd
|
||||
LabelString "Keyword"
|
||||
End
|
||||
|
||||
InsetLayout By_Same_Author_(bib)
|
||||
InsetLayout Flex:By_Same_Author_(bib)
|
||||
CopyStyle "Flex:Thanks_Reference"
|
||||
LatexName bysame
|
||||
LabelString "bysame"
|
||||
|
Loading…
Reference in New Issue
Block a user