g*****d 发帖数: 35 | 1 Hi,
Multiple authors
author A, instituteA
author B, instituteB
author C, instituteA
author D, instituteA
FYI (maybe useful), I found in llncs.cls, we can use the following
\author{A\inst{1}, B\inst{2}, C\inst{1}, and D\inst{1}}
\institute{
instituteA, e.g., MITBBS
\and
insgtituteB, e.g., WaterBBS
}
My current problem is how to realize similar format for kluwer.cls. I only
found some user manual for kluwer, e.g., http://www.google.com/url?sa=t&ct=res&cd=1&url=http%3A//springeronline.com/sgw/cda/p | T*******n 发帖数: 493 | 2 That's the style that Kluwer uses, without footnote symbols.
So if they don't print MITBBS three times, how would they
show the affiliations of authors C and D? (There's nothing
wrong with this style. Some publishers don't like to use
footnote style affiliations.)
You could try
\author{A, C, D}
\institution{MITBBS}
\author{B}
\institution{WaterBBS}
but this makes B the anchoring author.
If you can explain how you want to show the affiliation for
C and D without repeating "MITBBS" (show
【在 g*****d 的大作中提到】 : Hi, : Multiple authors : author A, instituteA : author B, instituteB : author C, instituteA : author D, instituteA : FYI (maybe useful), I found in llncs.cls, we can use the following : \author{A\inst{1}, B\inst{2}, C\inst{1}, and D\inst{1}} : \institute{ : instituteA, e.g., MITBBS
|
|