I'm trying to translate the title of the index of the algorithm list.
I'm using the packages algorithmic and algorithm. When I try to do as instructed in algorithms package and do command
Code: Select all
\newcommand{\listalgorithmname}{Lista de Algoritmos}
Code: Select all
! LaTeX Error: Command \listalgorithmname already defined.
Or name \end... illegal, see p.192 of the manual.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.12 ...{\listalgorithmname}{Lista de Algoritmos}
Thanks for any input.