On Tue, Nov 13, 2001 at 03:42:19PM +0100, Giorgio Corani wrote:
> hi!
> 
> I'm using latex font within eps figures through psfrag package.
> I read some documentation about that and I've put psfrag to work in my
> Lyx document.
> It works fine, allowing to use latex font in anyway produced eps files.
> However, if I scale the figure, the fonts result scaled too. This is a
> problem, since if I scale figures to 50%, fonts becomes unreadable in
> practice.
> Someone knows how to scale the eps figure, without scale the font, i.e.
> keeping the font size of the document?

Add \usepackage{graphicx} to the preamble, and use ERT to insert the figures
and do the scaling, e.g.
\includegraphics[scale=0.5]{foo.eps}

In fact, instead of the above, you can use the hidden graphics inset.
To use it, type M-x graphics-insert.

Reply via email to