symbol-math.lfg /size: 444 b    last modification: 2020-07-01 14:35
1return {
2    name = "symbol-math",
3    version = "1.00",
4    comment = "Goodies that complement symbol math.",
5    author = "Hans Hagen",
6    copyright = "ConTeXt development team",
7    mathematics = {
8        mapfiles = {
9            "mkiv-base.map",
10        },
11        virtuals = {
12            ["symbol-math"] = {
13                { name = "rsfs10", features = "virtualmath", main = true }, -- tfm name needed
14            },
15        }
16    }
17}
18