summaryrefslogtreecommitdiff
path: root/obsolete/systems/os2/emtex-contrib/emtexTDS/tfe.cfg
blob: 90ae2d197826133dd57855076c4f0cdf69df8b01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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 <format>.cmd)
PLAIN           = TEX.CMD
LATEX           = LATEX.CMD
#
# the command to run dvips 
DVIPS_EXEC      = dvips
#
# finis