作者roloc (回到原点)
看板LaTeX
标题Re: 关於Theorem的设定
时间Fri Nov 7 19:46:00 2008
※ 引述《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