home *** CD-ROM | disk | FTP | other *** search
/ Dream 45 / Amiga_Dream_45.iso / Amiga / Magazine / Dossier-LaTeX / tex_scripts.lha / printfile.edge < prev    next >
Text File  |  1995-10-11  |  261b  |  11 lines

  1. /*Print Other*/
  2. options results
  3.  
  4. /* See viewfile.edge for more details */
  5.  
  6. requestfile title DVI_FILE pattern '#?.dvi' getdir
  7. if ~(rc==0) then exit
  8. name=result
  9. address command 'TeX:bin/TeXPrt SCREEN=EDGE FILE='name
  10. address command delete 'TeX:bin/DVIPrint.log'
  11.