
我正在嘗試修改這個模板:
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}