IUNMR macro (2/5/2001 XFG)
| Syntax: | iupage<(<filename><,><linewidth<,fontname>>)> |
| Description: | Submits the current plot file, which has been created by previous plot commands. |
| Arguments: |
filename -- the name of a file to save the plot (in PostScript format) for import into a document (e.g. a Microsoft WORD file). If this argument is omitted, the plot file will be sent to plotter/printer. |
| linewidth -- the thickness of all lines in the plot (default: 1). Zero or a negative number is corresponding to the original line thickness set by 'page' command. | |
| fontname -- the name of font to use for texts in the plot (default: Courier). Only font names those are used in PostScript are valid. | |
| Sample: | iupage |
| iupage('myplot',2,'Times-Roman') | |
| iupage('myplot',2) | |
| iupage('myplot','Helvetica') | |
| iupage(2,'Courier-Bold') | |
| iupage('myplot') | |
| iupage(2) | |
| Note: | a. iupage(fontname) is invalid, use iupage(1,fontname) instead. |
| b. Page button in the 1D and 2D plotting menu is now corresponding to the iupage macro (not the page command). | |
| c. If you prefer the old style of plot, manually type page instead of clicking the Page button in the plot menus. | |
| d. For online help, type man('iupage') in VNMR windows. | |
| e. This Macro functions with PostScript output devices only. (All currently installed printers in the NMR facility are PostScript compatible) | |
| Related: | page (VNMR command) |
| vnmrplot (UNIX shell script) | |
| pagelw (IUNMR macro & UNIX shell script) | |
| pagefont (IUNMR macro & UNIX shell script) | |
| Most frequently used font (case sensitive): | |
| Times-Roman, Times-Bold, Times-Italic, Times-BoldItali, Courier, Courier-Bold, Courier-Oblique, Courier-BoldOblique, Helvetica, Helvetica-Bold, Helvetica-Oblique, Helvetica-BoldOblique, Helvetica-Narrow, Helvetica-Narrow-Bold, Helvetica-Narrow-Oblique, Helvetica-Narrow-BoldOblique | |