MathGroup Archive 2000

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

Search the Archive

Re: emmathfnt

  • To: mathgroup at smc.vnet.net
  • Subject: [mg21720] Re: emmathfnt
  • From: David Annetts <dannetts at laurel.ocs.mq.edu.au>
  • Date: Wed, 26 Jan 2000 03:45:25 -0500 (EST)
  • Organization: CRCAMET/Macquarie University
  • References: <8698rr$6k7@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi Joel 

> 1) The Readme file indicates that the tool will not work with EPS files
> generated by Display[] or Export[] when called from the standalone
> kernel.How then, am I supposed to save the Mathematica plot as an eps
> file ?

Typically, I select the graphic then "Save As EPS" from the edit menu.  I've
never
had problems with this procedure.

> 2) What is the exact syntax of indicating to emmathfnt the path to the
> Type1 1 Fonts. I used the standard path format
> (HardDisk:Folder1:Folder2:...) for the MAC, but it did not find the Font
> folder.

The Windows batch file I use to operate EmbedMMAFonts is listed below.  Although 
names have been truncated to MS-DOS conventions, I don't recall any problems
using 
full names instead.

EmbedMMAFonts.bat :-
@ECHO OFF

REM Path to the Math font embedding program.  Change this to reflect
installation.
SET EMMATHFNT=C:\MATHEM~1\4.00\AddOns\Applic~1\EMMATH~1\EMMATH~1.EXE

REM Use if emmathfnt.exe is compiled with Microsoft C compiler.
SET FONTDIR=C:\MATHEM~1\4.00\SYSTEM~1\FONTS\TYPE1\

REM Use if emmathfnt.exe is compiled with Cygwin.
REM SET FONTDIR=C:\\PROGRA~1\\WOLFRA~1\\MATHEM~1\\4.0\\SYSTEM~1\\FONTS\\TYPE1\\

%EMMATHFNT% -d %FONTDIR% %1 %2 %3

Regards,

Dave.

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


  • Prev by Date: Re: Mathematica on the Web
  • Next by Date: Re: Corrupted notebook
  • Previous by thread: Re: emmathfnt
  • Next by thread: Integral of x/(1+x^4) problem (in Mathematica30)