Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/Textoidl/textoidl.html

    r338 r402  
    159159 
    160160    <h3>Examples</h3><pre> 
    161        out = TeXtoIDL('Gamma^2 + 5N_{ed}') 
    162        The string out may be used in XYOUTS or other IDL text 
    163        display routines.  It will be an uppercase Gamma, with an 
    164        exponent of 2, then a plus sign, then an N with the subscript 
    165        ed. 
     161 
     162   IDL> out = TeXtoIDL('Gamma^2 + 5N_{ed}') 
     163 
     164 The string out may be used in XYOUTS or other IDL text 
     165 display routines.  It will be an uppercase Gamma, with an 
     166 exponent of 2, then a plus sign, then an N with the subscript 
     167 "ed". 
    166168 
    167169    </pre><h3>Version history</h3> 
    168170     
    169171    <h4>Version</h4> 
    170  $Id: textoidl.pro 325 2007-12-06 10:04:53Z pinsard $ 
     172 $Id: textoidl.pro 372 2008-08-08 12:31:53Z pinsard $ 
    171173    <h4>History</h4> 
    172174       $Log: textoidl.pro,v $ 
Note: See TracChangeset for help on using the changeset viewer.