Re: [問題] 為甚麼用 beamer 排理論無法編號呢?
※ 引述《lovecin.bbs@ptt.cc (....)》之銘言:
> 各位版上的前輩好,
> 小弟最近用 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
討論串 (同標題文章)
LaTeX 近期熱門文章
PTT數位生活區 即時熱門文章