脚注无法与 linguex 和 leipzig 包配合使用

脚注无法与 linguex 和 leipzig 包配合使用

问题说明了一切。我使用包leipzig进行注释和linguex举例。这是代码。

\documentclass[8pt]{article}
\usepackage{leipzig}
\usepackage{linguex}

\begin{document}
\ex. \gll abcd efgh mnop\\
abcd.1.SG.FEM efgh.3.PL.MSC mnop\footnote{This is a verb.}.IMFV.AGR.1.SG.FEM\\
abcd efgh ijkl mnop\\

\end{document}

PS - 此代码在类中没有给出任何错误beamer。脚注仍然没有出现,但至少文档得到了编译。在article类中并非如此。

\documentclass[8pt]{beamer}
\usepackage{leipzig}
\usepackage{linguex}

\begin{document}
\ex. \gll abcd efgh mnop\\
abcd.1.SG.FEM efgh.3.PL.MSC mnop\footnote{This is a verb.}.IMFV.AGR.1.SG.FEM\\
abcd efgh ijkl mnop\\


\end{document}

实际上,在一个包含类似文本的演示文稿中,我也得到了一个脚注。(我不知道怎么做:P)如果需要,我会添加幻灯片和序言的屏幕截图。

相关内容