On Thu, Aug 15, 2002 at 02:43:46PM +0800, Hisyam Lee wrote:
> > > But the Section and Subsection nombors are something like I.1, I.2, II.4,
> > II.5,
> > > II.A.1, II.A.2, etc. The Figure also change to Figure II.1.
> > > What I needed are 1.1, 1.2, 2.4, 2.5, 2.1.1, 2.1.2, etc.
> > > 
> > 
> > And how do you want the references to chapters ? (1,2,... or I, II, ...)
> > 
> 
> References to chapters by I, II, etc and reference to Sections and Subsections 
> by 1,2,etc.

\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}}

Reply via email to