作者lovecin (....)
看板LaTeX
标题[问题] 为甚麽用 beamer 排理论无法编号呢?
时间Sun Feb 24 21:40:04 2008
各位版上的前辈好,
小弟最近用 beamer 排数学理论时, 理论都不会编号,
不知道还缺少什麽, 程式如下, 写写各位 :)
\documentclass[11pt]{beamer}
\newtheorem{thm}{Theorem}
\begin{document}
% Start
\section{Introduction}
\subsection{Test1}
\begin{frame}
\begin{thm}
If is $n$-enumerable, then $A$ is recursive.
\end{thm}
\begin{thm}<2->
If is $2$-fa-enumerable, then $A$ is regular.
\end{thm}
\end{frame}
\end{document}
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 61.228.45.82