It was working fine with List of Algorithms, but I want to change it
to be listed under List of Figures. Is the problem with minipage
environment, or what? I am using my University Latex template (in the
past I had to add List of Algorithms myself and was fine).
If you need more info I can provide more.
== Latex Code ==.
.
.
\usepackage[linesnumbered,ruled,vlined]{algorithm2e}
.
.
.
\begin{center}
\begin{minipage}{.68\linewidth}
\begin{algorithm}[H]
.
.
.
\caption{This is my Algorithm} %
\label{fig:algorithm1} %
\end{algorithm}
\end{minipage}
\end{center}
.
.
.
It maybe worthy of mentioning that the Latex template I am using, uses
the <<<tocloft>>> package. I am reading its doc right now
Thanks
Fawzi Sdudah
> Hi All,
>
> It was working fine with List of Algorithms, but I want to change it to
> be listed under List of Figures. Is the problem with minipage
> environment, or what? I am using my University Latex template (in the
> past I had to add List of Algorithms myself and was fine).
> \usepackage[linesnumbered,ruled,vlined
,figure
> ]{algorithm2e} .
(See the algorithm2e manual for details.)
HTH
Ulrich
> Ulrich
A pointer to the solution is a solution
Thanks,
Fawzi Sdudah