Search found 4 matches

by zizozizo
Tue Jun 12, 2007 1:25 am
Forum: General
Topic: using algorithmic package
Replies: 1
Views: 2939

using algorithmic package

Hi;
I am trying to use the algorithmic package in my latex. I am using the old command
\documentstyle[epsf,graphicx,algorithm,algorithmic]{report} for now I do not want to change it. Now here there is no problem, but when I add these commands:

\begin{algorithm}
\begin{algorithmic}
\end{algorithmic ...
by zizozizo
Tue Jun 12, 2007 1:19 am
Forum: General
Topic: Changing between report and article class
Replies: 4
Views: 4140

Re: changign between report and article

Hi;
It is ok now since I do not need the subsubsection any more.I really appreciate your help.


Thanks
by zizozizo
Sun Jun 10, 2007 9:58 pm
Forum: General
Topic: Changing between report and article class
Replies: 4
Views: 4140

Changing between report and article class

Hi;
Thanks for replying. I cant change the command \documentstyle[cuthesis,epsf,graphicx,textcomp,amssymb]{report}
for now,so suppose I am using it. In my main file.tex I am using
\documentstyle[cuthesis,epsf,graphicx,textcomp,amssymb]{report}
so I want to change it to:
\documentstyle[cuthesis ...
by zizozizo
Sun Jun 10, 2007 8:29 pm
Forum: General
Topic: Changing between report and article class
Replies: 4
Views: 4140

Changing between report and article class

Hi;
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 ...