diff options
Diffstat (limited to 'tex/context/fonts/tx-math.lfg')
-rw-r--r-- | tex/context/fonts/tx-math.lfg | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tex/context/fonts/tx-math.lfg b/tex/context/fonts/tx-math.lfg new file mode 100644 index 000000000..f1d532773 --- /dev/null +++ b/tex/context/fonts/tx-math.lfg @@ -0,0 +1,24 @@ +return { + name = "tx-math", + version = "1.00", + comment = "Goodies that complement tx math.", + author = "Hans Hagen", + copyright = "ConTeXt development team", + mathematics = { + mapfiles = { + "mkiv-tx.map", + }, + virtuals = { + ["tx-math"] = { + { name = "texgyretermes-regular.otf", features = "virtualmath", main = true }, + { name = "rtxr.tfm", vector = "tex-mr" } , + { name = "rtxptmri.tfm", vector = "tex-it", skewchar=0x7F }, + { name = "rtxmi.tfm", vector = "tex-mi", skewchar=0x7F }, + { name = "txsy.tfm", vector = "tex-sy", skewchar=0x30, parameters = true } , + { name = "txex.tfm", vector = "tex-ex", extension = true } , + { name = "txsya.tfm", vector = "tex-ma" }, + { name = "txsyb.tfm", vector = "tex-mb" }, + } + } + } +} |