각주에 있는 예제 숫자는 로마 숫자로, 본문에서는 아라비아 숫자로 표시하고 싶습니다. 이것이 linguex의 기본값입니다.
그러나 setspace 패키지를 로드하면 각주 내부의 언어 예제 수가 아라비아 숫자로 변경됩니다. 다음은 MWE입니다. \usepackage{setspace}의 주석 처리를 제거하면 문제가 나타납니다.
\documentclass{article}
\usepackage{linguex}
% \usepackage{setspace}
\begin{document}
\section{Introduction}
I am using Linguex to write examples.\footnote{In footnotes, the examples show up with Arabic and not Roman numerals.
\ex. This is an example!
}
\ex. This is an example.
\end{document}
해결 방법에 대한 아이디어가 있습니까?