Mercurial > hg > octave-lyh
comparison scripts/plot/print.m @ 9209:923c7cb7f13f
Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
spellchecked all .txi and .texi files.
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sun, 17 May 2009 12:18:06 -0700 |
parents | fce7315c1eee |
children | 470af0f93ca9 |
comparison
equal
deleted
inserted
replaced
9208:cb163402bf79 | 9209:923c7cb7f13f |
---|---|
32 ## @table @code | 32 ## @table @code |
33 ## @item -P@var{printer} | 33 ## @item -P@var{printer} |
34 ## Set the @var{printer} name to which the graph is sent if no | 34 ## Set the @var{printer} name to which the graph is sent if no |
35 ## @var{filename} is specified. | 35 ## @var{filename} is specified. |
36 ## @item -G@var{ghostscript_command} | 36 ## @item -G@var{ghostscript_command} |
37 ## Specify the command for calling Ghostscript. For Unix and Windows, | 37 ## Specify the command for calling Ghostscript. For Unix and Windows, |
38 ## the defaults are 'gs' and 'gswin32c', respectively. | 38 ## the defaults are 'gs' and 'gswin32c', respectively. |
39 ## @item -color | 39 ## @item -color |
40 ## @itemx -mono | 40 ## @itemx -mono |
41 ## Monochrome or color lines. | 41 ## Monochrome or color lines. |
42 ## @item -solid | 42 ## @item -solid |
61 ## @item tex | 61 ## @item tex |
62 ## @itemx epslatex | 62 ## @itemx epslatex |
63 ## @itemx epslatexstandalone | 63 ## @itemx epslatexstandalone |
64 ## @itemx pstex | 64 ## @itemx pstex |
65 ## @itemx pslatex | 65 ## @itemx pslatex |
66 ## Generate a LaTeX (or TeX) file for labels, and eps/ps for | 66 ## Generate a @LaTeX{} (or @TeX{}) file for labels, and eps/ps for |
67 ## graphics. The file produced by @code{epslatexstandalone} can be | 67 ## graphics. The file produced by @code{epslatexstandalone} can be |
68 ## processed directly by LaTeX. The other formats are intended to | 68 ## processed directly by @LaTeX{}. The other formats are intended to |
69 ## be included in a LaTeX (or TeX) document. The @code{tex} device | 69 ## be included in a @LaTeX{} (or @TeX{}) document. The @code{tex} device |
70 ## is the same as the @code{epslatex} device. | 70 ## is the same as the @code{epslatex} device. |
71 ## @item ill | 71 ## @item ill |
72 ## @itemx aifm | 72 ## @itemx aifm |
73 ## Adobe Illustrator | 73 ## Adobe Illustrator |
74 ## @item cdr | 74 ## @item cdr |
129 ## | 129 ## |
130 ## For a complete list, type `system ("gs -h")' to see what formats | 130 ## For a complete list, type `system ("gs -h")' to see what formats |
131 ## and devices are available. | 131 ## and devices are available. |
132 ## | 132 ## |
133 ## For output sent to a printer, the size is determined by the | 133 ## For output sent to a printer, the size is determined by the |
134 ## figure's "papersize" property. For output to a file the, size | 134 ## figure's "papersize" property. For output to a file the, size |
135 ## is determined by the "paperposition" property. | 135 ## is determined by the "paperposition" property. |
136 ## | 136 ## |
137 ## @itemx -r@var{NUM} | 137 ## @itemx -r@var{NUM} |
138 ## Resolution of bitmaps in pixels per inch. For both metafiles and | 138 ## Resolution of bitmaps in pixels per inch. For both metafiles and |
139 ## SVG the default is the screen resolution, for other it is 150 dpi. | 139 ## SVG the default is the screen resolution, for other it is 150 dpi. |
140 ## To specify screen resolution, use "-r0". | 140 ## To specify screen resolution, use "-r0". |
141 ## | 141 ## |
142 ## @item -tight | 142 ## @item -tight |
143 ## Forces a tight bounding box for eps-files. Since the ghostscript | 143 ## Forces a tight bounding box for eps-files. Since the ghostscript |
144 ## devices are conversion of an eps-file, this option works the those | 144 ## devices are conversion of an eps-file, this option works the those |
145 ## devices as well. | 145 ## devices as well. |
146 ## | 146 ## |
147 ## @itemx -S@var{xsize},@var{ysize} | 147 ## @itemx -S@var{xsize},@var{ysize} |
148 ## Plot size in pixels for EMF, GIF, JPEG, PBM, PNG and SVG. If | 148 ## Plot size in pixels for EMF, GIF, JPEG, PBM, PNG and SVG. If |
149 ## using the command form of the print function, you must quote the | 149 ## using the command form of the print function, you must quote the |
150 ## @var{xsize},@var{ysize} option. For example, by writing | 150 ## @var{xsize},@var{ysize} option. For example, by writing |
151 ## @code{"-S640,480"}. The size defaults to that specified by the | 151 ## @w{@code{"-S640,480"}}. The size defaults to that specified by the |
152 ## figure's paperposition property. | 152 ## figure's paperposition property. |
153 ## | 153 ## |
154 ## @item -F@var{fontname} | 154 ## @item -F@var{fontname} |
155 ## @itemx -F@var{fontname}:@var{size} | 155 ## @itemx -F@var{fontname}:@var{size} |
156 ## @itemx -F:@var{size} | 156 ## @itemx -F:@var{size} |