summaryrefslogtreecommitdiff
path: root/obsolete/systems/os2/emtex-contrib/emtexTDS/tfe.cfg
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /obsolete/systems/os2/emtex-contrib/emtexTDS/tfe.cfg
Initial commit
Diffstat (limited to 'obsolete/systems/os2/emtex-contrib/emtexTDS/tfe.cfg')
-rw-r--r--obsolete/systems/os2/emtex-contrib/emtexTDS/tfe.cfg38
1 files changed, 38 insertions, 0 deletions
diff --git a/obsolete/systems/os2/emtex-contrib/emtexTDS/tfe.cfg b/obsolete/systems/os2/emtex-contrib/emtexTDS/tfe.cfg
new file mode 100644
index 0000000000..90ae2d1978
--- /dev/null
+++ b/obsolete/systems/os2/emtex-contrib/emtexTDS/tfe.cfg
@@ -0,0 +1,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