MathGroup Archive 1999

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

Search the Archive

Re: Problem with pasting Mathematica grafics to Word 97

  • To: mathgroup at smc.vnet.net
  • Subject: [mg16362] Re: Problem with pasting Mathematica grafics to Word 97
  • From: David Annetts <dannetts at laurel.ocs.mq.edu.au>
  • Date: Thu, 11 Mar 1999 02:16:39 -0500
  • Organization: CRCAMET/Macquarie University
  • References: <7bnvme$dmt@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Robert 
> 
> I own Mathematica 3.0 academic version. My OS is Windows NT 4.0. I used
> functions COPY or COPY AS and PASTE. If I paste the graphic as Bitmap is
> the graphic ok, but the resolution of this is not so good like by Windows
> Meta File. If I paste the graphics as Windows Meta File to Word 97, than I
> missing fonts  or characters. This problem is availabily, when I printing
> the notebook as an Adobe Acrobat file. Please tell me how I can paste
> Mathematica graphic as Meta File.

I just went through this exersise, but with WordPerfect.  What I found with
considerable aid from P.J. Hinton, was that ...

1.  Make sure Mathematica is using Postscript fonts, not Windows TTF's.  
You can do this with $TextStyle = {<whole series of options>} and if you put it
in init.m, it's available everywhere. Valid Postscript fonts are Helvetica,
Times and Courier.
2.  WP8 has options of converting metafiles to WP graphics.  If there is a
similar option in Word (perhaps WMF-> BMP), don't take it -- leave it as WMF.
3.  If all else fails, convert the graphic to an EPS file from the Front End NOT
via Display[].  You can then add a preview using Ghostview (TIFF packed works
quite well) so you can see the graphic.

Regards,

-- 
 ==================================================================
 David Annetts                                       _____________
 http://www.ocs.mq.edu.au/~dannetts/                |C R C A M E T|
                                                    |-------------|
                                                    |_____        |
 CRC for Australian Mineral                         |````` \      |
 Exploration Technologies                           |`````/$\     |
 Earth Sciences                                     |````/$$$\____|
 Macquarie University, NSW 2109                     |```/$$$/.....|
 AUSTRALIA                                          |``/$$$/......|
 phone: +(1-61-2) 9850 9280, fax (1-61-2) 9850 8366  -------------
 ==================================================================


  • Prev by Date: Re: Discrete probablitiy distributions
  • Next by Date: Programmed PageBreaks
  • Previous by thread: Problem with pasting Mathematica grafics to Word 97
  • Next by thread: Re: Problem with pasting Mathematica grafics to Word 97