Table of Contents


NAME

plot-tile - tile together 1 to 6 PostScript files (Decida Procedure)

USAGE

          plot-tile args

ARGUMENTS

args PostScript file names or OPTIONS

OPTIONS

-out <output file name> output file (default is decida_tile.ps) if output file is specified as "" then prints to screen
-header <header string> Header string for tiled page
-footer <footer string> Footer string for tiled page
-fontsize <point-size> Header and Footer point-size (default is 18)
-height <height> Page height in inches (default is 11)
-width <width> Page width in inches (default is 8.5)
-space <space> Space between tiles in inches (default is 0.1)
-portrait portrait orientation: rotate postscript files -90
-landscape landscape orientation
-background {r g b} add colored background
-rotate <angle> rotate all PostScript files

RESULTS

tiles PostScript files together into the output file
returns name of output file

NOTES

based on tile program by Sani Nassif
PostScript pages are 612x792 (WxH) picas characters are roughly 10 pica wide => header/footer offset=306-5*nchar

AUTHOR

Richard Booth

Table of Contents