summaryrefslogtreecommitdiff
path: root/tex/context/fonts/mkiv/asana-math.lfg
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2022-11-14 23:18:10 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2022-11-14 23:18:10 +0100
commit08473f11287cb263079c0435068312cbc6d736e8 (patch)
tree2548fb8b58e18a507e54fa8426a79c6956c3ef2e /tex/context/fonts/mkiv/asana-math.lfg
parentdd0a80e5ec42f60832e7d5dc47210e6f3545c400 (diff)
downloadcontext-08473f11287cb263079c0435068312cbc6d736e8.tar.gz
2022-11-14 22:56:00
Diffstat (limited to 'tex/context/fonts/mkiv/asana-math.lfg')
-rw-r--r--tex/context/fonts/mkiv/asana-math.lfg107
1 files changed, 0 insertions, 107 deletions
diff --git a/tex/context/fonts/mkiv/asana-math.lfg b/tex/context/fonts/mkiv/asana-math.lfg
deleted file mode 100644
index 970d031ea..000000000
--- a/tex/context/fonts/mkiv/asana-math.lfg
+++ /dev/null
@@ -1,107 +0,0 @@
-local common = fonts.goodies.load("common-math.lfg")
-local presets = common.mathematics.tweaks.presets
-
-return {
- name = "asana-math",
- version = "1.00",
- comment = "Goodies that complement asana.",
- author = "Hans Hagen & Mikael Sundqvist",
- copyright = "ConTeXt development team",
- mathematics = {
- parameters = {
- -- StackBottomDisplayStyleShiftDown = less,
- -- StackBottomShiftDown = less,
- -- StackDisplayStyleGapMin = less,
- -- StackGapMin = less,
- -- StackTopDisplayStyleShiftUp = less,
- -- StackTopShiftUp = less,
- -- StretchStackBottomShiftDown = less,
- -- StretchStackGapAboveMin = less,
- -- StretchStackGapBelowMin = less,
- -- StretchStackTopShiftUp = less,
- NoLimitSupFactor = 200,
- NoLimitSubFactor = 1200,
- AccentBaseDepth = 300,
- RadicalDegreeBottomRaisePercent = 70,
- RadicalRuleThickness = 66, -- 59 in font
- DelimiterPercent = 90,
- DelimiterShortfall = 400,
- DisplayOperatorMinHeight = 1800, -- 1250 in font
- },
- tweaks = {
- aftercopying = {
- {
- tweak = "version",
- expected = "Version 000.958",
- message = "this font is not supported",
- },
- {
- tweak = "addmirrors",
- },
- presets.scripttocalligraphic { },
- presets.rsfstoscript { },
- presets.rsfsuprighttoscript { },
- presets.moderntocalligraphic { },
- presets.eulertocalligraphic { },
- presets.xitsarabic { },
- presets.fallbacks { },
- presets.moveitalics { correct = true },
- presets.moveitalics { correct = true, letters = true },
- presets.moveintegrals { factor = 2 },
- presets.wipeitalics { },
- {
- tweak = "dimensions",
- list = {
- -- nothing yet
- }
- },
- -- {
- -- tweak = "kerns",
- -- list = {
- -- [0x2F] = {
- -- topleft = -0.2,
- -- bottomleft = 0,
- -- topright = 0,
- -- bottomright = -0.2,
- -- },
- -- },
- -- },
- -- {
- -- tweak = "fixprimes",
- -- factor = 0.85,
- -- scale = 0.65,
- -- smaller = true,
- -- },
- {
- tweak = "checkspacing",
- },
- {
- tweak = "addscripts",
- },
- {
- tweak = "accentdimensions",
- },
- {
- tweak = "addrules",
- },
- {
- tweak = "fixellipses",
- },
- {
- tweak = "setoptions",
- set = { "ignorekerndimensions" }
- },
- -- this is the mkiv section
- {
- tweak = "emulatelmtx",
- feature = "emulatelmtx",
- comment = "this is for mkiv",
- },
- },
- },
- bigslots = {
- 1, 2, 3, 4
- },
- }
-}
-