作者kennet (天天好心情)
看板LaTeX
標題[問題] 如何讓定理與證明後面的陳述換行開始?
時間Fri Jul 30 22:06:06 2010
我想要將定理和證明後面的陳述移到下一行開始
下面是我的指令:
\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
1F:推 killyou:\begin{theorem}\mbox{}\\ text %直接換行沒用的話就這樣 07/30 23:12
2F:→ kennet:謝謝啦 可以了!! 07/31 13:17