diff options
Diffstat (limited to 'tex/context/fonts/texgyre.lfg')
-rw-r--r-- | tex/context/fonts/texgyre.lfg | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/tex/context/fonts/texgyre.lfg b/tex/context/fonts/texgyre.lfg index bfb474deb..df0313e48 100644 --- a/tex/context/fonts/texgyre.lfg +++ b/tex/context/fonts/texgyre.lfg @@ -4,8 +4,14 @@ return { comment = "Goodies that complement tex gyre.", author = "Hans Hagen", copyright = "ConTeXt development team", - filenames = { -- for a while: - ["tgpagellamath-regular.otf"] = { "tgpagella-math.otf", "texgyrepagella-math.otf" }, - ["tgtermesmath-regular.otf"] = { "tgtermes-math.otf" , "texgyretermes-math.otf" }, + filenames = { + ["tgpagellamath-regular.otf"] = { + "texgyrepagella-math.otf", + "tgpagella-math.otf", + }, + ["tgtermesmath-regular.otf"] = { + "texgyretermes-math.otf", + "tgtermes-math.otf", + }, }, } |