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

귀하의 질문을 잘 이해했는지는 모르겠지만 주소를 표시해 두었습니다. 여기에 이미지 설명을 입력하세요

19행에서 를 제거하면 됩니다 \def\iccvPaperID{****} % *** Enter the ICCV Paper ID here.

답변2

8행을 다음과 같이 변경하는 것이 도움이 된다는 것을 알았습니다.

\usepackage[cvprfinal]{cvpr}~에서\usepackage[review]{cvpr}

관련 정보