Thanks. However, in many journals the authors are listed, sensibly,
under the title, and not in footnotes.
------------------------------------------------------------------------
Ehud Kaplan
I Wayan Warmada wrote:
--- On Fri, 7/17/09, Rich Shepard <[email protected]> wrote:
E. Kaplan:
Rather than superscript placement/sizing, why not
use footnotes? You can
have multiple authors listed and define a footnote for each
one's employer.
LyX will happily digest this.
use authblk.sty from preprint package. The authblk.sty can handle up to 6
affiliation. I have use by putting this package in preamble like:
\usepackage[auth-lg]{authblk}
\author[1]{name of author 1}
\author[1,2]{name of author 2 with two affiliation}
\affil[1]{affiliation 1}
\affil[2]{affiliation 2}
etc, please read the documentation.
Btw, you don't need to put the author in editing area, because it already
define in preamble.
Regards,
Wayan