diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/fonts/mkiv/informal-math.lfg')
-rw-r--r-- | Master/texmf-dist/tex/context/fonts/mkiv/informal-math.lfg | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/fonts/mkiv/informal-math.lfg b/Master/texmf-dist/tex/context/fonts/mkiv/informal-math.lfg new file mode 100644 index 00000000000..a1f461740e1 --- /dev/null +++ b/Master/texmf-dist/tex/context/fonts/mkiv/informal-math.lfg @@ -0,0 +1,22 @@ +return { + name = "informal-math", + version = "1.00", + comment = "Goodies that complement informal math.", + author = "Hans, Mojca, Aditya", + copyright = "ConTeXt development team", + mathematics = { + mapfiles = { + "original-micropress-informal.map", + }, + virtuals = { + ["informal-math"] = { + { name = "file:ifrg.afm", features = "virtualmath", main = true }, + { name = "file:ifrm10cm.tfm", vector="tex-mr" }, + { name = "file:ifmi10.tfm", vector = "tex-mi", skewchar=0x7F }, + { name = "file:ifmi10.tfm", vector = "tex-it", skewchar=0x7F }, + { name = "file:ifsy10.tfm", vector = "tex-sy", skewchar=0x30, parameters = true }, + { name = "file:ifex10.tfm", vector = "tex-ex", extension = true }, + } + } + } +} |