On Wed, Aug 21, 2002 at 03:33:46AM +0200, Raul de la Cruz wrote:
> Hello again Lyx users...
> 
> I have 3 questions...
> 
> 1.- How can I change the List of Tables title to another?. For instance in
> spanish I get "Lista de cuadros" and I would want to get "Lista de
> tablas". I think that is a better translation of "List of tables".

Put the following in the preamble:

\usepackage{babel}
\addto\captionsspanish{
  \renewcommand{\listtablename}{Lista de tablas}
}   
  
> 2.- Is there any method to set the same separation of vertical spaces in
> above and below of all Figure Floats that has my documentation? or I have
> to change manually in all my Figure Floats elements??

\setlength{\abovecaptionskip}{10pt}
\setlength{\belowcaptionskip}{0pt}

(change the values 10 & 0 to your liking)

> 3.- How can I get that a paragraph on a report class document has more than one
> column?, for instance 2 and the others only 1?

Read Extended.lyx (the section on multiple colunms)

Reply via email to