home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1B / DATAFILE_PDCD1B.iso / _tex / tex / source / texextr2 / !TeX / Misc / Bin / ObeyFiles / lp < prev    next >
Text File  |  1993-03-12  |  307b  |  7 lines

  1. | LaTeX print script
  2. if "%0"="" then error Syntax: lp [-size xxx] name [options]
  3. if "%0"="-size" then set alias$lpsize "wimpslot %1" else set alias$lpsize "wimpslot 1600k"
  4. if "%0"="-size" then set alias$lpcom "dvidjp |<%2.dvi >printer: %*3" else set alias$lpcom "dvidjp |<%0.dvi >printer: %*1"
  5. lpsize
  6. lpcom
  7.