1
2
3
4
5
6
7
8
9
10
11
12
13
14\ifcase \contextlmtxmode \expandafter\endinput\fi
15
16\writestatus { loading }{ ConTeXt System Macros Primitives }
17
18\ifdefined \textdir \else
19 \registerctxluafile { core lmt }{}
20\fi
21
22\unprotect
23
24
25
26\protect \endinput
27
28
29
30
31
32
33 |