Add layout AltAffiliation ; add optional argument support for Author Email and

Author URL


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@16346 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2006-12-20 14:08:36 +00:00
parent d2061138de
commit 83ee897908
3 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2006-12-20 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* layouts/revtex4.layout: Add layout AltAffiliation ; add optional
argument support for Author Email and Author URL.
2006-12-03 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
* layouts/amsart.layout: re-enable "Address" style (bug 2890).

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

View File

@ -33,10 +33,10 @@ What's new
- Add a menu entry for numbered formulas (bug 2901).
- Add the layout file and an example document for the beamer presentation
class. These files where taken from the beamer package by Till Tantau.
- New text class ISPRS (Int. Soc. Photogrammetry & Remote Sensing).
- Add the layout file and an example document for the beamer
presentation class (these files where taken from the beamer package
by Till Tantau); new layout file ISPRS (Int. Soc. Photogrammetry &
Remote Sensing); update layout file for REVTeX4.
- New external template for LilyPond (a music typesetter).