This is a follow-up question to Option in the algorithm with Latex. This is my algorithm:
\usepackage{algorithm}
\usepackage{algorithmic}
\begin{document}
\begin{algorithm}[H]
\caption{My algo}
\begin{algorithmic}[1]
\Debut
\LState instruction 1
\LState instruction 2
\Fin
\end{algorithmic}
\end{algorithm}
\end{document}

Please how can I add "Données" before "Début" ?

\Debutand\Fin? – Gonzalo Medina Oct 10 '12 at 22:09\Donneesin a similar way:\algnewcommand{\Donnees}{\Statex\textbf{Donn\'ees}\pushindent}– Gonzalo Medina Oct 10 '12 at 22:12