뭔가 잘못되었습니다. \item이 누락되었을 수 있습니다. \end{결과적으로}

뭔가 잘못되었습니다. \item이 누락되었을 수 있습니다. \end{결과적으로}

SIAM의 매크로 패키지를 사용하여 기사를 쓰기 시작했습니다.여기. 그러나 다음과 같은 오류가 발생합니다.

18행: 뭔가 잘못되었습니다. 아마도 \item이 누락되었을 수도 있습니다.

다음 텍스트 내용으로:

\documentclass{siamart190516}

\let\newtheoremstyle\relax
\let\newtheoremstyle\relax
\let\theoremstyle\relax
\let\theoremstyle\relax
\let\proof\relax
\let\endproof\relax
\usepackage{amsthm}

\begin{document}
\section{xxx}
\begin{corollary} 
    Let $f$ be a function.
\end{corollary}
\end{document}

다른 문서 클래스를 사용할 때는 이 오류가 발생하지 않습니다. \item결과 섹션을 추가해도 문제가 해결되지 않습니다.

무슨 일이 일어나고 있는지 아는 사람 있나요? 해결책이 있나요?

답변1

siamart190516이 로드합니다.이론패키지 - amsthm을 로드하지 않고 대신 ntheorem의 매크로를 사용하면 문제를 피할 수 있습니다.

관련 정보