On Tue, 5 Mar 2002, Davide Cavallari wrote:
> I have generated a .tex file pointing to an auxiliary file .ps with
> gnuplot. I have inputted this file in a figure float. How can I center
> the figure?
make an input-button in the center of figure float using
layout --> paragraph --> center.
you don't need en ERT command to make it centered.
> With figures exported in both latex and postscript by xfig, I simply
> surrounded the inputted file with the latex commands
>
> \begin{center}
>
> \end{center}
you do not need this ERT command for centering figures.
> but with these files generated by gnuplot this doesn't work.
it is depended on the set size and set (lrbt)margin command in gnuplot.
Sometime the set size command produce a blank area in the graph. This will
be difficult setted it centered.
Wayan