[問題] 如何讓定理與證明後面的陳述換行開始?

看板LaTeX (論文排版)作者 (天天好心情)時間15年前 (2010/07/30 22:06), 編輯推噓1(101)
留言2則, 2人參與, 最新討論串1/1
我想要將定理和證明後面的陳述移到下一行開始 下面是我的指令: \theoremstyle{plain} \newtheorem{thm}{Proposition} {\newline} \renewcommand{\proofname}{Proof} {\newline} \begin{thm} xxx \end{thm} \begin{proof} $xxx=xxx$ \end{proof} 結果如下: Proposition 1. xxx Proof. xxx=xxx 可是我想要編譯出來的結果是如下: Proposition 1. xxx Proof. xxx=xxx 想請問要怎麼改,謝謝大家. -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 124.8.161.126

07/30 23:12, , 1F
\begin{theorem}\mbox{}\\ text %直接換行沒用的話就這樣
07/30 23:12, 1F

07/31 13:17, , 2F
謝謝啦 可以了!!
07/31 13:17, 2F
文章代碼(AID): #1CKjnHxK (LaTeX)
文章代碼(AID): #1CKjnHxK (LaTeX)