Changes between Version 15 and Version 16 of IDL


Ignore:
Timestamp:
03/31/06 10:49:34 (20 years ago)
Author:
cdelarcuz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IDL

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