Wilfredo I. Pach�nL�pez wrote:
> I need your help because i'm trying with commands like
> \renewcommand{\listoftablesname}{�ndice de Tabla} or
> \renewcommand{\listtablesname}{�ndice de Tabla}  following the help of a
> document about Latex that i found in the net, but this not work.

The following works. (It is important that all is put into the 
\AtBeginDocument statement and after the \usepackage{babel} call)

\usepackage{babel}
\AtBeginDocument{%
\renewcommand{\tablename}{tabla}
\renewcommand{\listtablename}{�ndice de Tabla}
}

HTH,
Juergen.

Reply via email to