fira-math.lfg /size: 722 b    last modification: 2024-01-16 10:22
1local common  = fonts.goodies.load("common-math.lfg")
2local presets = common.mathematics.tweaks.presets
3
4return {
5    name = "fira-math",
6    version = "0.10",
7    comment = "Goodies that complement fira.",
8    author = "Hans Hagen & Mikael Sundqvist",
9    copyright = "ConTeXt development team",
10    mathematics = {
11        parameters = {
12            PrimeShiftUp                    =  "0.7*SuperscriptShiftUp",
13        },
14        tweaks = {
15            aftercopying = {
16                presets.moveintegrals        { },
17                presets.moveitalics          { correct = true },
18                presets.wipeanchors          { },
19                presets.wipeitalics          { },
20            },
21        },
22    },
23}
24