1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16\newcontextversion { 2 0 2 0 . 0 6 . 3 0 1 7 : 3 0 }
17
18
19
20
21
22
23
24\unprotect
25
26\writestatus \m!system { beware : some patches loaded from cont new . mkiv }
27
28
29
30
31\ifdefined \t \else \unexpanded \def \t { \mathortext \text \mathtext } \fi
32\ifdefined \w \else \unexpanded \def \w { \mathortext \word\mathword } \fi
33
34\appendtoks
35 \let \t \mathtext
36 \let \w \mathword
37\to \everymathematics
38
39
40
41\protect \endinput
42 |