summaryrefslogtreecommitdiff
path: root/tex/context/fonts/mkiv/kpfonts-math.lfg
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/fonts/mkiv/kpfonts-math.lfg')
-rw-r--r--tex/context/fonts/mkiv/kpfonts-math.lfg38
1 files changed, 38 insertions, 0 deletions
diff --git a/tex/context/fonts/mkiv/kpfonts-math.lfg b/tex/context/fonts/mkiv/kpfonts-math.lfg
new file mode 100644
index 000000000..f47cb6bb5
--- /dev/null
+++ b/tex/context/fonts/mkiv/kpfonts-math.lfg
@@ -0,0 +1,38 @@
+return {
+ name = "kpfonts-math",
+ version = "1.00",
+ comment = "KP Fonts.",
+ author = "Hans Hagen",
+ copyright = "ConTeXt development team",
+ mathematics = {
+ tweaks = {
+ aftercopying = {
+ {
+ tweak = "dimensions",
+ list = {
+ -- whatever
+ },
+ },
+ {
+ tweak = "fixprimes",
+ factor = 0.85, -- accent base height
+ smaller = true, -- replace multiples
+ scale = 0.75, -- glyph scale
+ fake = 0.75, -- replace multiples with this width proportion
+ -- keep = true, -- keep the text size prime (aka minute)
+ },
+ {
+ tweak = "checkspacing",
+ },
+ {
+ tweak = "addscripts",
+ },
+ },
+ },
+ parameters = {
+ },
+ alternates = {
+ -- italic = { feature = 'ss01', value = 1, comment = "Mathematical Alternative Lowercase Italic" },
+ },
+ },
+}