脚注の例の数字はローマ数字で、本文ではアラビア数字で表記したいです。これは 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}
修正方法のアイデアはありますか?