LASer is a program which allows one to take advantage of the various printing styles that a DEC LN03 printer has. command format is : LASer filespec,.../switches /CO:nn Print nn copies /FF Inserts formfeeds after every 60 lines /HE Print this help message /HU Print in "huge" mode /LA Print in landscape mode. /LE:nn Shift the left margin nn spaces to the right /WI Allow wide output of up to 156 characters (For text with imbedded portrait mode commands) /TW Print twelve characters/inch mode. /EI Print eight lines/inch mode. /TI Print in "tiny" mode (15cpi/8lpi) Note that using the /tw/ei/la switches allows one to print listings from fortran, macro etc very nicely. the only problem is that the compilers must have the number of lines/page changed. The MACRO, TKB and F77 command build files to use different lines per page are as follows: MACRO ; Specify default output page size ; ; Changed to 72/58. so that landscape mode on lno3 fits ; F. Borger, nov 87 ; GBLPAT=MACRO:LINPPG:72 TKB ;GBLDEF=P$LNTH:74 ; SET NUMBER OF LINES PER PAGE FOR TKB GBLDEF=P$LNTH:72 ; changed so output fits ln03 at 12lpi FORTRAN ; DEFINE PRINTER WIDTH AND NUMBER OF SOURCE LINES PER LISTING PAGE ; F77 DEFAULT VALUES ARE: ; 55 SOURCE LINES PER PAGE (PLUS 3 LINES OF HEADING) ; 132 COLUMN LINE PRINTER ; NOTE: ; 55(10) = 67(8) ; 80(10) = 120(8) 132(10) = 204(8) ; GBLPAT =FORTRN:LPLINE:65