Re: Re: Re: exporting eps-files with embedded characters in 4.2.1
- To: mathgroup at smc.vnet.net
- Subject: [mg40551] Re: [mg40518] Re: [mg40399] Re: exporting eps-files with embedded characters in 4.2.1
- From: Dr Bob <majort at cox-internet.com>
- Date: Thu, 10 Apr 2003 03:36:36 -0400 (EDT)
- References: <b6gmc5$cgk$1@smc.vnet.net> <200304090532.BAA08324@smc.vnet.net>
- Reply-to: majort at cox-internet.com
- Sender: owner-wri-mathgroup at wolfram.com
Another undocumented feature. I just love that. There's no reference to ToPostScriptOptions in Help under postscript, and no mention of "IncludeSpecialFonts" under Help for ToPostScriptOptions. Options@SetOptions returns an empty set. Options@$FrontEnd doesn't include ToPostScriptOptions as an option. At almost every turn, this information is hidden from users. But you CAN open the option inspector and search for postscript. Did anybody else think of that? Bobby On Wed, 9 Apr 2003 01:32:03 -0400 (EDT), Dale Horton <daleh at wolfram.com> wrote: > At 01:21 AM 4/4/2003, Jens-Peer Kuska wrote: >> Hi, >> >> the question is how to avoid the font enbedding. >> It's done by default and no ConversionOptions document >> this and since the options itself are strings >> there is no way to find out what the option may >> be. >> >> Regards >> Jens >> >> Daniel Nettels wrote: >> > >> > Hi, >> > >> > what is the way to export graphics to eps files with embedding the >> > characters? >> > I heard this is now finaly possible in Mathematica 4.2.1. >> > >> > Thanks for help. >> > >> > Daniel Nettels > > There currently isn't a ConversionOption to control this. It's controlled > by a frontend option. > > SetOptions[$FrontEnd, ToPostScriptOptions -> {"IncludeSpecialFonts" -> > False}] > > -Dale > > > -- majort at cox-internet.com Bobby R. Treat
- References:
- Re: Re: exporting eps-files with embedded characters in 4.2.1
- From: Dale Horton <daleh@wolfram.com>
- Re: Re: exporting eps-files with embedded characters in 4.2.1