summaryrefslogtreecommitdiff
path: root/tex/context/fonts/mkiv/hvmath-math.lfg
blob: 0eba3db23f6b791c9c291f32a9b56aec8649344a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
return {
    name = "hvmath-math",
    version = "1.00",
    comment = "Goodies that complement hvmath math.",
    author = "Hans, Mojca, Aditya",
    copyright = "ConTeXt development team",
    mathematics = {
        mapfiles = {
            "hvm-pem.map",
        },
        virtuals = {
            ["hvmath-math"] = {
                { name = "file:texgyreheros-regular.otf", features = "virtualmath", main = true },
                { name = "hvrm108r.tfm", vector="tex-mr" },
                { name = "hvmi10.tfm", vector = "tex-mi", skewchar=0x7F },
                { name = "hvmi10.tfm", vector = "tex-it", skewchar=0x7F },
                { name = "hvsy10.tfm", vector = "tex-sy", skewchar=0x30, parameters = true },
                { name = "hvex10.tfm", vector = "tex-ex", extension = true },
                { name = "hvam10.tfm", vector = "tex-ma" },
                { name = "hvbm10.tfm", vector = "tex-mb" },
            }
        }
    }
}