diff options
Diffstat (limited to 'tex/context/fonts/texgyre.lfg')
-rw-r--r-- | tex/context/fonts/texgyre.lfg | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/tex/context/fonts/texgyre.lfg b/tex/context/fonts/texgyre.lfg index a0f6d29b2..953692232 100644 --- a/tex/context/fonts/texgyre.lfg +++ b/tex/context/fonts/texgyre.lfg @@ -1,3 +1,6 @@ +-- 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", @@ -5,11 +8,15 @@ return { author = "Hans Hagen", copyright = "ConTeXt development team", filenames = { - ["texgyrepagellamath-regular.otf"] = { + ["texgyre-pagella-math-regular.otf"] = { + "texgyrepagella-math.otf", -- beta + "texgyrepagellamath-regular.otf", "tgpagellamath-regular.otf", "tgpagella-math.otf", }, - ["texgyretermesmath-regular.otf"] = { + ["texgyre-termes-math-regular.otf"] = { + "texgyretermes-math.otf", -- beta + "texgyretermesmath-regular.otf", "tgtermesmath-regular.otf", "tgtermes-math.otf", }, |