Re: Wacky Font Substitution in .eps Export
- To: mathgroup at smc.vnet.net
- Subject: [mg90622] Re: Wacky Font Substitution in .eps Export
- From: ragfield <ragfield at gmail.com>
- Date: Wed, 16 Jul 2008 06:30:16 -0400 (EDT)
- References: <g5f61t$rds$1@smc.vnet.net> <g5htfm$j85$1@smc.vnet.net>
On Jul 15, 5:17 am, AES <sieg... at stanford.edu> wrote:
> Also, since embedding fonts in PDF (and eps?) files at time of creation
> is a standard and very useful feature in the wider world, are there some
> Option settings that will (politely of course) ask M to do embed all the
> necessary characters from its own custom fonts, whenever it Exports a
> graphics file? (And, of course, also whenever you extract such files
> from M using "Save Selection As..." or the like.)
PrintingOptions->{"UseSpecialFonts"->True}
This option is true by default in recent versions, so Mathematica will
embed all required math fonts into exported PDF & (E)PS files.
-Rob