summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/core-sys.mkiv
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/core-sys.mkiv')
-rw-r--r--Master/texmf-dist/tex/context/base/core-sys.mkiv23
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/base/core-sys.mkiv b/Master/texmf-dist/tex/context/base/core-sys.mkiv
new file mode 100644
index 00000000000..0cef6c2368e
--- /dev/null
+++ b/Master/texmf-dist/tex/context/base/core-sys.mkiv
@@ -0,0 +1,23 @@
+%D \module
+%D [ file=core-sys,
+%D version=2006.09.18,
+%D title=\CONTEXT\ Core Macros,
+%D subtitle=System,
+%D author=Hans Hagen,
+%D date=\currentdate,
+%D copyright={PRAGMA / Hans Hagen \& Ton Otten}]
+%C
+%C This module is part of the \CONTEXT\ macro||package and is
+%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
+%C details.
+
+\startruntimeluacode
+ \ctxlua {
+ environment.inputfilename = "\inputfilename"
+ environment.outputfilename = "\outputfilename"
+ environment.jobfilename = "\jobfilename"
+ environment.jobfilesuffix = "\jobfilesuffix"
+ }
+\stopruntimeluacode
+
+\endinput