作者blueslim (paranoia)
看板LaTeX
标题Re: 关於Theorem的设定
时间Fri Nov 7 21:47:41 2008
不好意思 问题没叙述清楚(这问题和起头那篇是不同的)
我贴一下原始码:
\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
1F:→ blueslim:刚刚突然想通了 原来是内文没用随文模式输入 11/07 23:39
2F:→ blueslim:难怪自动产生怪异格式 见笑了XD 11/07 23:44