| 193 | | Mathematica is NOT currently installed on the CAL system. We are investigating licensing options. In the meantime, if you have a Columbia 'uni', you can use mathematica installed on the cunix system. To do this, log on to cunix with 'ssh your_name@cunix.columbia.edu' and then start mathematica with 'math' (for a text-interface) or 'mathematica' (for an X-windows interface). |
| | 193 | Mathematica is NOT currently installed on the CAL system. We are investigating licensing options. In the meantime, if you have a Columbia 'uni', you can use mathematica installed on the cunix system. |
| | 194 | |
| | 195 | ==== Running Mathematica on cunix ==== |
| | 196 | |
| | 197 | ssh -X username@cunix.columbia.edu |
| | 198 | |
| | 199 | mathematica |
| | 200 | |
| | 201 | You will probably get an xset error regarding fonts. |
| | 202 | |
| | 203 | ==== Installing the Mathematica fonts ==== |
| | 204 | |
| | 205 | [http://support.wolfram.com/mathematica/systems/linux/general/latestfonts.html Download them here.] |
| | 206 | |
| | 207 | Install them in your home directory at CAL (not cunix). Make the directory tree structure look like this: |
| | 208 | |
| | 209 | ~/.fonts/Mathematica/BDF |
| | 210 | |
| | 211 | ~/.fonts/Mathematica/Type1 |
| | 212 | |
| | 213 | To use the fonts, do: |
| | 214 | |
| | 215 | xset fp+ ~/.fonts/Mathematica/BDF |
| | 216 | |
| | 217 | xset fp+ ~/.fonts/Mathematica/Type1 |
| | 218 | |
| | 219 | xset fp rehash |
| | 220 | |
| | 221 | Then log in to cunix and run Mathematica. It should now work properly. |