On 12.07.04, Jan Smid wrote:
> after I created figures with Microcal Origin 4.11/5.0/6.0 (buggy! bad .eps 
> support!) I figured out that it is possible to replace the texts in .eps 
> files it with native latex font, which probably will look far better than 
> this Arial 12 pt. 
> Do you replace fonts in graphs etc. on a regular basis? Are there any flaws? I 
> am thinking of overlapping fonts and so on.

I use the psfrag package to replace text with LaTeX. psfrag should is part
of my teTeX (and available on CTAN, if not in your distribution).

In the preamble I insert \usepackage{psfrag} and in the figure floats an
ERT-box with commands like
  \psfrag{x_3}{$x_3$}
  \psfrag{title}{first plot}
  
  
Con: a lot of additional writing (one command for every replaced string)
     sometimes problems with size and alignment
     dvi preview looks awfull, use ps preview
Pro: nice and consistent look of the end-product
     full user control, 
     can change appearance, size and content in the LyX file

See the documentation in pfgguide.ps
( /usr/share/doc/texmf/latex/psfrag/pfgguide.ps.gz on my Debian system )

G�nter

-- 
G.Milde at web.de

Reply via email to