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/Postscript/printps.html

    r338 r402  
    8282    <dl> 
    8383       
    84       <dt><a href="#_printps_event">printps_event<i>, event</i></a><dt> 
     84      <dt><a href="#_printps_event">printps_event<i>, event</i>, uval=<i>uval</i></a><dt> 
    8585      <dd><font size="-1"> </font></dd> 
    8686       
    87       <dt><a href="#_printps">printps<i>[, psfilename]</i></a><dt> 
     87      <dt><a href="#_printps">printps<i>[, psfilename]</i>, ARCHIVE=<i>integer 0 or 1</i>, DIRECTPRINT=<i>string</i></a><dt> 
    8888      <dd><font size="-1"></font></dd> 
    8989       
     
    100100</font></h2> 
    101101 
    102       <p><font face="Courier">printps_event<i>, <a href="#_printps_event_keyword_event">event</a></i></font></p> 
     102      <p><font face="Courier">printps_event<i>, <a href="#_printps_event_keyword_event">event</a></i>, <a href="#_printps_event_keyword_uval">uval</a>=<i>uval</i></font></p> 
    103103 
    104104     
     
    129129 
    130130     
     131    <h3>Keywords</h3> 
     132 
     133     
     134    <a name="#_printps_event_keyword_uval"></a> 
     135    <h4>uval&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     136       
     137       
     138       
     139       
     140       
     141       
     142       
     143       
     144    </h4> 
     145 
     146     
     147     
     148     
    131149 
    132150     
     
    134152     
    135153    <h4>Version</h4> 
    136  $Id: printps.pro 325 2007-12-06 10:04:53Z pinsard $ 
     154 $Id: printps.pro 401 2009-07-23 08:48:16Z smasson $ 
    137155 
    138156    <h4>History</h4> 
     
    182200</font></h2> 
    183201 
    184       <p><font face="Courier">printps<i>[, <a href="#_printps_keyword_psfilename">psfilename</a>]</i></font></p> 
     202      <p><font face="Courier">printps<i>[, <a href="#_printps_keyword_psfilename">psfilename</a>]</i>, <a href="#_printps_keyword_ARCHIVE">ARCHIVE</a>=<i>integer 0 or 1</i>, <a href="#_printps_keyword_DIRECTPRINT">DIRECTPRINT</a>=<i>string</i></font></p> 
    185203 
    186204     
     
    214232 
    215233     
     234    <h3>Keywords</h3> 
     235 
     236     
     237    <a name="#_printps_keyword_ARCHIVE"></a> 
     238    <h4>ARCHIVE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     239       
     240       
     241       
     242       
     243       
     244      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>integer 0 or 1</i></font> 
     245      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>0</i></font> 
     246       
     247    </h4> 
     248 
     249     
     250 activate to bypass the widget and directly archive the postcript 
     251 (useful to use printps in batch mode) 
     252 
     253     
     254    <a name="#_printps_keyword_DIRECTPRINT"></a> 
     255    <h4>DIRECTPRINT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     256       
     257       
     258       
     259       
     260       
     261      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>string</i></font> 
     262      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>not defined</i></font> 
     263       
     264    </h4> 
     265 
     266     
     267 bypass the widget and directly define the printer that must be used 
     268 to print the postcript file. DIRECTPRINT must correspond to one of 
     269 the names defined in the comoon variables printer_machine_names or 
     270 printer_human_names. useful to use printps in batch mode  
     271 
     272     
     273     
    216274 
    217275    <h3>Examples</h3><pre> 
    218  IDL> printps 
     276 
     277   IDL> printps 
    219278 
    220279    </pre><h3>Version history</h3> 
    221280     
    222281    <h4>Version</h4> 
    223  $Id: printps.pro 325 2007-12-06 10:04:53Z pinsard $ 
     282 $Id: printps.pro 401 2009-07-23 08:48:16Z smasson $ 
    224283 
    225284    <h4>History</h4> 
     
    242301     
    243302    <h4>Uses routines</h4> 
    244  cm_4ps 
     303 <a href="..//Commons/cm_4ps.html">cm_4ps</a> 
    245304 
    246305     
Note: See TracChangeset for help on using the changeset viewer.