iccv テンプレートの著者ブロックを変更する

iccv テンプレートの著者ブロックを変更する

このテンプレートを変更しようとしています:
https://www.sharelatex.com/templates/journals/iccv-2017---国際コンピュータビジョン会議

それぞれの著者名の下にメールアドレスを、さらにその下に共通の機関を記載したいのですが、いくつかエラーが発生しました。

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 here19行目の を削除するだけです。

答え2

8行目を次のように変更すると便利だと分かりました。

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

関連情報