Re: rename - list of algorithms

2009-08-18 Thread Guenter Milde
On 2009-08-17, Ricardo Perrone wrote:

> I need to rename the list of algorithms to a more convenient name. For
> example: List of Algorithms ---> Lista de Códigos (in Portuguese/Brazil
> language), but default Lyx behaviour changes it to 'Lista de
> Algoritmos' when i set default language to Portuguese (Brazil). 

> Anybody knows how can i solve this?

The name is most probably set by the 'babel' package. 

Look at it's documentation to find the command needed to change it
(something like \renewcommand{\algorithmname}{Lista de Algoritmos}).

Günter



rename - list of algorithms

2009-08-17 Thread Ricardo Perrone
Hi,

I need to rename the list of algorithms to a more convenient name. For example: 
List of Algorithms ---> Lista de Códigos (in Portuguese/Brazil language), but 
default Lyx behaviour changes it to 'Lista de Algoritmos' when i set default 
language to Portuguese (Brazil). I have tried to use ERT command 
\listof{algorithm}{Lista de Códigos}, but it was necessary to take out  
\usepackage{hyperref} to avoid some problems and the final result was not so 
good, because the algorithm's counter was reset to the begining. Anybody knows 
how can i solve this?

Thanks a lot
Ricardo