Mikolaj Machowski wrote:
> On Fri, Nov 08, 2002 at 02:27:59PM -0500, Carl Mueller wrote:
>
>>-----------------
>>In emacs auctex, and also my package, typing "..." results
>>in "\dots". This is absolutely logical, and it would be a
>>shame to leave it out.
>
>
> SmartDots function do change ... for \cdots in math mode and for
> \ldots outside it.
In AMS-LaTeX,
$ 1 + \dots + 5 $ % like \cdots if followed by +
$ 1, \dots, 5 $ % like \dots if followed by ,
Personally, I have never trusted this, so I always use $\ldots$ or
$\cdots$ as I see fit, but using $\dots$ is probably better (when using
amsmath) than using either one of these automatically.
--Benji
|