| | 264 | |
| | 265 | = Astro Modules = |
| | 266 | Need to find suitable installation packages. |
| | 267 | {{{ |
| | 268 | TeXtoIDL: |
| | 269 | |
| | 270 | The purpose of the TeXtoIDL routines is to make it simple to use Greek letters, |
| | 271 | subscripts and superscripts in making labels for plots in IDL. This is accomplished by |
| | 272 | allowing the user to use TeX control sequences for Greek letters and special |
| | 273 | symbols and for sub/superscripts. The TeX control sequences are simple and easy |
| | 274 | to remember, especially if you already use TeX for writing papers (for those |
| | 275 | unfamiliar with TeX, an explanation of that notation is below). The translation |
| | 276 | is done for either vector or PostScript fonts. |
| | 277 | |
| | 278 | IDLWAVE: |
| | 279 | This package has been installed as part of Emacs to enable it to understand |
| | 280 | IDL syntax, which is very useful when writing IDL scripts. A number of lines |
| | 281 | should be added to your ~/.emacs file, and IDLWAVE online information which can |
| | 282 | be viewed with `M-x idlwave-info', or follow the Menu entry in the IDLWAVE menu. |
| | 283 | IDLWAVE also enables running an IDL shell within emacs - type: |
| | 284 | |
| | 285 | M-X idlwave-shell |
| | 286 | |
| | 287 | which runs your settup defined by the environment variable IDL_STARTUP. |
| | 288 | }}} |
| | 289 | |
| | 290 | |