using the script/command bp

bp -help

********************************************************************
**************** bp -- text-to-PostScript converter ****************

USAGE:          bp [options] [filename]
EXAMPLES:
        bp -l file > file.ps            (creates PostScript file)
        bp -2p file | lp                (sends straight to printer)
        cat text | bp -2l > f.ps        (from standard input to file)

COMMAND-LINE OPTIONS:
        -f N    font size N (openwin/mp uses N=9)
        -F fontname   (e.g. Times-Roman.  Default=Courier)
        -footer "footer text"   (default: name of file)
        -p      portrait orientation
        -l      landscape orientation (superwide lines)
        -2p     2-column portrait orientation
        -2l     duplex (landscape 2-column; the default)
        -3l     triplex (landscape 3-column)

        -h              help