cont-new.mkxl /size: 1661 b    last modification: 2024-01-16 09:02
1%D \module
2%D   [       file=cont-new,
3%D        version=1995.10.10,
4%D          title=\CONTEXT\ Miscellaneous Macros,
5%D       subtitle=New Macros,
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% \normalend % uncomment this to get the real base runtime
15
16\newcontextversion{2024.01.08 11:23}
17
18%D This file is loaded at runtime, thereby providing an excellent place for hacks,
19%D patches, extensions and new features. There can be local overloads in cont-loc
20%D (which has always been the case) and experimental code in cont-exp (which is also
21%D so old that I need to remind myself to check it occasionally, so here is the
22%D reminder).
23
24% \enabletrackers[pages.timing]
25% \enabletrackers[system.usage=summary]
26
27\unprotect
28
29\writestatus\m!system{beware: some patches loaded from cont-new.mkiv}
30
31%D I need to verify if this indeed will make it into \type {math-ini.mkiv}, that is:
32%D does Alan use it?
33
34\ifdefined\t \else \permanent\protected\def\t{\mathortext\text\mathtext} \fi
35\ifdefined\w \else \permanent\protected\def\w{\mathortext\word\mathword} \fi
36
37\appendtoks
38    \enforced\aliased\let\t\mathtext
39    \enforced\aliased\let\w\mathword
40\to \everymathematics
41
42% so we need to be able to load modules in ini mode
43
44\pushoverloadmode
45    % charts needs these
46    \overloaded\unletfrozen\name % for now
47    \mutable\let\name\name
48    \mutable\let\text\text
49    \overloaded\frozen\let\type\type
50\popoverloadmode
51
52%D We're done.
53
54\protect \endinput
55