답변 패키지에서 이 버그를 어떻게 수정할 수 있나요?

답변 패키지에서 이 버그를 어떻게 수정할 수 있나요?

방금 답변 패키지를 업데이트했습니다. 간단한 예를 복사합니다

\documentclass[12pt,a4paper]{article}
\usepackage{answers}
\Newassociation{sol}{Solution}{ans}
\newtheorem{ex}{Exercise}
 \begin{document}
\Opensolutionfile{ans}[ans1]
\section{Problems}
 \begin{ex}
First exercise
 \begin{sol}
 First solution.
 \end{sol}
 \end{ex}
 \begin{ex}
 Second exercise
 \begin{sol}
 Second solution.
 \end{sol}
 \end{ex}
 \Closesolutionfile{ans}
 \section{Solutions}
 \input{ans1}
 \end{document}

내가 컴파일했을 때, 나는 얻었다. 여기에 이미지 설명을 입력하세요

이 오류를 어떻게 해결할 수 있나요?

관련 정보