Re: 關於Theorem的設定
※ 引述《blueslim (paranoia)》之銘言:
: 不好意思 又出現一個問題
: 從第二個定理開始
: 即使有打空格 內文的字還是全部都連在一起
: ex:
: 我打"F(x) is the distribution function (d.f.) of X."
: 但是顯示出來是:
: F(x)isthedistributionfunction(d.f.)ofX.
: 請問有人跟我遇到類似的問題嗎
: 應該怎麼解決?? @@
我單純輸入以下指令的時候是正常的,沒有像你說連在一起的狀況。
\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: 140.112.50.253
討論串 (同標題文章)
LaTeX 近期熱門文章
PTT數位生活區 即時熱門文章