summaryrefslogtreecommitdiff
path: root/tex/context/fonts
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2010-12-04 20:40:13 +0200
committerMarius <mariausol@gmail.com>2010-12-04 20:40:13 +0200
commitc06e4e00885df7a7e679311a36059669caaa1435 (patch)
tree0b014f2d20d349977140ddd7e4e046a435ff4c39 /tex/context/fonts
parent5e7d254e26fb7683947962997410d89b502645b2 (diff)
downloadcontext-c06e4e00885df7a7e679311a36059669caaa1435.tar.gz
beta 2010.12.04 19:31
Diffstat (limited to 'tex/context/fonts')
-rw-r--r--tex/context/fonts/lm-math.lfg3
-rw-r--r--tex/context/fonts/lucida-math.lfg5
2 files changed, 7 insertions, 1 deletions
diff --git a/tex/context/fonts/lm-math.lfg b/tex/context/fonts/lm-math.lfg
index 7b3bfe6e0..9b2fe0f2d 100644
--- a/tex/context/fonts/lm-math.lfg
+++ b/tex/context/fonts/lm-math.lfg
@@ -234,6 +234,9 @@ return {
["lmroman10-boldmath"] = ten_bold,
["lmroman12-math"] = twelve,
["lmroman17-math"] = seventeen,
+ },
+ variables = {
+ joinrelfactor = 3, -- default anyway
}
}
}
diff --git a/tex/context/fonts/lucida-math.lfg b/tex/context/fonts/lucida-math.lfg
index 9a554d65b..746d281e0 100644
--- a/tex/context/fonts/lucida-math.lfg
+++ b/tex/context/fonts/lucida-math.lfg
@@ -331,7 +331,10 @@ return {
{ name = "file:lsr.afm", vector = "tex-ss" },
{ name = "file:lstr.afm", vector = "tex-tt" },
{ name = "file:lbl.afm", vector = "lbr-fraktur" }, -- more complete
- }
+ },
+ },
+ variables = {
+ joinrelfactor = 4, -- default is 3
}
}
}