core-ctx.mkiv /size: 1013 b    last modification: 2020-07-01 14:35
1%D \module
2%D   [       file=core-ctx,
3%D        version=2006.08.16, % old stuff
4%D          title=\CONTEXT\ Core Macros,
5%D       subtitle=Job Control,
6%D         author=Hans Hagen,
7%D           date=\currentdate,
8%D      copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
9%C
10%C This module is part of the \CONTEXT\ macro||package and is
11%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
12%C details.
13
14\writestatus{loading}{ConTeXt Core Macros / Job Control}
15
16\registerctxluafile{core-ctx}{}
17
18\unprotect
19
20% called directly in core-def.mkiv
21%
22% \unexpanded\def\job_options_get_commandline {\clf_setdocumentcommandline}
23% \unexpanded\def\job_options_get_ctxfile     {\clf_setdocumentctxfile}
24% \unexpanded\def\job_options_set_modes       {\clf_setdocumentmodes}
25% \unexpanded\def\job_options_set_modules     {\clf_setdocumentmodules}
26% \unexpanded\def\job_options_set_environments{\clf_setdocumentenvironments}
27% \unexpanded\def\job_options_set_filenames   {\clf_setdocumentfilenames}
28
29\protect \endinput
30