previous up next contents index
Previous: 10 Scilab Up: Applyx 054 Next: 12 Maple   Contents   Index

11 Mathematica

.#!/bin/bash

# This script fix the error - Warning: Actions not found: delete-next-character

# when using mathematica in SuSE 9.0 and up

creatXresource() {

/usr/bin/touch ~/.Xresources

/bin/cat > ~/.Xresources << EOF

*secondaryModifierMask: Mod3Mask

EOF

}

if ! [ -e ~/.Xresources ] ; then

creatXresource

fi

xrdb -load ~/.Xresources

/opt/mathematica/Executables/Mathematica





douillet@ensait.fr
2010-03-01