blob: d37a3b1ee1ee32e984e7b48ba1323dd975e3ecc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
return {
name = "symbol-math",
version = "1.00",
comment = "Goodies that complement symbol math.",
author = "Hans Hagen",
copyright = "ConTeXt development team",
mathematics = {
mapfiles = {
"mkiv-base.map",
},
virtuals = {
["symbol-math"] = {
{ name = "rsfs10", features = "virtualmath", main = true }, -- tfm name needed
},
}
}
}
|