看板LaTeX
标 题Re: [问题] 为甚麽用 beamer 排理论无法编号呢?
发信站SayYA 资讯站 (Mon Feb 25 02:27:17 2008)
转信站ptt!ctu-reader!ctu-peer!news.nctu!News.Math.NCTU!SayYa
※ 引述《[email protected] (....)》之铭言:
> 各位版上的前辈好,
> 小弟最近用 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}
参考 [1] 里面的 pp 190-191
请试看看底下的例子,是不是有符合您的需求。
%\documentclass[11pt]{beamer}
\documentclass[11pt]{article}
\usepackage{beamerarticle}
\newtheorem{thm}{Theorem}
\begin{document}
% Start
%\section{Introduction}
%\subsection{Test1}
\section<presentation>{Introduction}
\subsection<presentation>{Test1}
\begin{frame}
\begin{thm}<1->
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}
[1]
http://www.ctan.org/tex-archive/macros/latex/contrib/beamer/doc/beameruserguide.pdf
--
我是路过的路人
--
※ Origin: SayYA 资讯站 <bbs.sayya.org>
◆ From: adsl-218-211-15-237.nh.sparqnet.net