Author: forenr
Date: Wed May 26 15:17:36 2010
New Revision: 34514
URL: http://www.lyx.org/trac/changeset/34514

Log:
We have the magic keyword ObsoletedBy which allows renaming styles
(thanks JMarc for pointing out it)

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

Modified: lyx-devel/trunk/lib/layouts/IEEEtran.layout
==============================================================================
--- lyx-devel/trunk/lib/layouts/IEEEtran.layout Wed May 26 15:01:15 2010        
(r34513)
+++ lyx-devel/trunk/lib/layouts/IEEEtran.layout Wed May 26 15:17:36 2010        
(r34514)
@@ -150,7 +150,7 @@
 End
 
 
-Style MarkBoth
+Style Page_headings
        LaTeXType               Command
        LaTeXName               markboth
        Category                FrontMatter
@@ -168,6 +168,11 @@
 End
 
 
+Style MarkBoth
+       ObsoletedBy             Page_headings
+End
+
+
 Style Publication_ID
        CopyStyle               Special_Paper_Notice
        LatexName               IEEEpubid
@@ -268,12 +273,16 @@
 End
 
 
-Style BiographyNoPhoto
+Style Biography_without_photo
        CopyStyle               Biography
        LaTeXName               IEEEbiographynophoto
        OptionalArgs            0
 End
 
+Style BiographyNoPhoto
+       ObsoletedBy             Biography_without_photo
+End
+
 
 Style Proof
        Category                Theorem

Reply via email to