
このテンプレートを変更しようとしています:
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
答え2
8行目を次のように変更すると便利だと分かりました。
\usepackage[cvprfinal]{cvpr}
から\usepackage[review]{cvpr}