PDA

View Full Version : LaTeX renewcommand


mathfeel
Oct1-04, 03:04 AM
This is probably not the best place to ask this, then I think there are ppl that knows here...

I want to reset the subsection numbering so that instead of:
0.1
0.2
0.3....

It goes like
1
2
3

so I did
\renewcommand{\subsection}{\arabic{subsection}}

Which, works, but it also destroy all font setting (bold, etc) of the \subsection command...

How do ppl do renewcommand with subsection?

Cheers

DivGradCurl
Oct1-04, 08:07 PM
Unfortunately, I don't know how to answer that. But, I suggest you try the \LaTeX thread at www.artofproblemsolving.com

Good luck!