summaryrefslogtreecommitdiff
path: root/tex/context/base/spec-ini.tex
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2006-04-23 23:55:00 +0200
committerHans Hagen <pragma@wxs.nl>2006-04-23 23:55:00 +0200
commite0ee7b45d9ca5201a01036ad44ee3c262da938ab (patch)
treee64dff28aa1c05fde6dea3e66aa9ee271c63e0c3 /tex/context/base/spec-ini.tex
parent344364dee440fb66701665e8389445755c7d00f2 (diff)
downloadcontext-e0ee7b45d9ca5201a01036ad44ee3c262da938ab.tar.gz
stable 2006.04.23 23:55
Diffstat (limited to 'tex/context/base/spec-ini.tex')
-rw-r--r--tex/context/base/spec-ini.tex15
1 files changed, 15 insertions, 0 deletions
diff --git a/tex/context/base/spec-ini.tex b/tex/context/base/spec-ini.tex
index 4a7299266..e455a6f21 100644
--- a/tex/context/base/spec-ini.tex
+++ b/tex/context/base/spec-ini.tex
@@ -182,6 +182,21 @@
%D output.
%D \macros
+%D {jobsuffix}
+%D
+%D By default, \TEX\ produces \DVI\ files which can be
+%D converted to other filetypes. Sometimes it is handy to
+%D know what the target file will be. In other driver
+%D modules we wil set \type {\jobsuffix} to \type {pdf}.
+
+\def\jobsuffix{dvi}
+
+\def\setjobsuffix#1%
+ {\resetsystemmode\jobsuffix
+ \edef\jobsuffix{#1}%
+ \setsystemmode\jobsuffix}
+
+%D \macros
%D {everyresetspecials}
%D
%D Now what will this one do? We'll see in a few lines.