I have a problem is that I included in my tex file
\documentstyle{report}
to include my file style. Since I need \subsubsection
it wont be numbered as you now. I have to change the same command \documentstyle{report}
but instead of using report I have to use article in order the subsubsections can be numbered but once I do this I got lots of errors. Any help is appreciated.