Beamer:扫描使用 \frame 时文件结束

Beamer:扫描使用 \frame 时文件结束

我一直收到错误“扫描使用时文件已结束\frame”。我读到的其他每个问题都说他们缺少某个\end{frame}地方。我前后查看了我的代码,但没有发现任何缺失。有其他人遇到过这个问题吗?或者有不同的解决方案?

附言:我知道这样不太好,但我还是在底部添加了我的代码,供您查看。

\documentclass[mathserif]{beamer}

\begin{document}

\begin{frame}
\LARGE{The Counterexample}
\small
\begin{enumerate}
  \item Start with two functions, $f_1$, $g_1$, and a set $S_1$. 
  \item Manipulate $f_1$, $g_1$, and add elements to $S_1$ to create $f_2, g_2$ and $S_2$
  \item Manipulate each $f_i, g_i$ and $S_i$ to create $f_{i+1}$, $g_{i+1}$, and $S_{i+1}$ as according to Boyce's Lemma 
  \item End up with two sequences of functions $\{f_i\}$ and $\{g_i\}$ uniformly converging to $f$ and $g$, respectively such that $f$ and $g$ commute under functional composition
\end{enumerate}

\end{frame}

\end{document}

相关内容