px-math.lfg /size: 1489 b    last modification: 2021-10-28 13:51
1return {
2    name = "px-math",
3    version = "1.00",
4    comment = "Goodies that complement px math.",
5    author = "Hans Hagen",
6    copyright = "ConTeXt development team",
7    mathematics = {
8        mapfiles = {
9            "mkiv-px.map",
10        },
11        virtuals = {
12            ["px-math"] = {
13                { name = "texgyrepagella-regular.otf", features = "virtualmath" },
14                { name = "texgyrepagella-regular.otf", features = "virtualmath", vector = "tex-mr-missing" },
15                { name = "rpxr.tfm", vector = "tex-mr" },
16                { name = "rpxmi.tfm", vector = "tex-mi", skewchar=0x7F },
17             -- { name = "rpxpplri.tfm", vector = "tex-it", skewchar=0x7F, backmap = true }, -- backmap for lmtx
18                { name = "texgyrepagella-italic.otf", vector = "tex-it", skewchar=0x7F },
19                { name = "pxsy.tfm", vector = "tex-sy", skewchar=0x30, parameters = true },
20                { name = "pxex.tfm", vector = "tex-ex", extension = true } ,
21                { name = "pxsya.tfm", vector = "tex-ma" },
22                { name = "pxsyb.tfm", vector = "tex-mb" },
23                { name = "texgyrepagella-bold.otf", vector = "tex-bf", skewchar=0x7F },
24                { name = "texgyrepagella-bolditalic.otf", vector = "tex-bi" },
25                { name = "lmsans10-regular.otf", vector = "tex-ss", optional=true },
26                { name = "lmmono10-regular.otf", vector = "tex-tt", optional=true },
27            },
28        }
29    }
30}
31
32
33