s-math-ligatures.mkiv /size: 1097 b    last modification: 2020-07-01 14:35
1%D \module
2%D   [      file=s-math-ligatures.mkiv,
3%D        version=2017.08.03,
4%D          title=\CONTEXT\ Style File,
5%D       subtitle=Math Ligature Checking,
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\startmodule[math-ligatures]
15
16\registerctxluafile{s-math-ligatures}{}
17
18\unprotect
19
20\unexpanded\def\showmathligatures
21  {\dosingleempty\module_math_ligatures_show}
22
23\def\module_math_ligatures_show[#1]%
24  {\begingroup
25   \ctxlua{moduledata.math.ligatures.showlist{ }}%
26   \endgroup}
27
28\protect
29
30\stopmodule
31
32\continueifinputfile{s-math-ligatures.mkiv}
33
34\usemodule[article-basics] \setuplayout[tight] \setupbodyfont[10pt]
35
36\starttext
37
38\showmathligatures
39
40\blank[2*big]
41
42\starttyping
43sp = special
44ml = mathlist
45
46\setupmathematics[collapsing=1] : special
47\setupmathematics[collapsing=2] : special  mathlist
48\setupmathematics[collapsing=3] : mathlist special
49\stoptyping
50
51\stoptext
52