1
2
3
4
5
6
7
8
9
10
11
12
13
14\writestatus { loading }{ ConTeXt Typesetting Macros Ligatures }
15
16
17
18
19
20\unprotect
21
22\definesystemattribute [ noligature ][ public ]
23
24\unexpanded \def \noligature # 1
25 { \dontleavehmode
26 \begingroup
27 \c_attr_noligature \plusone
28 # 1
29 \endgroup }
30
31\protect \endinput
32 |