summaryrefslogtreecommitdiff
path: root/tex/context/fonts
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2013-01-02 17:15:00 +0100
committerHans Hagen <pragma@wxs.nl>2013-01-02 17:15:00 +0100
commit0b773dc1a75bfeab65367bc07de0ad574fd97b90 (patch)
treea8b544ecb54414efca7e241bfbfad338f9f0dc28 /tex/context/fonts
parent58f3f55b58d34d4a4b70a6099a81296b862e6d9f (diff)
downloadcontext-0b773dc1a75bfeab65367bc07de0ad574fd97b90.tar.gz
beta 2013.01.02 17:15
Diffstat (limited to 'tex/context/fonts')
-rw-r--r--tex/context/fonts/lm.lfg7
-rw-r--r--tex/context/fonts/texgyre.lfg11
2 files changed, 15 insertions, 3 deletions
diff --git a/tex/context/fonts/lm.lfg b/tex/context/fonts/lm.lfg
index 9a7c9027b..5f78eddfd 100644
--- a/tex/context/fonts/lm.lfg
+++ b/tex/context/fonts/lm.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 = "latin modern",
version = "1.00",
@@ -12,7 +15,9 @@ return {
},
},
filenames = {
- ["lmmath-regular.otf"] = {
+ ["latinmodern-math-regular.otf"] = {
+ "latinmodern-math.otf", -- the beta
+ "lmmath-regular.otf",
"latinmodernmath-regular.otf",
"lmmath-regular.otf",
"lmodernmath-regular.otf",
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",
},