showexpl 不显示脚注

showexpl 不显示脚注

以下 LaTeX 文档:

\documentclass{amsart}
\usepackage{showexpl}
\begin{document}

\begin{LTXexample}
  \documentclass{amsart}
  \begin{document}
      Hello\footnote{Hola}, world!
  \end{document}
\end{LTXexample}

\end{document}

产生以下 pdf 输出:

pdf对应LaTex代码

为什么不显示脚注?需要进行哪些更改才能显示脚注?

相关内容