# This is the initial information for the 'EPM TeX Front End' # about the programs to be run from within the EPM, like the # printer driver, the previewing program and, of course, TeX. # # This file is part of emTeX/TDS 0.56 # # # No "PRINT" menu; we print via dvipm and GSview only: PRINT_CMD = # Alternatively you may delete the above line # and uncomment one of these: # PRINT_CMD = start /n /f dvihplj @dvijet.cnf %**N [dvihplj] # PRINT_CMD = start /n /f dvips [dvips] -o prn %**N # # # the command to start dvipm VIEW_CMD = start /n /f dvipm.exe @vp.cnf %**N # # the command to start GSView VIEWPS_CMD = start /n /f c:\gs\gsview2\gvpm.exe %**N.ps VIEWPDF_CMD = start /n /f c:\gs\gsview2\gvpm.exe %**N.pdf # THE ABOVE LINES MAY NEED EDITING TO REFLECT *** YOUR *** GSVIEW PATH ! # # the first user-definable program, here BiBTeX USER1_CMD = start /n /f bibtex %**N USER1_EXT = .aux USER1_MENU_TEXT = ~BibTeX USER1__MSG = Run BibTeX on current document # # the OS/2 commands to run the specified formats # (the default is .cmd) PLAIN = TEX.CMD LATEX = LATEX.CMD # # the command to run dvips DVIPS_EXEC = dvips # # finis