summaryrefslogtreecommitdiff
path: root/tex/context/base/core-uti.mkiv
blob: 5937240b9c682066796341fff714083ef432de94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
%D \module
%D   [       file=core-uti,
%D        version=1997.03.31, % 2006.09.19 mkiv
%D          title=\CONTEXT\ Core Macros,
%D       subtitle=Utility File Handling,
%D         author=Hans Hagen,
%D           date=\currentdate,
%D      copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.

\writestatus{loading}{ConTeXt Core Macros / Utility File Handling}

\unprotect

\registerctxluafile{core-uti}{1.001}

\def\savecurrentvalue#1#2% immediate, so not \unexpanded
  {\ctxcommand{savevariable("\strippedcsname#1","#2")}}

\appendtoks
    \ctxlua{job.comment{
        file   = tex.jobname,
        format = "\contextformat",
        stamp  = "\contextversion",
        escape = "\!!bs\space...\space\!!es"
    }}%
\to \everystarttext

\appendtoks
    \ctxlua {
        job.initialize(tex.jobname .. ".tuc",tex.jobname .. ".tua")
    }%
\to \everyjob

\protect \endinput