我正在尝试修改这个模板:
https://www.sharelatex.com/templates/journals/iccv-2017---international-conference-on-computer-vision
我希望在相应的作者姓名下方显示电子邮件,并在下方显示共同的机构。我遇到了一些错误。
我将 30-44 行改为:
\author{First Author\\
{\tt\small [email protected]}
% For a paper whose authors are all at the same institution,
% omit the following lines up until the closing ``}''.
% Additional authors and addresses can be added with ``\and'',
% just like the second author.
% To save space, use either the email address or home page, not both
\and
Second Author\\
{\tt\small [email protected]}
}
%HERE I need the university name
不管怎样我都无法让它工作,哈哈这太烦人了!
答案1
答案2
我发现将第 8 行改为以下内容很有帮助,
\usepackage[cvprfinal]{cvpr}
从\usepackage[review]{cvpr}