答案1
解决方法:
\documentclass{beamer}
\makeatletter
\let\orig@@footnotetext\@footnotetext
\usepackage{luatexja}
\let\@footnotetext\orig@@footnotetext
\makeatother
\begin{document}
\begin{frame}
\frametitle{Sample}
Test\footnote{Footnote test.}.
\end{frame}
\end{document}
这次脚注没有消失。似乎被\@footnotetext
lltjcore.sty 覆盖了。(已报告给票务论坛。