Hi Herbert,

Thanks a million !! I was so frustrated ... now it works !!

So much of the myth that open source has no support .. most of the times, the support 
you get
from the open source community is far better than any paid support
I have ever encountered ...

Thanks again !

Gal.



Herbert Voss wrote:

> Gal Aviel wrote:
>
> >
> > Anybody know how to set the table float caption to left alligned ?
> >
> > I have this really small table of 2x2, which is left allighed by default, but
> > it looks really bad since the (long) caption is center alligned by defualt.
> >
> > I have tried inserting /begin{flushleft} and /end{flushleft} before the first word 
>of the
> > caption and after the table, but it does not work (I see it in the latex export, 
>but
> > it seems to have effect only on the table, not on the caption).
> >
> > How can I bypass it ?
> >
> > My setup : Lyx 1.1.6fix4 on a recent i386 Redhat machine (7 something).
>
> write in preamble:
>
> \long\def\@makecaption#1#2{%
>    \vskip\abovecaptionskip
>    \sbox\@tempboxa{#1: #2}%
>    \ifdim \wd\@tempboxa >\hsize
>      #1: #2\par
>    \else
>      \global \@minipagefalse
>      \hb@xt@\hsize{\box\@tempboxa\hfil}%
>    \fi
>    \vskip\belowcaptionskip}
>
> Herbert
>
> --
> http://www.lyx.org/help/

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Gal Aviel

  VLSI Design Engineer            Email : [EMAIL PROTECTED]
  Zoran Microelectronics Ltd.     Fax   : +972-4-8551550
  DTV Team                        Work  : +972-4-8545962
                                  Cell  : +972-54-431555

 It doesn't matter what one reveals or what one keeps to oneself. Everything we
  do, everything we are, rests on our personal power. If we don't have enough
personal power the most magnificent piece of wisdom can be revealed to us and
              it won't make a damn bit of difference.
                Don Juan (Carlos Castaneda)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



Reply via email to