]> git.lyx.org Git - features.git/commitdiff
Fix bug #7630.
authorRichard Heck <rgheck@comcast.net>
Wed, 15 Jun 2011 22:23:32 +0000 (22:23 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 15 Jun 2011 22:23:32 +0000 (22:23 +0000)
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

lib/layouts/ectaart.layout

index 1e3f46ace88c19a30fee2074d1ee6cdee9c447c5..19b2ff4e5d3b405bed4a68652189efa2cad212d9 100644 (file)
@@ -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"