mdici-math.lfg /size: 1759 b    last modification: 2020-07-01 14:35
1return {
2    name = "mdici-math",
3    version = "1.00",
4    comment = "Math fonts that complement Charter ITC Std.",
5    author = "Hans, Mojca, Aditya",
6    copyright = "ConTeXt development team",
7    mathematics = {
8        mapfiles = {
9            "mdici.map",
10            "mkiv-base.map",
11        },
12        virtuals = {
13            ["mdici-rm"] = {
14                { name = "file:bchr8a", features = "virtualmath", main = true },
15                { name = "mdicir7m",  vector = "tex-mr", skewchar=0x7F },
16                { name = "mdiciri7m", vector = "tex-mi", skewchar=0x7F },
17                { name = "mdiciri7m", vector = "tex-it", skewchar=0x7F },
18                { name = "mdicib7m",  vector = "tex-bf", skewchar=0x7F },
19                { name = "mdicibi7m", vector = "tex-bi", skewchar=0x7F },
20                { name = "mdicir7y",  vector = "tex-sy", skewchar=0x30, parameters = true },
21                { name = "mdicir7v",  vector = "tex-ex", extension = true },
22                { name = "mdicirma",  vector = "tex-ma" },
23                { name = "mdicirmb",  vector = "tex-mb" },
24            },
25            ["mdici-bf"] = {
26                { name = "file:bchb8a", features = "virtualmath", main = true },
27                { name = "mdicib7m",  vector = "tex-mr", skewchar=0x7F },
28                { name = "mdicibi7m", vector = "tex-mi", skewchar=0x7F },
29                { name = "mdicibi7m", vector = "tex-it", skewchar=0x7F },
30                { name = "mdicib7y",  vector = "tex-sy", skewchar=0x30, parameters = true },
31                { name = "mdicib7v",  vector = "tex-ex", extension = true },
32                { name = "mdicibma",  vector = "tex-ma" },
33                { name = "mdicibmb",  vector = "tex-mb" },
34            }
35        }
36    }
37}
38