viveksharma wrote:
> have three questions:
> 1.This has been discussed before but can the lyx-latex gurus point me to
> the best way of centering tables, figures and their captions in floats
> I remember having read that using the layout->paragraph->center command
> is not the appropriate way. I remember some discussion about having an
> appropriate vspace between the caption and figure/table.
layout->paragraph in floats currently produces not-so-nice output (additional
space between figure and caption; this is fixed in the developement tree for
1.4). For now, you better use ERT \centering{} (at the beginning of the
caption.
> 2.I use Komabook and is their someway to define this in preamble and
> make the default table caption to be above and default figure caption
> below the figure.
If you use the document option "tablecaptionabove" (layout->document->extra
options), KOMA will adjust the space for table captions. You still have to
put the captions above the table yourself, though.
(alternatively, you can use the layouts "captionabove" and "captionbelow").
> 3.Is there some way to regulate the width of the caption to be equal to
> the figure or table width?
Cf. the thread mentioned by Paul.
J�rgen.