\thanks{}는 AAAI21 sty에 중복된 각주를 생성합니다.

\thanks{}는 AAAI21 sty에 중복된 각주를 생성합니다.

기사 문서 클래스와 함께 AAA21 스타일 파일(aaai21.sty)을 사용하고 있습니다. 저자를 여러 명 입력하면 \thanks{}첫 번째 페이지에 각주 텍스트가 중복됩니다.

  • 링크파일 에 sty.
  • 전체 라텍스 템플릿을 찾을 수 있습니다여기. 내부를 살펴보세요유액폴더.

제가 사용하고 있는 라텍스 입니다.

\title{-------}
\author{
    % Authors
    Auth 1\footnote{equal contribution}\textsuperscript{\rm 3}\footnote{work done as part of},
    Auth 2\footnotemark[1]\textsuperscript{\rm 2}\thanks{work done while a},
    Auth 3\footnotemark[1]\textsuperscript{\rm 1},
    Auth 4\textsuperscript{\rm 4}\footnotemark[2],
    Auth 5\textsuperscript{\rm 1},
    Auth 6\textsuperscript{\rm 1}\\
}
\affiliations{
    % Affiliations
    \textsuperscript{\rm 1} Aff 1 \\
    \textsuperscript{\rm 2} Aff 2 \\
    \textsuperscript{\rm 3} Aff 3 \\
    \textsuperscript{\rm 4} Aff 4 \\
    [email protected], [email protected], [email protected], [email protected],  [email protected], [email protected]
}

다음은 각주 텍스트가 중복된 렌더링된 출력입니다. 누군가 이런 일이 왜 발생하는지 지적할 수 있습니까? 파일을 보려고 했는데 sty아마도 괜찮을 것 같습니다. 온라인으로 파일을 구할 수 있습니다 aaai21.sty.

여기에 이미지 설명을 입력하세요

답변1

원래 게시물의 댓글에서 Ulrike가 제안한 대로 변경하면 문제가 해결됩니다 \let\footnote\thanks\relax.\let\footnote\relax\let\thanks\relax

관련 정보