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

Last change on this file since 338 was 338, checked in by smasson, 16 years ago

update documentation

File size: 6.7 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" title="Overview of library">Overview</a></td>
36     
37
38     
39      <td >Directory</td>
40     
41
42     
43      <td><a href="./../idldoc-categories.html" title="Browse library by category">Categories</a></td>
44     
45
46     
47      <td><a href="./../idldoc-index.html" title="Index of files, routines, and parameters">Index</a></td>
48     
49
50     
51      <td><a href="./../search-page.html" title="Search library">Search</a></td>
52     
53
54      <td id="selected">File</td>
55
56     
57      <td><a href="../../../Postscript//printps.pro" title="Source code of a file">Source</a></td>
58     
59
60     
61      <td><a href="./../idldoc-help.html" 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" target="_TOP">view single page</a> | <a href="./../index.html" 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">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">
90 - archiving possibilities -
91
92 if archive_ps (common variable of cm_4ps) ne 0 then the postscript
93 can be saved for archiving if it is printed or if the button
94 "archive ps" is pressed. if it is printed and archive_ps = 1 then
95 the archiving is done automatically whereas we ask if the postscript
96 file must be archived or not.
97 If the postscript name is "idl.ps" (default name) then this name will
98 be changed to number.ps (number automatically found to be 1 larger
99 that any of the existing ps file).
100
101
102 postscript visualisation/archiving/printing
103</div>
104
105     
106
107     
108
109     
110
111     
112      <div id="routine_summary">               
113        <h2>Routine summary</h2>
114       
115        <dl>
116         
117          <dt><p><a href="#_printps_event">printps_event<span class="result">, event</span></a></p><dt>
118          <dd> </dd>   
119         
120          <dt><p><a href="#_printps">printps<span class="result">[, psfilename]</span></a></p><dt>
121          <dd></dd>     
122               
123        </dl>
124      </div>
125     
126
127      <div id="routine_details">
128       
129
130        <div class="routine_details" id="_printps_event">
131
132          <h2><a class="top" href="#container">top</a>printps_event <span class="categories">
133 Postscripts
134</span></h2>
135       
136          <p class="header">
137            printps_event<span class="result">, <a href="#_printps_event_param_event">event</a></span></p>
138       
139          <div class="comments">
140</div>
141
142         
143
144         
145            <h3>Parameters</h3>
146       
147           
148            <h4 id="_printps_event_param_event">event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
149             
150             
151             
152             
153             
154             
155             
156             
157            </h4>
158       
159          <div class="comments">
160</div>
161           
162
163         
164
165         
166
167         
168          <h3>Version history</h3>
169         
170          <h4>Version</h4><div class="preformat">
171 $Id: printps.pro 325 2007-12-06 10:04:53Z pinsard $
172</div>
173          <h4>History</h4><div class="preformat">
174 Sebastien Masson (smasson@lodyc.jussieu.fr)
175                        21/12/98
176                       25/8/19999 utilisation des widgets
177                       8/9/1999 utilisation de cw_bgroup
178 June 2005: Sebastien Masson: cleaning, English version with new commons
179</div>
180         
181         
182          <h3>Known issues</h3>
183         
184         
185         
186          <h4>Restrictions</h4><div class="preformat">
187
188 1) this is working only with unix/linux/osX machines
189
190 2) definition of the printing command
191
192 the printing command is defined by the common variable "print_command"
193 in cm_4ps. This command must be defined/build in a way that it the
194 instruction:
195     print_command[i]+printer_machine_names[i]+' '+file.ps
196 or
197     print_command+printer_machine_names[i]+' '+file.ps
198 is working. default definition is 'lpr -P'
199
200</div>
201       
202         
203         
204         
205         
206         
207         
208         
209       
210          <h3>Statistics</h3>
211          <table class="statistics">
212            <tr><td>McCabe cyclic</td><td>          52</td></tr>
213            <tr><td>McCabe essential</td><td>           1</td></tr>
214            <tr><td>McCabe modular design</td><td>           1</td></tr>
215          </table>
216         
217       
218        </div>
219       
220
221        <div class="routine_details" id="_printps">
222
223          <h2><a class="top" href="#container">top</a>printps <span class="categories">
224 Postscripts
225</span></h2>
226       
227          <p class="header">
228            printps<span class="result">[, <a href="#_printps_param_psfilename">psfilename</a>]</span></p>
229       
230          <div class="comments"></div>
231
232         
233
234         
235            <h3>Parameters</h3>
236       
237           
238            <h4 id="_printps_param_psfilename">psfilename&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
239              <span class="attr">in</span>
240             
241              <span class="attr">optional</span>
242             
243             
244             
245             
246             
247            </h4>
248       
249          <div class="comments">
250 The name of the postscript file we want to
251 visualize and/or print and/or archive. It can also refer
252 to a gzipped postscript file. If needed, this name will
253 be completed by .ps and/or .gz.
254</div>
255           
256
257         
258
259         
260
261          <h3>Examples</h3><div class="preformat">
262 IDL> printps
263</div>
264          <h3>Version history</h3>
265         
266          <h4>Version</h4><div class="preformat">
267 $Id: printps.pro 325 2007-12-06 10:04:53Z pinsard $
268</div>
269          <h4>History</h4><div class="preformat">
270 Sebastien Masson (smasson@lodyc.jussieu.fr)
271                        21/12/98
272                       25/8/19999 utilisation des widgets
273                       8/9/1999 utilisation de cw_bgroup
274 June 2005: Sebastien Masson: cleaning, English version with new commons
275</div>
276         
277         
278         
279         
280         
281         
282         
283       
284          <h3>Other attributes</h3>
285         
286         
287          <h4>Uses routines</h4><div class="preformat">
288 cm_4ps
289</div>
290         
291         
292         
293       
294          <h3>Statistics</h3>
295          <table class="statistics">
296            <tr><td>McCabe cyclic</td><td>          22</td></tr>
297            <tr><td>McCabe essential</td><td>           1</td></tr>
298            <tr><td>McCabe modular design</td><td>           1</td></tr>
299          </table>
300         
301       
302        </div>
303       
304      </div>
305
306     
307
308      <div id="tagline">Produced by IDLdoc 2.0.</div>
309
310    </div>
311
312  </body>
313</html>
Note: See TracBrowser for help on using the repository browser.