Author: rgheck
Date: Thu Jun 16 00:23:32 2011
New Revision: 39076
URL: http://www.lyx.org/trac/changeset/39076

Log:
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.

Modified:
   lyx-devel/trunk/lib/layouts/ectaart.layout

Modified: lyx-devel/trunk/lib/layouts/ectaart.layout
==============================================================================
--- lyx-devel/trunk/lib/layouts/ectaart.layout  Thu Jun 16 00:22:41 2011        
(r39075)
+++ lyx-devel/trunk/lib/layouts/ectaart.layout  Thu Jun 16 00:23:32 2011        
(r39076)
@@ -161,47 +161,47 @@
        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"

Reply via email to