If the printer that will be producing the hardcopy is a PostScript
printer, you may want to consider using Encapsulated PostScript as your
transfer medium instead of Windows Metafile. Recall that Mathematica
graphics are stored in the front end as PostScript code, so the line
thickness will be preserved if you export to this format.
To do this, you will need to export the graphic using the front end menu
command:
Edit -> Save Selection As -> EPS
This command should be performed _after_ you have selected the cell
bracket of the graphic to be exported.
Bringing the EPS graphic into Microsoft Word 97 is done by the Word
menu command:
Insert -> Picture...
Word will not be able to render the EPS on screen. You will get just a
dummy graphic. However, when you print the document, the graphic will
be rendered properly on the printer.
You can use a utility like GSView32 to add a Metafile preview to the EPS
graphic so that you will have some sort of picture to look at once the
file is imported into Word, but this is more for aesthetic reasons than
anything else.
If your graphic makes use of Mathematica-specific fonts, you will need
to make sure that your printer has these fonts resident in memory
before you print your Word document. Some tips on how to handle this
can be found at our Technical Support website:
http://www.wolfram.com/support/Systems/All/ManualFontDownload.html
--
P.J. Hinton
Mathematica Programming Group pa...@wolfram.com Wolfram Research,
Inc. http://www.wolfram.com/~paulh/ Disclaimer: Opinions expressed
herein are those of the author alone.