/* Hardcopy parameters */ # define PSIZEX 8.50 /* X Paper size in inches */ # define PSIZEY 11.00 /* Y Paper size in inches */ # define HCLIP 0.125 /* Printer's hardclip limits */ # define PLOWX 0.5 # define PLOWY 0.5 # define PHIGHX (PSIZEX - 0.5) # define PHIGHY (PSIZEY - 0.5) # define LOWXDOT PLOWX*DPI # define LOWYDOT PLOWY*DPI # define HIXDOT PHIGHX*DPI # define HIYDOT PHIGHY*DPI # define HCLIPADJ HCLIP*DPI