s-math-verbatim.mkxl /size: 1224 b    last modification: 2025-02-21 11:03
1\startmodule[math-verbatim]
2
3%definefontfeature[fixedwidth][fixedwidth=0.30]
4%definefontfeature[fixedwidth][fixedwidth=0.28]
5\definefontfeature[fixedwidth][fixedwidth=0.27]
6
7% \definefontfallback
8%   [MonoMathMath]
9%   [dejavusansmono.ttf*fixedwidth]
10%   [0x0400-0x600][rscale=.8]
11
12\definefontfallback
13  [MonoMathMath]
14  [cmuntt.otf*fixedwidth]
15  [0x0400-0x600]
16
17\definefontfallback
18  [MonoMathMath]
19  [concrete-math.otf*fixedwidth]
20  [0x0600-0x1FFFF]
21
22\definefontsynonym
23  [MonoMathBase]
24  [lmmono10-regular.otf*fixedwidth]
25  [fallbacks=MonoMathMath]
26
27% \definefontfallback
28%   [MonoTextMath]
29%   [dejavusansmono.ttf*fixedwidth]
30%   [0x0400-0x600][rscale=.8]
31
32\definefontfallback
33  [MonoTextMath]
34  [cmuntt.otf*fixedwidth]
35  [0x0400-0x600]
36
37\definefontfallback
38  [MonoTextMath]
39  [concrete-math.otf]
40  [0x0600-0x1FFFF]
41
42\definefontsynonym
43  [MonoTextBase]
44  [lmmono10-regular.otf]
45  [fallbacks=MonoTextMath]
46
47\definefontsynonym
48  [MonoMathBaseBold]
49  [lmmonolt10-bold.otf*fixedwidth]
50  [fallbacks=MonoMathMath]
51
52\definefont[MyMathFont]    [MonoMathBase]
53\definefont[MyMathFontBold][MonoMathBaseBold]
54\definefont[MyTextFont]    [MonoTextBase]
55
56\setuptyping
57  [style=MyMathFont]
58
59\setuptype
60  [style=MyMathFont]
61
62\stopmodule
63