Mathematica 4.1
/usr/local/mathematica/SystemFiles/Fonts/Type1/Math*.pfa
これらのフォントの新しいバージョンが次のURLからダウンロードできます.
Mathematica 4.2
http://support.wolfram.co.jp/mathematica/systems/unix/general/MathT1_42.tar.gz
Mathematica 4.1
http://support.wolfram.co.jp/mathematica/systems/unix/general/MathT1.tar.Z
Mathフォントをお使いのプリンタにダウンロードするコマンドは,以下のようなものです.
Mathematica 4.2
gzip -d ./MathT1_42.tar.gz
tar xvf ./MathT1_42.tar
cd ./Type1
lpr ./*.pfa
Mathematica 4.1
uncompress ./MathT1.tar.Z
tar xvf ./MathT1.tar
cd ./MathT1
lpr ./*.pfa
これらのフォントはプリンタを再起動するまでプリンタのメモリに保存されます.いったんフォントをPostscriptプリンタにダウンロードすることで,プリントジョブを送信するコンピュータの種類に関係なくフォントは利用可能になります.
Appleフォーマットのハードディスク(フォント保管用)を持つApple Laserwriterで印刷する場合は,Macintosh版のフォントをもっと簡単にダウンロードすることが可能です.
http://support.wolfram.co.jp/mathematica/systems/macintosh/general/manualfontdownload.html
グラフィックス内にフォントが描画されない,また,お使いのPostscriptプリンタにフォントをダウンロードするメモリがないという場合は,次のページでプリンタへのフォントのダウンロードを必要としない解決法をご覧ください.
http://support.wolfram.co.jp/mathematica/interface/print/psproblems.html
特別なタイプセット機能を使わない場合,フォントを必要としないグラフィックスの生成に関する次のページをご覧ください.
http://support.wolfram.co.jp/mathematica/graphics/textfonts/nomathfonts.html
Questions or comments? Send email to support@wolfram.com.