Re: 關於Theorem的設定
※ 引述《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
討論串 (同標題文章)
LaTeX 近期熱門文章
PTT數位生活區 即時熱門文章
15
26