Re: Epstopdf and Lucida fonts in labels
Taco Hoekwater <[email protected]> Thu, 21 Apr 2005 08:46:28 +0200
| Newsgroups | gmane.comp.tex.metafont |
|---|---|
| Message-ID | <[email protected]> |
Larry Siebenmann wrote: > Hi Laurence F. and all, > > > > Wrong...It is output by MP itself. > > With "prologues:=2" > as required for eps output??? > > With that setting, Distiller should have responded > correctly to the resulting MP output. Only when the Distiller itself knows about the used fonts, otherwise there will ben an /undefinedfont error. MetaPost converts tfm names to postscript font names, but it does not actually download the font to the eps output. Taco