summaryrefslogtreecommitdiff
path: root/tex/context/base/core-sys.mkiv
blob: 0cef6c2368eb2d9234598aeff92695071bf8fa9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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