On Sat, Aug 31, 2002 at 01:20:27PM +0800, Hisyam Lee wrote:
> In my preamble box is something like this:
> 
> \usepackage{sectsty}
> \chapterfont{\centering}
> \renewcommand{\thechapter}{\Roman{chapter}}
> \renewcommand{\thesection}{\arabic{chapter}.\arabic{section}}
> \renewcommand{\theequation}{\arabic{chapter}.\arabic{equation}}
> \renewcommand{\thefigure}{\arabic{chapter}.\arabic{figure}}
> \renewcommand{\thetable}{\arabic{chapter}.\arabic{table}} 

> So the Theorem number appear something like Theorem III.1, Theorem VI.2, etc.
> How can I change the theorem (also others like Proof, Corollary, Claim etc)
> numbering to Theorem 3.1, Theorem 6.2, etc. 

\renewcommand{\thetheorem}{\arabic{chapter}.\arabic{theorem}}

Reply via email to