source: trunk/SRC/Documentation/idldoc_html_output/Postscript/printps.html @ 107

Last change on this file since 107 was 107, checked in by smasson, 18 years ago

bugfix in ead/write_oasis

File size: 6.2 KB
Line 
1
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5<!-- Generated by IDLdoc 2.0 -->
6
7<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
8  <head>
9    <title>printps.pro (SAXO Documentation)</title>
10
11   
12    <link rel="stylesheet" type="text/css" media="all" href="./../main_files.css" />
13    <link rel="stylesheet" type="text/css" media="print" href="./../main_files_print.css" />
14   
15
16    <script type="text/javascript">
17      function setTitle() {
18        parent.document.title="printps.pro (SAXO Documentation)";
19      }
20    </script>
21  </head>
22
23  <body onload="setTitle();">
24
25    <div id="navbar_title">
26  <h1>SAXO Documentation</h1>
27</div>
28
29
30<div id="main_navbar">
31
32  <table cellspacing="0">
33    <tr>
34     
35      <td><a href="./../overview.html?format=raw" title="Overview of library">Overview</a></td>
36     
37
38     
39      <td >Directory</td>
40     
41
42     
43      <td><a href="./../idldoc-categories.html?format=raw" title="Browse library by category">Categories</a></td>
44     
45
46     
47      <td><a href="./../idldoc-index.html?format=raw" title="Index of files, routines, and parameters">Index</a></td>
48     
49
50     
51      <td><a href="./../search-page.html?format=raw" title="Search library">Search</a></td>
52     
53
54      <td id="selected">File</td>
55
56     
57      <td >Source</td>
58     
59
60     
61      <td><a href="./../idldoc-help.html?format=raw" title="Help on IDLdoc">Help</a></td>
62     
63
64      <td >Etc</td>
65
66      <td id="flexible">Developer&nbsp;documentation</td>
67    </tr>
68  </table>
69
70</div>
71
72<div id="secondary_navbar">
73
74<a href="openps.html">&lt;&lt;prev file</a> | next file &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="printps.html?format=raw" target="_TOP">view single page</a> | <a href="./../index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | <a href="#routine_summary">routine</a>&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a>
75
76</div>
77
78
79    <div id="container">
80
81      <h1 class="directory"><a href="directory-overview.html?format=raw">Postscript/</a></h1>
82      <h2 class="pro_file">printps.pro</h2>
83
84      <div id="file_attr">
85        <dl>
86        </dl>
87      </div>
88
89      <div id="file_comments"> postscript visualisation/archiving/printing
90</div>
91
92     
93
94     
95
96     
97
98     
99      <div id="routine_summary">               
100        <h2>Routine summary</h2>
101       
102        <dl>
103         
104          <dt><p><a href="#_printps_event">printps_event<span class="result">, event</span></a></p><dt>
105          <dd>     - archiving possibilities -    if archive_ps (common variable of cm_4ps) ne 0 then the postscript  can be saved for archiving if it is printed or if the button  "archive ps" is pressed.</dd>       
106         
107          <dt><p><a href="#_printps">printps<span class="result">[, psfilename]</span></a></p><dt>
108          <dd></dd>     
109               
110        </dl>
111      </div>
112     
113
114      <div id="routine_details">
115       
116
117        <div class="routine_details" id="_printps_event">
118
119          <h2><a class="top" href="#container">top</a>printps_event <span class="categories"> for the postscripts
120</span></h2>
121       
122          <p class="header">
123            printps_event<span class="result">, <a href="#_printps_event_param_event">event</a></span></p>
124       
125          <div class="comments">
126
127
128
129 - archiving possibilities -
130 
131 if archive_ps (common variable of cm_4ps) ne 0 then the postscript
132 can be saved for archiving if it is printed or if the button
133 "archive ps" is pressed. if it is printed and archive_ps = 1 then
134 the archiving is done automatically whereas we ask if the postscript
135 file must be archived or not.
136 If the postcript name is "idl.ps" (default name) then this name will
137 be changed to number.ps (number automatically found to be 1 larger
138 that any of the existing ps file).
139</div>
140
141         
142
143         
144            <h3>Parameters</h3>
145       
146           
147            <h4 id="_printps_event_param_event">event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
148             
149             
150             
151             
152             
153             
154             
155             
156            </h4>
157       
158          <div class="comments"></div>
159           
160
161         
162
163         
164
165         
166          <h3>Version history</h3>
167         
168         
169          <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr)
170                        21/12/98
171                       25/8/19999 utilisation des widgets
172                       8/9/1999 utilisation de cw_bgroup
173 June 2005: Sebastien Masson: cleaning, english version with new commons </div>
174         
175         
176          <h3>Known issues</h3>
177         
178         
179         
180          <h4>Restrictions</h4><div class="value">
181
182 1) this is working only with unix/linux/osX machines
183
184 2) definition of the printing command
185
186 the printing command is defined by the common variable "print_command"
187 in cm_4ps. This command must be defind/build in a way that it the
188 instruction:
189     print_command[i]+printer_machine_names[i]+' '+file.ps
190 or
191     print_command+printer_machine_names[i]+' '+file.ps
192 is working. default definition is 'lpr -P'
193
194</div>
195       
196         
197         
198         
199         
200         
201         
202         
203       
204         
205       
206        </div>
207       
208
209        <div class="routine_details" id="_printps">
210
211          <h2><a class="top" href="#container">top</a>printps </h2>
212       
213          <p class="header">
214            printps<span class="result">[, <a href="#_printps_param_psfilename">psfilename</a>]</span></p>
215       
216          <div class="comments"></div>
217
218         
219
220         
221            <h3>Parameters</h3>
222       
223           
224            <h4 id="_printps_param_psfilename">psfilename&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
225              <span class="attr">in</span>
226             
227              <span class="attr">optional</span>
228             
229             
230             
231             
232             
233            </h4>
234       
235          <div class="comments"> the name of the postscript file we want to
236           visualize and/or print and/or archive. It can also refer
237           to a gzipped postscript file. If needed, this name will
238           be completed by .ps and/or .gz
239</div>
240           
241
242         
243
244         
245
246          <h3>Examples</h3><div class="value">
247  IDL> printps
248</div>
249          <h3>Version history</h3>
250         
251         
252          <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr)
253                        21/12/98
254                       25/8/19999 utilisation des widgets
255                       8/9/1999 utilisation de cw_bgroup
256 June 2005: Sebastien Masson: cleaning, english version with new commons </div>
257         
258         
259         
260         
261         
262         
263         
264       
265          <h3>Other attributes</h3>
266         
267         
268          <h4>Uses routines</h4><div class="value"> cm_4ps
269</div>
270         
271         
272         
273       
274         
275       
276        </div>
277       
278      </div>
279
280     
281
282      <div id="tagline">Produced by IDLdoc 2.0.</div>
283
284    </div>
285
286  </body>
287</html>
Note: See TracBrowser for help on using the repository browser.