I am using the following package to typeset my algorithms:
\usepackage{algorithmic2e} and my codes starts as:
\begin{algorithm}
\caption{Computing delta
\label{algo:delta}
.
.
.
.
\end{algorithm}
But when I typeset I get the numbering Algorithm 1 Algorithm 2
Algorithm 3........ Algorithm 10 etc across chapters in the document.
What I need is that the algorithms be numbered according the
subsections and reknew the numbering in the next section/subsection.
In other words I need Algorithm 1.1.2 in chapter 1 subsection 1,
Algorithm 3.4.1 in chapter 3 subsection 4 etc
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.
But I have already mentioned the class option that will do this. Have you tried to use it?
P
On 7 Jul 2011 20:53, "Ezekiel Kachisa" <ekac...@gmail.com> wrote:
Thanks for your quick response.
Sorry for the typo I meant algorithm2e.
Iam not sure if my package is in default BUT the only lines I have added in the preamble related to algorithms are:
\usepackage[ruled,vlined]{algorithm2e}
\usepackage{algorithmic}
I am a basic user of latex so i need a thorough advice.
ndebvu
On Thu, Jul 7, 2011 at 5:15 PM, Peter Flynn <angleb...@gmail.com> wrote:
>
> On Thu, Jul 7, 2011 at 4:25 PM, Ndebvuzamwai <ekac...@gmail.com> wrote:
>>
>> I am using the fo...
> --
> You received this message because you are subscribed to the Google Groups "LaTeX Users Group...
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" ...
--