往往,我们投稿论文排版的时候,通常是一个作者对应一个工作单位,但是偶尔也有特殊的情况,作者投稿springer时遇到的问题:D.E. Othercoauthor隶属于两个单位,想要实现的效果如下图,所用模板如下:
模板下载地址在:ftp://ftp.springer.de/pub/tex/latex/ifmbe/ifmbe.zip
本站下载:ifmbe:
实现代码如下( 提供解答):
\documentclass[nouppercase]{ifmbe}
\makeatletter
\renewcommand{\author}[3][]{
\stepcounter{ifmbe@authors}
\expandafter\def\csname ifmbe@author\alph{ifmbe@authors}\endcsname
{#2$^{\expandafter\the\csname ifmbe@affiliationcounter#3\endcsname
\if\relax\detokenize{#1}\relax\else,#1\fi}$}
}
\makeatother
\title{Authors With Multiple Affiliations}
\affiliation{First Institution/Department, Affiliation, City, Country }{FIRSTAFF}
\affiliation{Second Institution/Department, Affiliation, City, Country }{SECONDAFF}
\author{A.B. Firstauthor}{FIRSTAFF}
\author{C. Coauthor}{SECONDAFF}
\author[2]{D.E. Othercoauthor}{FIRSTAFF}
\begin{document}
\maketitle
\end{document}
选自:http://www.rqna.net/qna/pvkrwn-authors-with-multiple-affiliations.html


发表评论 取消回复