Re: 關於Theorem的設定

看板LaTeX (論文排版)作者 (回到原點)時間17年前 (2008/11/07 00:02), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串2/5 (看更多)
※ 引述《blueslim (paranoia)》之銘言: : 我的文稿環境是定為: : \documentclass{article} : 目的是要做一份lecture note : 一般來說系統會自動幫我們把Theorem編號 : 比如Theorem 1.這樣 : 那如果要顯示出: : Theorem 4.3 (Levy continuity theorem) ..... : 其中紅色和黃色的部分是我要的 : 那麼在文稿環境該如何做調整呢? : 再次強者懇請幫忙 <(_ _)> Try it! \documentclass{article} \newtheorem{thm}{Theorem}[section] \begin{document} \setcounter{section}{4} \setcounter{thm}{2} \begin{thm}[Levy continuity theorem] balabala... \end{thm} \end{document} -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 218.187.14.31

11/07 01:20, , 1F
太讚了! 感謝!!!
11/07 01:20, 1F
文章代碼(AID): #194nKP5Y (LaTeX)
討論串 (同標題文章)
本文引述了以下文章的的內容:
1
1
完整討論串 (本文為第 2 之 5 篇):
1
1
文章代碼(AID): #194nKP5Y (LaTeX)