MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Equation to Postscript

  • To: mathgroup at smc.vnet.net
  • Subject: [mg35553] Re: Equation to Postscript
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Fri, 19 Jul 2002 06:07:52 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <ah5pcv$52n$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

> 1.  What is the best way to export an equation, which is currently in a
> Text cell, to a postscript file? 

It must be an *expression* known by the kernel.

> If it were a graphic, I would use
> Export["g.eps", g, "epstiff"] or something similar. 

If it *is* an expression you can do the same with the formula

http://documents.wolfram.com/v4/RefGuide/Export.html

"Export can handle numerical and textual data, 
graphics, sounds, and material from notebooks. "


> But I don't have a
> graphics object corresponding to the cell.  Also, because the 
> contains special characters, I would like to embed Mathematica's fonts.
> 
> 2.  More generally, how can I force an eps Export of an arbitrary
> graphic to embed Mathematica's fonts?

http://support.wolfram.com/mathematica/graphics/export/includefonts.html

Regards
  Jens


  • Prev by Date: RE: Pattern Matching in Lists
  • Next by Date: RE: Pattern Matching in Lists
  • Previous by thread: Equation to Postscript
  • Next by thread: Reading excel files?