From: Jean-Marc Lasgouttes Date: Wed, 20 Dec 2006 14:03:25 +0000 (+0000) Subject: Add layout AltAffiliation ; add optional argument support for Author Email and X-Git-Tag: 1.6.10~11492 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5d356a862f79551957b3b84a1dd08fa9ffb8faa4;p=features.git Add layout AltAffiliation ; add optional argument support for Author Email and Author URL git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16345 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/layouts/revtex4.layout b/lib/layouts/revtex4.layout index 1b7c379076..52a2c1dc91 100644 --- a/lib/layouts/revtex4.layout +++ b/lib/layouts/revtex4.layout @@ -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