diff options
author | Hans Hagen <pragma@wxs.nl> | 2010-03-30 18:56:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2010-03-30 18:56:00 +0200 |
commit | 6de1d37f23278896de0a7f022c700ba5ff714904 (patch) | |
tree | 7048fb31dbe1db81714e1d25678b7ca6f32b09e3 /tex/context/fonts/garamond-math.lfg | |
parent | 1e76a7198e92b4382646643dd5fa479f3e9e329d (diff) | |
download | context-6de1d37f23278896de0a7f022c700ba5ff714904.tar.gz |
beta 2010.03.30 18:56
Diffstat (limited to 'tex/context/fonts/garamond-math.lfg')
-rw-r--r-- | tex/context/fonts/garamond-math.lfg | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tex/context/fonts/garamond-math.lfg b/tex/context/fonts/garamond-math.lfg new file mode 100644 index 000000000..6e762663f --- /dev/null +++ b/tex/context/fonts/garamond-math.lfg @@ -0,0 +1,27 @@ +return { + name = "garamond-math", + version = "1.00", + comment = "Goodies that complement garamond math.", + author = "Hans, Mojca, Aditya", + copyright = "ConTeXt development team", + mathematics = { + mapfiles = { + "mdugm.map", + }, + virtuals = { + ["garamond-math"] = { + -- { name = "file:ugmr8a", features = "virtualmath", main = true }, + { name = "file:ugmri8a", features = "virtualmath", main = true }, + -- { name = "md-gmr7m.tfm", vector = "tex-mr" }, + { name = "md-gmri7m.tfm", vector = "tex-mi", skewchar=0x7F }, + { name = "md-gmri7m.tfm", vector = "tex-it", skewchar=0x7F }, + { name = "md-gmr7y.tfm", vector = "tex-sy", skewchar=0x30, parameters = true }, + { name = "md-gmr7v.tfm", vector = "tex-ex", extension = true }, + -- { name = "md-gmmma.tfm", vector = "tex-ma" }, + -- { name = "md-gmmmb.tfm", vector = "tex-mb" }, + { name = "msam10.tfm", vector = "tex-ma" }, + { name = "msbm10.tfm", vector = "tex-mb" }, + } + } + } +} |