.TH NUP 1 .SH NAME nup \- multiple pages per sheet with dvi2ps .SH SYNOPSIS .B nup [ [ .B \-p \fIpaper\fR ] [ .B \-2 ] [ .B \-4 ] [ .B \-8 ] [ .B \-l ] [ .B \-n ] ] .SH DESCRIPTION This manual page documents briefly the .BR nup command. This manual page was written for the Debian GNU/Linux distribution because the original command hadn't manual page. .br .I Nup puts multiple logical pages onto each physical sheet of paper with dvi2ps. The input PostScript file should be of dvi2ps .PP The .BR \-p .I paper option is to set the paper size which is available with dvi2ps. .PP The .BR \-2 option is to put 2 logical pages on each sheet of paper. .PP The .BR \-4 option is to put 4 logical pages on each sheet of paper. .PP The .BR \-8 option is to put 8 logical pages on each sheet of paper. .PP The .BR \-l option is to surround a page with frame. .PP The .BR \-n option in not to shrink each logical pages. .PP .SH EXAMPLES .TP to print 2 pages in a sheet: dvi2ps foo.dvi | nup -2 | lpr .TP to print 8 pages in a B4 paper: dvi2ps foo.dvi | nup -8 -p b4 | lpr .TP to print 4 pages in a letter size paper with frame: dvi2ps foo.dvi | nup -4 -p letter -l | lpr .TP to print 2 B5 size pages in a B4 paper: dvi2ps -o b5 foo.dvi | nup -2 -n -p b4 | lpr .SH "SEE ALSO" dvi2ps(1) .SH AUTHOR This manual page was written by Atsuhito Kohda , for the Debian GNU/Linux system (but may be used by others).