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

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

update idldoc 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"> $Id: printps.pro 157 2006-08-21 09:01:50Z navarro $
171</div>
172          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr)
173                        21/12/98
174                       25/8/19999 utilisation des widgets
175                       8/9/1999 utilisation de cw_bgroup
176 June 2005: Sebastien Masson: cleaning, English version with new commons
177</div>
178         
179         
180          <h3>Known issues</h3>
181         
182         
183         
184          <h4>Restrictions</h4><div class="preformat">
185
186 1) this is working only with unix/linux/osX machines
187
188 2) definition of the printing command
189
190 the printing command is defined by the common variable "print_command"
191 in cm_4ps. This command must be defined/build in a way that it the
192 instruction:
193     print_command[i]+printer_machine_names[i]+' '+file.ps
194 or
195     print_command+printer_machine_names[i]+' '+file.ps
196 is working. default definition is 'lpr -P'
197
198</div>
199       
200         
201         
202         
203         
204         
205         
206         
207       
208          <h3>Statistics</h3>
209          <table class="statistics">
210            <tr><td>McCabe cyclic</td><td>          50</td></tr>
211            <tr><td>McCabe essential</td><td>           1</td></tr>
212            <tr><td>McCabe modular design</td><td>           1</td></tr>
213          </table>
214         
215       
216        </div>
217       
218
219        <div class="routine_details" id="_printps">
220
221          <h2><a class="top" href="#container">top</a>printps <span class="categories"> 
222 Postscripts
223</span></h2>
224       
225          <p class="header">
226            printps<span class="result">[, <a href="#_printps_param_psfilename">psfilename</a>]</span></p>
227       
228          <div class="comments"></div>
229
230         
231
232         
233            <h3>Parameters</h3>
234       
235           
236            <h4 id="_printps_param_psfilename">psfilename&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
237              <span class="attr">in</span>
238             
239              <span class="attr">optional</span>
240             
241             
242             
243             
244             
245            </h4>
246       
247          <div class="comments"> 
248 The name of the postscript file we want to
249 visualize and/or print and/or archive. It can also refer
250 to a gzipped postscript file. If needed, this name will
251 be completed by .ps and/or .gz
252</div>
253           
254
255         
256
257         
258
259          <h3>Examples</h3><div class="preformat">
260 IDL> printps
261</div>
262          <h3>Version history</h3>
263         
264          <h4>Version</h4><div class="preformat"> $Id: printps.pro 157 2006-08-21 09:01:50Z navarro $
265</div>
266          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr)
267                        21/12/98
268                       25/8/19999 utilisation des widgets
269                       8/9/1999 utilisation de cw_bgroup
270 June 2005: Sebastien Masson: cleaning, English version with new commons
271</div>
272         
273         
274         
275         
276         
277         
278         
279       
280          <h3>Other attributes</h3>
281         
282         
283          <h4>Uses routines</h4><div class="preformat"> cm_4ps
284</div>
285         
286         
287         
288       
289          <h3>Statistics</h3>
290          <table class="statistics">
291            <tr><td>McCabe cyclic</td><td>          20</td></tr>
292            <tr><td>McCabe essential</td><td>           1</td></tr>
293            <tr><td>McCabe modular design</td><td>           1</td></tr>
294          </table>
295         
296       
297        </div>
298       
299      </div>
300
301     
302
303      <div id="tagline">Produced by IDLdoc 2.0.</div>
304
305    </div>
306
307  </body>
308</html>
Note: See TracBrowser for help on using the repository browser.