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
This commit is contained in:
Jean-Marc Lasgouttes 2006-12-20 14:03:25 +00:00
parent 9c513e90d1
commit 5d356a862f

View 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