Thx Dekel you are a good teacher in this newsgroup hehe....
Two questions more
1.- Where can I find good documentation about LaTex language?? because I
dont know much about Tex code on ERT and Preamble, and this will help me
to not ask much in this newsgroup.
2.- Your answer to second question about space on figures is relative to
caption space, but I would want space above and below of Float figure,
including image o figure and caption...
Thx again Dekel...
Apologies for my english
On Wed, 21 Aug 2002 13:11:35 +0200, Dekel Tsur wrote:
> 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)