Re: 關於Theorem的設定
不好意思 問題沒敘述清楚(這問題和起頭那篇是不同的)
我貼一下原始碼:
\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
11/07 23:44, 2F
討論串 (同標題文章)
LaTeX 近期熱門文章
PTT數位生活區 即時熱門文章
15
26