更改 iccv 模板中的作者區塊

更改 iccv 模板中的作者區塊

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

我不知道我是否很好地理解了你的問題,但我已經設法顯示了地址: 在此輸入影像描述

只需刪除\def\iccvPaperID{****} % *** Enter the ICCV Paper ID here第 19 行的 , 即可。

答案2

我發現將第 8 行更改為以下內容很有幫助,

\usepackage[cvprfinal]{cvpr}\usepackage[review]{cvpr}

相關內容