作者lovecin (....)
看板LaTeX
标题Re: [问题] 为甚麽用 beamer 排理论无法编号呢?
时间Mon Feb 25 21:09:06 2008
※ 引述《[email protected] (suglwu)》之铭言:
: ※ 引述《[email protected] (....)》之铭言:
: 参考 [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
感谢您的回应, 不过这样排出来呈现的是以 Article 模式,
我希望排出来的是像 beamer 那样的投影片模式,
Theorem 能够自动编号.
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 61.228.44.227