Please i ask if it's possible to add the option:
[vlined]
withe the package
\usepackage{algorithm}
\usepackage{algorithmic}
This is my example:
\usepackage{algorithm}
\usepackage{algorithmic}
\begin{document}
\begin{algorithm}[H]
\caption{My algo}
\begin{algorithmic}[1]
\WHILE{condition}
\STATE instruction 1
\STATE instruction 2
\ENDWHILE
\end{algorithmic}
\end{algorithm}
\end{document}
i'd like to join while to \ENDWHILE with a line, is that possible ?
\documentclass) that demonstrates your problem. – Jake Oct 01 '12 at 11:31algorithmicx(which is compatible withalgorithmic, so you can use the much betteralgorithmicxinstead ofalgorithmic). – Gonzalo Medina Oct 01 '12 at 13:36