我输入这个脚注
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{setspace}
\usepackage{babel}
\begin{document}
\begin{doublespace}
Hi \footnote{\begin{singlespace}
Footnote content.
\end{singlespace}
}
\end{doublespace}
\end{document}
然后,当我将其转换为 pdf 时,出现了奇怪的空格。这可能是因为我的正文是双倍行距,而脚注是单倍行距。但我想保持这种状态。我该如何删除脚注中的奇怪空格?