On Fri, Sep 19, 2008 at 05:07:55AM -0700, Raju Grover wrote:
> Respected Sir,
>
> Can you tell me how I do this in Latex.
>
> suppose I have this in the begining of me .tex file
>
> \newtheorem{theorem}{Theorem}
Use \newtheorem*.
You'll need the amsthm package:
\usepackage{amsthm}
And no, you don't have to pay me :)
Edsko