Hello Chris,

On 11/11/09, Chris van Dijk wrote:
> The submission system is telling me that the fonts are not embedded
> in the eps? How would I go about rectifying this? If it matters I am
> using PyX 0.10, default fonts.

These submission systems are not very reliable, in general. One of
them complained about some of my PyX figures as well, but a simple
look into the file showed that the font which it complained about was
embedded in the eps file. You can do the same check: open the eps file
in your favourite text editor and search for the complained font name.

PyX includes those fonts into the file which are given in the
psfonts.map file from your TeX distribution. All non-standard fonts
(such as the TeX cm font, for example) are mentioned in that file. It
may happen that the "Adobe standard fonts" are not included: Times,
Helvetica, Courier. If you want those fonts included, you must adapt
your TeX installation accordingly. On a teTeX or texlive distribution,
this is done by
  1. modifying the file "updmap.cfg": set
      dvipsDownloadBase35 true
      pdftexDownloadBase14 true
      dvipdfmDownloadBase14 true
  2. if you changed that file, you must run
      updmap
    (or updmap-sys as administrator)
    in order to update the map files.

Cordialement,
  Michael

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user

Reply via email to