Re: Epstopdf and Lucida fonts in labels

Taco Hoekwater <[email protected]> Wed, 20 Apr 2005 08:40:04 +0200
Newsgroups gmane.comp.tex.metafont
Message-ID <[email protected]>
Maurizio Vianello wrote:
> I am not able to transform mypic.1 into mypic.pdf (I want just the 
> picture, not a whole page with the picture in it)

Using mptopdf is easiest solution:

1. run 'mpost mypic' (creates mypic.XXX)
2. run 'mptopdf mypic' (converts to mypic-XXX.pdf)

mptopdf is a perl script + tex format from Hans Hagen, and it is
included in most TeX distributions as part of the ConTeXt package.

If you do not have mptopdf installed, you can download it
(or the full ConTeXt package) from Hans Hagen's website:

   http://www.pragma-ade.com/context/current/cont-mpd.zip

Greetings, Taco