diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/fonts/texgyre.lfg')
-rw-r--r-- | Master/texmf-dist/tex/context/fonts/texgyre.lfg | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/fonts/texgyre.lfg b/Master/texmf-dist/tex/context/fonts/texgyre.lfg new file mode 100644 index 00000000000..95369223225 --- /dev/null +++ b/Master/texmf-dist/tex/context/fonts/texgyre.lfg @@ -0,0 +1,24 @@ +-- In order to be ale to use beta math fonts, we use our own file name and +-- always remap. + +return { + name = "tex gyre", + version = "1.00", + comment = "Goodies that complement tex gyre.", + author = "Hans Hagen", + copyright = "ConTeXt development team", + filenames = { + ["texgyre-pagella-math-regular.otf"] = { + "texgyrepagella-math.otf", -- beta + "texgyrepagellamath-regular.otf", + "tgpagellamath-regular.otf", + "tgpagella-math.otf", + }, + ["texgyre-termes-math-regular.otf"] = { + "texgyretermes-math.otf", -- beta + "texgyretermesmath-regular.otf", + "tgtermesmath-regular.otf", + "tgtermes-math.otf", + }, + }, +} |