>>>>> "Jacek" == Jacek M Holeczek <[EMAIL PROTECTED]> writes:

Jacek> according to this summary the following commands/options can
Jacek> have "[optional text]": "\email", "\homepage",
Jacek> "\altaffiliation", "\bibitem" (have a look at "\bibinfo" and
Jacek> "\footnotetext", too).

Jacek,

Could it be possible to make you work for us? I prepared the following
trivial patch that adds optional argument support for \email and
\homepage. Firstly, it would be nice to know whether it fixes your
concerns.

Then, could you research, among the entries we support, what other
entries have a possible optional argument? We do not support
\altaffiliation but \affiliation. Should we add a layout for
\altaffiliation?

As far as I know, support for \bibitem optional argument is already
in. I do not know what bibinfo does, but I doubt that we support it.

Hope this helps.

JMarc

Index: lib/layouts/revtex4.layout
===================================================================
--- lib/layouts/revtex4.layout	(revision 16318)
+++ lib/layouts/revtex4.layout	(working copy)
@@ -170,6 +170,7 @@ Style Author_Email
 	CopyStyle             Affiliation
 	PassThru              1
 	LatexName             email
+	OptionalArgs          1
 	LabelString           "Electronic Address:"
 	TextFont
 	  Family              Typewriter
@@ -184,6 +185,7 @@ Style Author_URL
 	CopyStyle             Author_Email
 	PassThru              1
 	LatexName             homepage
+	OptionalArgs          1
 	LabelString           "URL:"
 End
 

Reply via email to