Il 03/03/2011 01:44, Julien Rioux ha scritto:
On 02/03/2011 5:29 PM, Jean-Marc Lasgouttes wrote:
You mean having he styl Author use IEEEauthor for IEEE documents? It
looks like our IEEEtran layout does not do that, but it could. Besides
bizarre \and issues, many things are already possible for layout file
authors.

Of course many things are possible with layout files, and that's fine.

I mean to come up with a set of standard rules for environment names, which will be applied uniformly among the layout files (at least those layout files distributed with LyX).

and probably also to expand slightly the layout "language" (and accordingly the GUI behavior, if needed) at least in those cases which are recurrent.

For example, in a recently written paper I had to use:

   \documentclass[...]{elsarticle}
   ...
   \address[x]{Address of X}
   \address[y]{Address of Y}

   \cortext[cor1]{Corresponding author}

   \author[x]{First X author}
   \ead{First X author e-mail}

   \author[y]{First Y Author\corref{cor1}}
   \ead{First Y Author e-mail}

   \author[y]{Second Y Author}
   \ead{e-mail}

   \author[ctu]{Second X Author}
   \ead{e-mail}


In another case:

   \documentclass[...]{IEEEtran}
   ...
   \author{
   \IEEEauthorblockN{Authors belonging to X\\}
   \IEEEauthorblockA{Address of X\\
   {\tt e-mail addresses\\}
   \and
   \IEEEauthorblockN{Authors belonging to Y}
   \IEEEauthorblockA{Address of Y\\
   {\tt e-mail addresses\\}
   }

and each time it's always different. However, the needed information is always the same:
-) author names
-) affiliations
-) physical addresses
-) e-mail addresses

with the possibility to specify authors in an arbitrary order keeping a link/cross-ref to the institution.

    T.

Reply via email to