\floatname{algorithm}{What you want}
in the preamble this will change what it looks like (but probably not when looking at lyx)
when you want to insert a list of algorithm in ERT put
\listof{algorithm}{List of What you want}
there is probably one \renewcommand that could be used to do both of these in one step but I would have to go looking to find out what the variable name is
cheers owen
FG wrote:
Another question.
I'm working on a paper in spanish. I'm using babel so that it uses Cap�tulo, Secci�n , etc. However when I use the float algorithm I get Algorithm in english in the header. Is there a way to manually change this to Algoritmo?
I'm using the book layout.
