]> git.lyx.org Git - lyx.git/commitdiff
Add layout AltAffiliation ; add optional argument support for Author Email and
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 20 Dec 2006 14:03:25 +0000 (14:03 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 20 Dec 2006 14:03:25 +0000 (14:03 +0000)
Author URL

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16345 a592a061-630c-0410-9148-cb99ea01b6c8

lib/layouts/revtex4.layout

index 1b7c379076c40878d2d14cc4561db71ad9b84db3..52a2c1dc913638983e90c25b83b3884023c93086 100644 (file)
@@ -150,6 +150,15 @@ Style Affiliation
 End
 
 
+Style AltAffiliation
+       CopyStyle             Affiliation
+       PassThru              1
+       LatexName             altaffiliation
+       OptionalArgs          1
+       LabelString           "AltAffiliation"
+End
+
+
 # Address is exactly the same as Affiliation. We just put this in so
 # that tex2lyx will know what to do with it.
 Style Address
@@ -170,6 +179,7 @@ Style Author_Email
        CopyStyle             Affiliation
        PassThru              1
        LatexName             email
+       OptionalArgs          1
        LabelString           "Electronic Address:"
        TextFont
          Family              Typewriter
@@ -184,6 +194,7 @@ Style Author_URL
        CopyStyle             Author_Email
        PassThru              1
        LatexName             homepage
+       OptionalArgs          1
        LabelString           "URL:"
 End