Re: 關於Theorem的設定

看板LaTeX (論文排版)作者 (paranoia)時間17年前 (2008/11/07 21:47), 編輯推噓0(002)
留言2則, 1人參與, 最新討論串5/5 (看更多)
不好意思 問題沒敘述清楚(這問題和起頭那篇是不同的) 我貼一下原始碼: \documentclass{article} \usepackage{amsmath} \newtheorem{thm}{Theorem}[section] \newtheorem{defn}[thm]{Definition} \begin{document} \begin{defn} A characteristic function (c.f) corresponding to a ....blabla \end{defn} \begin{defn} Let Xn be a sequence of RVs with corresponding DFs ....blabla \end{defn} \end{document} 第一個Definition沒有問題 狀況就發生在第二個Definition之後(黃色標示) 不管我用Theorem、remark等項目 字都是會連在一起 文字敘述也不會自動換行 請問是哪邊出了問題 麻煩解答 ~"~ : 我單純輸入以下指令的時候是正常的,沒有像你說連在一起的狀況。 : \documentclass{article} : \newtheorem{thm}{Theorem}[section] : \begin{document} : \setcounter{section}{4} : \setcounter{thm}{2} : \begin{thm}[Levy continuity theorem] : \end{thm} : \begin{thm} : $F(x)$ is the distribution function (d.f.) of $X$. : \end{thm} : \end{document} : 你在中間是否還有更改過什麼設定呢? : 或者其實你那個定理後面還有敘述,然後 Tex 因為排版的關係, : 所以設法縮小間距放在一行裡,所以看起來會比較擠,而不是完全沒有空格。 : 以上是我所想到的可能性。 : 再不然看你要不要貼你的原始檔,可以幫忙 check 哪裡出問題。 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 203.187.36.75

11/07 23:39, , 1F
剛剛突然想通了 原來是內文沒用隨文模式輸入
11/07 23:39, 1F

11/07 23:44, , 2F
難怪自動產生怪異格式 見笑了XD
11/07 23:44, 2F
文章代碼(AID): #1954R-03 (LaTeX)
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 5 之 5 篇):
1
1
文章代碼(AID): #1954R-03 (LaTeX)