Re: [問題] 為甚麼用 beamer 排理論無法編號呢?

看板LaTeX (論文排版)作者時間17年前 (2008/02/26 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串4/4 (看更多)
※ 引述《lovecin.bbs@ptt.cc (....)》之銘言: > ※ 引述《suglwu.bbs@bbs.sayya.org (suglwu)》之銘言: > : 參考 [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 能夠自動編號. 請試看看 \documentclass[11pt]{beamer} \setbeamertemplate{theorems}[numbered] 另外請參考 在 [1] 的 p 30 ,有作者不建議在 presentation mode 使用 numbered theorem 的理由。 [1] http://www.ctan.org/tex-archive/macros/latex/contrib/beamer/doc/beameruserge.pdf -- 我是路過的路人 -- ※ Origin: SayYA 資訊站 <bbs.sayya.org> ◆ From: adsl-218-211-15-237.nh.sparqnet.net
文章代碼(AID): #17mm9b00 (LaTeX)
文章代碼(AID): #17mm9b00 (LaTeX)