2009年2月28日

Using Mathematica through X11@SSH

running as root
wget http://gears.aset.psu.edu/hpc/software/math/mathem/mathematica-fonts.tgz
mkdir -p /usr/local/mathematica/fonts
mv mathematica-fonts.tgz /usr/local/mathematica/fonts
cd /usr/local/mathematica/fonts
tar -xzvf mathematica-fonts.tgz
rm -f mathematica-fonts.tgz
mkfontdir /usr/local/mathematica/fonts/BDF
mkfontdir /usr/local/mathematica/fonts/Type1

xset fp+ /usr/local/mathematica/fonts/BDF
xset fp+ /usr/local/mathematica/fonts/Type1
xset fp rehash

ssh -Y user@ host mathematica

Ref:
Mathematica Font Setup
Mathematica and matlab - ImageWiki

沒有留言: