[Tugindia] math environment
Dr. Dinesh Karia
tugindia@tug.org
Sat, 23 Nov 2002 22:16:38 +0530
----- Original Message -----
From: "Manoj Kummini" <kummini@yahoo.com>
To: <tugindia@tug.org>
Sent: Friday, November 22, 2002 5:37 PM
Subject: RE: [Tugindia] math environment
snip
>
> AMS Guidelines for LaTeX recommends that one uses
> \DeclareMathOperator for defining new operators, and when such
> operators are used inline, the limits will appear as subscripts and
> not below the operator name.
However if the proper options of limits are used with the package and then
there is a way to get the limits under the operator. For instance
\documentclass[12pt,intlimits,sumlimits,namelimits]{amsart}
.........
we also say that $\lim\limits_{x \to a} f(x) $ \emph{exists
and is finite}
............
This will work
Dinesh Karia