comparison scripts/plot/print.m @ 11587:c792872f8942

all script files: untabify and strip trailing whitespace
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:35:29 -0500
parents 8ac9687dbe9f
children b0084095098e
comparison
equal deleted inserted replaced
11586:12df7854fa7c 11587:c792872f8942
113 ## 113 ##
114 ## @item fig 114 ## @item fig
115 ## XFig. For the Gnuplot graphics toolkit, the additional options 115 ## XFig. For the Gnuplot graphics toolkit, the additional options
116 ## @option{-textspecial} or @option{-textnormal} can be used to control 116 ## @option{-textspecial} or @option{-textnormal} can be used to control
117 ## whether the special flag should be set for the text in 117 ## whether the special flag should be set for the text in
118 ## the figure (default is @option{-textnormal}). 118 ## the figure (default is @option{-textnormal}).
119 ## 119 ##
120 ## @item hpgl 120 ## @item hpgl
121 ## HP plotter language 121 ## HP plotter language
122 ## 122 ##
123 ## @item mf 123 ## @item mf
149 ## @item -d@var{ghostscript_device} 149 ## @item -d@var{ghostscript_device}
150 ## Additional devices are supported by Ghostscript. 150 ## Additional devices are supported by Ghostscript.
151 ## Some examples are; 151 ## Some examples are;
152 ## 152 ##
153 ## @table @code 153 ## @table @code
154 ## @item ljet2p 154 ## @item ljet2p
155 ## HP LaserJet IIP 155 ## HP LaserJet IIP
156 ## 156 ##
157 ## @item ljet3 157 ## @item ljet3
158 ## HP LaserJet III 158 ## HP LaserJet III
159 ## 159 ##
160 ## @item deskjet 160 ## @item deskjet
161 ## HP DeskJet and DeskJet Plus 161 ## HP DeskJet and DeskJet Plus
162 ## 162 ##
178 ## 178 ##
179 ## For a complete list, type `system ("gs -h")' to see what formats 179 ## For a complete list, type `system ("gs -h")' to see what formats
180 ## and devices are available. 180 ## and devices are available.
181 ## 181 ##
182 ## When Ghostscript output is sent to a printer the size is determined 182 ## When Ghostscript output is sent to a printer the size is determined
183 ## by the figure's "papersize" property. When the output 183 ## by the figure's "papersize" property. When the output
184 ## is sent to a file the size is determined by the plot box defined by 184 ## is sent to a file the size is determined by the plot box defined by
185 ## the figure's "paperposition" property. 185 ## the figure's "paperposition" property.
186 ## 186 ##
187 ## @itemx -append 187 ## @itemx -append
188 ## Appends the PS, or PDF output to a pre-existing file of the 188 ## Appends the PS, or PDF output to a pre-existing file of the
189 ## same type. 189 ## same type.
190 ## 190 ##
191 ## @itemx -r@var{NUM} 191 ## @itemx -r@var{NUM}
192 ## Resolution of bitmaps in pixels per inch. For both metafiles and 192 ## Resolution of bitmaps in pixels per inch. For both metafiles and
193 ## SVG the default is the screen resolution, for other it is 150 dpi. 193 ## SVG the default is the screen resolution, for other it is 150 dpi.
194 ## To specify screen resolution, use "-r0". 194 ## To specify screen resolution, use "-r0".
195 ## 195 ##
196 ## @item -tight 196 ## @item -tight
197 ## Forces a tight bounding box for eps-files. 197 ## Forces a tight bounding box for eps-files.