Re: [問題] beamer theorem corollary number

看板LaTeX (論文排版)作者 (司布林)時間15年前 (2010/06/16 10:48), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/4 (看更多)
※ 引述《cholauda (cholauda)》之銘言: : 如何讓beamer出現的theorem 和 corollary : 可以有各自獨立的編號 : 因為現在beamer預設好像是Theorem之後出現的Corollary會編號在Theorem之後, : 而不是接在上一個Corollary之後 : 煩請指教 : 謝謝 我的做法是先定義下面這些 \newtheorem{thm}{Theorem} \newtheorem{lem}{Lemma} \newtheorem{cor}[thm]{Corollary} ^^^^^ 重點在這兒。 後面真的在用時 \begin{thm} \end{thm} 與 \begin{cor} \end{cor} 的編號會一起算。 而 \begin{lem} \end{lem} 就自己算。 -- Xuite日誌:http://blog.xuite.net/springman/ 網路城邦:http://blog.udn.com/springman 聖經查詢系統:http://springbible.fhl.net/ 芳苑教會:http://fychurch.fhl.net/ 信望愛bbs:http://wbbs.fhl.net/ 自由軟體使用經驗分享 http://springbible.blogspot.com/ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 163.23.24.187
文章代碼(AID): #1C63kMQC (LaTeX)
文章代碼(AID): #1C63kMQC (LaTeX)