mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
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:
parent
9c513e90d1
commit
5d356a862f
@ -150,6 +150,15 @@ Style Affiliation
|
|||||||
End
|
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
|
# Address is exactly the same as Affiliation. We just put this in so
|
||||||
# that tex2lyx will know what to do with it.
|
# that tex2lyx will know what to do with it.
|
||||||
Style Address
|
Style Address
|
||||||
@ -170,6 +179,7 @@ Style Author_Email
|
|||||||
CopyStyle Affiliation
|
CopyStyle Affiliation
|
||||||
PassThru 1
|
PassThru 1
|
||||||
LatexName email
|
LatexName email
|
||||||
|
OptionalArgs 1
|
||||||
LabelString "Electronic Address:"
|
LabelString "Electronic Address:"
|
||||||
TextFont
|
TextFont
|
||||||
Family Typewriter
|
Family Typewriter
|
||||||
@ -184,6 +194,7 @@ Style Author_URL
|
|||||||
CopyStyle Author_Email
|
CopyStyle Author_Email
|
||||||
PassThru 1
|
PassThru 1
|
||||||
LatexName homepage
|
LatexName homepage
|
||||||
|
OptionalArgs 1
|
||||||
LabelString "URL:"
|
LabelString "URL:"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user