diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/fonts/hvmath-math.lfg')
-rw-r--r-- | Master/texmf-dist/tex/context/fonts/hvmath-math.lfg | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/fonts/hvmath-math.lfg b/Master/texmf-dist/tex/context/fonts/hvmath-math.lfg new file mode 100644 index 00000000000..a7ec1ce89b8 --- /dev/null +++ b/Master/texmf-dist/tex/context/fonts/hvmath-math.lfg @@ -0,0 +1,24 @@ +return { + name = "hvmath-math", + version = "1.00", + comment = "Goodies that complement hvmath math.", + author = "Hans, Mojca, Aditya", + copyright = "ConTeXt development team", + mathematics = { + mapfiles = { + -- todo + }, + 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" }, + } + } + } +} |