Ignore:
Timestamp:
03/21/07 10:14:37 (17 years ago)
Author:
pinsard
Message:

new idldoc html and assistant outputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Textoidl/translate_sub_super.html

    r200 r234  
    8989      <div id="file_comments"> 
    9090 Return the proper IDL font positioning command for TeX 
    91  sub/superscripts.  
     91 sub/superscripts. 
    9292</div> 
    9393 
     
    105105           
    106106          <dt><p><a href="#_sub_sup_idl"><span class="result">result = </span>sub_sup_idl(<span class="result">token</span>, FORCE_UD=<span class="result">FORCE_UD</span>)</a></p><dt> 
    107           <dd></dd>      
     107          <dd> </dd>     
    108108           
    109109          <dt><p><a href="#_translate_sub_super"><span class="result">result = </span>translate_sub_super(<span class="result">InputString</span>, RECURSED=<span class="result">RECURSED</span>, HELP=<span class="result">HELP</span>)</a></p><dt> 
     
    126126            <span class="result">result = </span>sub_sup_idl(<span class="result"><a href="#_sub_sup_idl_param_token">token</a></span>, <a href="#_sub_sup_idl_keyword_FORCE_UD">FORCE_UD</a>=<span class="result">FORCE_UD</span>)</p> 
    127127         
    128           <div class="comments"></div> 
     128          <div class="comments"> 
     129</div> 
    129130 
    130131          <h3>Return value</h3><div class="preformat"> 
     
    181182           
    182183          <h4>Version</h4><div class="preformat"> 
    183  $Id: translate_sub_super.pro 163 2006-08-29 12:59:46Z navarro $</div> 
     184 $Id: translate_sub_super.pro 232 2007-03-20 16:59:36Z pinsard $</div> 
    184185          <h4>History</h4><div class="preformat"> 
    185186       $Log: translate_sub_super.pro,v $ 
     
    215216 function.  So even if sub_sup_idl was declared with 
    216217 FORWARD_FUNCTION in translate_sub_super, it would not properly 
    217  compile.  
     218 compile. 
    218219 
    219220 The file translate_sub_super.pro contains two functions, 
     
    226227 Used only by translate_sub_super.  Should be kept in same 
    227228 file. 
    228  </div> 
     229</div> 
    229230         
    230231          <h3>Other attributes</h3> 
     
    268269       old       -- string to be translated from TeX to IDL.   in 
    269270 KEYWORD PARAMETERS: 
    270        /RECURSED -- set if this function is being called  
    271                     recursively.                   
     271       /RECURSED -- set if this function is being called 
     272                    recursively. 
    272273       /HELP     -- Set to print useful message and exit. 
    273274 OUTPUTS: 
     
    285286       out = translate_sub_super( 'N^2_{big}' ) 
    286287       Then out='N!U2!N!Dbig!N' which looks like it should on the 
    287        display.  
     288       display. 
    288289 LIBRARY FUNCTIONS CALLED: 
    289290       str_token      -- Text/string (mcraig) 
    290291       sub_sup_idl -- contained in this file 
    291292 MODIFICATION HISTORY: 
    292        $Id: translate_sub_super.pro 163 2006-08-29 12:59:46Z navarro $ 
     293       $Id: translate_sub_super.pro 232 2007-03-20 16:59:36Z pinsard $ 
    293294       $Log: translate_sub_super.pro,v $ 
    294295       Revision 1.5  2000/06/14 19:09:22  mcraig 
Note: See TracChangeset for help on using the changeset viewer.